Skip to content

Commit

Permalink
Upgrade version number
Browse files Browse the repository at this point in the history
  • Loading branch information
Naguissa committed Jan 29, 2020
1 parent c6fca84 commit 9ba1ea1
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 @@ -17,7 +17,7 @@ function module() {
return array(
'filename' => '\gfksx\ThanksForPosts\acp\acp_thanks_module',
'title' => 'ACP_THANKS_SETTINGS',
'version' => '3.2.14',
'version' => '3.2.15',
'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 @@ -17,7 +17,7 @@ function module() {
return array(
'filename' => '\gfksx\ThanksForPosts\acp\acp_thanks_refresh_module',
'title' => 'ACP_THANKS_REFRESH',
'version' => '3.2.14',
'version' => '3.2.15',
'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 @@ -17,7 +17,7 @@ function module() {
return array(
'filename' => '\gfksx\ThanksForPosts\acp\acp_thanks_reput_module',
'title' => 'ACP_THANKS_REPUT_SETTINGS',
'version' => '3.2.14',
'version' => '3.2.15',
'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 @@ -17,7 +17,7 @@ function module() {
return array(
'filename' => '\gfksx\ThanksForPosts\acp\acp_thanks_truncate_module',
'title' => 'ACP_THANKS_TRUNCATE',
'version' => '3.2.14',
'version' => '3.2.15',
'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.14",
"version": "3.2.15",
"time": "2019-05-31",
"license": "GPL-2.0",
"authors": [
Expand Down

0 comments on commit 9ba1ea1

Please sign in to comment.