Skip to content

Commit

Permalink
Merge pull request #4 from VersoBit/dev-v1.0.0a3
Browse files Browse the repository at this point in the history
Release v1.0.0a3
  • Loading branch information
tom-coward authored Jun 4, 2020
2 parents 8e4fa7a + 5fa6c46 commit 6441f53
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion XFRM/Service/ResourceItem/Delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Delete extends XFCP_Delete
{
public function delete($type, $reason = '')
{
$result = parent::delete($type, $reason = '');
$result = parent::delete($type, $reason);

$resource = $this->resource;

Expand Down
2 changes: 1 addition & 1 deletion XFRM/Service/ResourceUpdate/Delete.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ class Delete extends XFCP_Delete
{
public function delete($type, $reason = '')
{
$result = parent::delete($type, $reason = '');
$result = parent::delete($type, $reason);

$update = $this->update;

Expand Down
Binary file added _releases/VersoBit-ResourceThreads-1.0.0a3.zip
Binary file not shown.
4 changes: 2 additions & 2 deletions addon.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"legacy_addon_id": "",
"title": "[VersoBit] Resource Threads",
"description": "Automatically approves/deletes threads upon resource approval/deletion.",
"version_id": 1000012,
"version_string": "1.0.0a2",
"version_id": 1000013,
"version_string": "1.0.0a3",
"dev": "VersoBit",
"dev_url": "https://versobit.dev",
"faq_url": "",
Expand Down

0 comments on commit 6441f53

Please sign in to comment.