Skip to content

Commit

Permalink
3.2.11 release
Browse files Browse the repository at this point in the history
 - Several fixes
  • Loading branch information
Naguissa committed Aug 21, 2018
1 parent 8995a83 commit de69336
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion gfksx/ThanksForPosts/acp/acp_thanks_info.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function module()
return array(
'filename' => '\gfksx\ThanksForPosts\acp\acp_thanks_module',
'title' => 'ACP_THANKS_SETTINGS',
'version' => '3.2.10',
'version' => '3.2.11',
'modes' => array(
'thanks' => array('title' => 'ACP_THANKS_SETTINGS', 'auth' => 'ext_gfksx/ThanksForPosts && acl_a_board', 'cat' => array('ACP_THANKS')),
),
Expand Down
2 changes: 1 addition & 1 deletion gfksx/ThanksForPosts/acp/acp_thanks_refresh_info.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function module()
return array(
'filename' => '\gfksx\ThanksForPosts\acp\acp_thanks_refresh_module',
'title' => 'ACP_THANKS_REFRESH',
'version' => '3.2.10',
'version' => '3.2.11',
'modes' => array(
'thanks' => array('title' => 'ACP_THANKS_REFRESH', 'auth' => 'ext_gfksx/ThanksForPosts && acl_a_board', 'cat' => array('ACP_THANKS')),
),
Expand Down
2 changes: 1 addition & 1 deletion gfksx/ThanksForPosts/acp/acp_thanks_reput_info.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function module()
return array(
'filename' => '\gfksx\ThanksForPosts\acp\acp_thanks_reput_module',
'title' => 'ACP_THANKS_REPUT_SETTINGS',
'version' => '3.2.10',
'version' => '3.2.11',
'modes' => array(
'thanks' => array('title' => 'ACP_THANKS_REPUT_SETTINGS', 'auth' => 'ext_gfksx/ThanksForPosts && acl_a_board', 'cat' => array('ACP_THANKS')),
),
Expand Down
2 changes: 1 addition & 1 deletion gfksx/ThanksForPosts/acp/acp_thanks_truncate_info.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ function module()
return array(
'filename' => '\gfksx\ThanksForPosts\acp\acp_thanks_truncate_module',
'title' => 'ACP_THANKS_TRUNCATE',
'version' => '3.2.10',
'version' => '3.2.11',
'modes' => array(
'thanks' => array('title' => 'ACP_THANKS_TRUNCATE', 'auth' => 'ext_gfksx/ThanksForPosts && acl_a_board', 'cat' => array('ACP_THANKS')),
),
Expand Down
2 changes: 1 addition & 1 deletion gfksx/ThanksForPosts/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"type": "phpbb-extension",
"description": "Adds the ability to thank the author (thanks to cancel), and use the rating system posts/topics/forums based on the issued of thanks.",
"homepage": "https://www.foroelectro.net",
"version": "3.2.10",
"version": "3.2.11",
"time": "2018-03-12",
"license": "GPL-2.0",
"authors": [
Expand Down

0 comments on commit de69336

Please sign in to comment.