Skip to content

Commit

Permalink
3.2.18 - Fix one missing capitals on services.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Naguissa committed Mar 1, 2020
1 parent 23ff1f5 commit ebc85a6
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 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.17',
'version' => '3.2.18',
'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.17',
'version' => '3.2.18',
'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.17',
'version' => '3.2.18',
'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.17',
'version' => '3.2.18',
'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.17",
"version": "3.2.18",
"time": "2019-05-31",
"license": "GPL-2.0",
"authors": [
Expand Down
6 changes: 3 additions & 3 deletions gfksx/ThanksForPosts/config/services.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ services:
- '%tables.thanks%'
- '%tables.users%'
- '%tables.posts%'
gfksx.ThanksForPosts.notification.type.thanks:
gfksx.thanksforposts.notification.type.thanks:
class: gfksx\ThanksForPosts\notification\thanks
shared: false
arguments:
Expand All @@ -88,10 +88,10 @@ services:
- '@user_loader'
tags:
- { name: notification.type }
gfksx.ThanksForPosts.notification.type.thanks_remove:
gfksx.thanksforposts.notification.type.thanks_remove:
class: gfksx\ThanksForPosts\notification\thanks_remove
shared: false # scope MUST be prototype for this to work!
parent: gfksx.ThanksForPosts.notification.type.thanks
parent: gfksx.thanksforposts.notification.type.thanks
tags:
- { name: notification.type }

0 comments on commit ebc85a6

Please sign in to comment.