Skip to content

Commit 9871f6e

Browse files
committed
Change version and year
1 parent 4ce541f commit 9871f6e

12 files changed

Lines changed: 18 additions & 18 deletions

File tree

root/adm/mods/reputation_system_version.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @package Reputation System
55
* @author Pico88 (https://github.com/Pico88)
6-
* @copyright (c) 2012
6+
* @copyright (c) 2013
77
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
88
*
99
*/
@@ -25,8 +25,8 @@ function version()
2525
'author' => 'Pico88',
2626
'title' => 'Reputation System',
2727
'tag' => 'reputation_system',
28-
'version' => '0.6.3',
29-
'file' => array('pico88.github.com', 'phpBB-Reputation-System', 'reputation.xml'),
28+
'version' => '0.7.0',
29+
'file' => array('pico88.github.io', 'phpBB-Reputation-System', 'reputation.xml'),
3030
);
3131
}
3232
}

root/includes/acp/acp_reputation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @package Reputation System
55
* @author Pico88 (https://github.com/Pico88)
6-
* @copyright (c) 2012
6+
* @copyright (c) 2013
77
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
88
*
99
*/

root/includes/acp/info/acp_reputation.php

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @package Reputation System
55
* @author Pico88 (https://github.com/Pico88)
6-
* @copyright (c) 2012
6+
* @copyright (c) 2013
77
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
88
*
99
*/
@@ -23,13 +23,12 @@ function module()
2323
return array(
2424
'filename' => 'acp_reputation',
2525
'title' => 'ACP_REPUTATION_SYSTEM',
26-
'version' => '0.6.3',
26+
'version' => '0.7.0',
2727
'modes' => array(
2828
'overview' => array('title' => 'ACP_REPUTATION_OVERVIEW', 'auth' => 'acl_a_reputation', 'cat' => array('ACP_CAT_REPUTATION')),
2929
'settings' => array('title' => 'ACP_REPUTATION_SETTINGS', 'auth' => 'acl_a_reputation', 'cat' => array('ACP_CAT_REPUTATION')),
3030
'give_point' => array('title' => 'ACP_REPUTATION_GIVE', 'auth' => 'acl_a_reputation', 'cat' => array('ACP_CAT_REPUTATION')),
3131
'ranks' => array('title' => 'ACP_REPUTATION_RANKS', 'auth' => 'acl_a_reputation', 'cat' => array('ACP_CAT_REPUTATION')),
32-
'bans' => array('title' => 'ACP_REPUTATION_BANS', 'auth' => 'acl_a_reputation', 'cat' => array('ACP_CAT_REPUTATION')),
3332
),
3433
);
3534
}

root/includes/functions_reputation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @package Reputation System
55
* @author Pico88 (https://github.com/Pico88)
6-
* @copyright (c) 2012
6+
* @copyright (c) 2013
77
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
88
*
99
*/

root/includes/hooks/hook_reputation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @package Reputation System
55
* @author Pico88 (https://github.com/Pico88)
6-
* @copyright (c) 2012
6+
* @copyright (c) 2013
77
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
88
*
99
*/

root/includes/mcp/info/mcp_reputation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @package Reputation System
55
* @author Pico88 (https://github.com/Pico88)
6-
* @copyright (c) 2012
6+
* @copyright (c) 2013
77
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
88
*
99
*/
@@ -18,7 +18,7 @@ function module()
1818
return array(
1919
'filename' => 'mcp_reputation',
2020
'title' => 'MCP_REPUTATION',
21-
'version' => '0.6.2',
21+
'version' => '0.7.0',
2222
'modes' => array(
2323
'front' => array('title' => 'MCP_REPUTATION_FRONT', 'auth' => 'acl_m_rs_moderate', 'cat' => array('MCP_REPUTATION')),
2424
'list' => array('title' => 'MCP_REPUTATION_LIST', 'auth' => 'acl_m_rs_moderate', 'cat' => array('MCP_REPUTATION')),

root/includes/mcp/mcp_reputation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @package Reputation System
55
* @author Pico88 (https://github.com/Pico88)
6-
* @copyright (c) 2012
6+
* @copyright (c) 2013
77
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
88
*
99
*/

root/includes/ucp/info/ucp_reputation.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @package Reputation System
55
* @author Pico88 (https://github.com/Pico88)
6-
* @copyright (c) 2012
6+
* @copyright (c) 2013
77
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
88
*
99
*/
@@ -18,7 +18,7 @@ function module()
1818
return array(
1919
'filename' => 'ucp_reputation',
2020
'title' => 'UCP_REPUTATION',
21-
'version' => '0.6.1',
21+
'version' => '0.7.0',
2222
'modes' => array(
2323
'front' => array('title' => 'UCP_REPUTATION_FRONT', 'auth' => 'cfg_rs_enable', 'cat' => array('UCP_REPUTATION')),
2424
'list' => array('title' => 'UCP_REPUTATION_LIST', 'auth' => 'cfg_rs_enable', 'cat' => array('UCP_REPUTATION')),

root/includes/ucp/ucp_reputation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @package Reputation System
55
* @author Pico88 (https://github.com/Pico88)
6-
* @copyright (c) 2012
6+
* @copyright (c) 2013
77
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
88
*
99
*/

root/install_reputation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*
44
* @package Reputation System
55
* @author Pico88 (https://github.com/Pico88)
6-
* @copyright (c) 2012
6+
* @copyright (c) 2013
77
* @license http://opensource.org/licenses/gpl-license.php GNU Public License
88
*
99
*/

0 commit comments

Comments
 (0)