File tree Expand file tree Collapse file tree 3 files changed +17
-7
lines changed
Expand file tree Collapse file tree 3 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## Vesion 2.x (for phpBB 3.2)
4+
5+ ### 2.0.0 - 2017-01-16
6+
7+ - Updated for phpBB 3.2 (continue using the 1.x branch for phpBB 3.1.x)
8+ - New minimum requirements: phpBB 3.2.0 and PHP 5.4
9+ - Option to set your own (supported) Font Awesome icon for the Rules nav-bar link
10+
11+ ## Version 1.x (for phpBB 3.1)
12+
313## 1.0.4 - 2016-12-02
414
515- Fixed some rare cases where errors caused a blank page. They are now caught, resulting in a proper error message.
2232 - German (Formal Honorifics)
2333 - Mandarin Chinese (Simplified Script)
2434
25- ## 1.0.2 - 2015-05-24
35+ ### 1.0.2 - 2015-05-24
2636
2737- Fixed an issue where postgreSQL and MSSQL dbms could not save rules with more than 4,000 characters.
2838- Added a new template var ` S_BOARD_RULES ` that styles can use when viewing the rules page.
4454 - Turkish
4555- Require phpBB 3.1.3 or newer.
4656
47- ## 1.0.1 - 2014-11-03
57+ ### 1.0.1 - 2014-11-03
4858
4959- Fixed an issue where rules could not be deleted with phpBB 3.1.1.
5060- Fixed an issue where rules could not be created on postgreSQL databases.
5767 - Dutch
5868 - Estonian
5969
60- ## 1.0.0 - 2014-10-22
70+ ### 1.0.0 - 2014-10-22
6171
6272- First release
Original file line number Diff line number Diff line change 33 "type" : " phpbb-extension" ,
44 "description" : " An extension which allows you to create a set of rules for your phpBB forum" ,
55 "homepage" : " https://www.phpbb.com" ,
6- "version" : " 2.0.0-dev " ,
6+ "version" : " 2.0.0" ,
77 "keywords" : [" phpbb" , " extension" , " rules" ],
88 "license" : " GPL-2.0" ,
99 "authors" : [
Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ class ext extends \phpbb\extension\base
3131 * The current phpBB version should meet or exceed
3232 * the minimum version required by this extension:
3333 *
34- * Requires phpBB 3.2.0-dev due to new faq controller route for bbcodes,
35- * the revised notifications system and the text reparser service .
34+ * Requires phpBB 3.2.0 due to new faq controller route for bbcodes,
35+ * the revised notifications system, font awesome and the text reparser.
3636 *
3737 * @return bool
3838 * @access public
3939 */
4040 public function is_enableable ()
4141 {
42- return phpbb_version_compare (PHPBB_VERSION , '3.2.0-dev ' , '>= ' );
42+ return phpbb_version_compare (PHPBB_VERSION , '3.2.0 ' , '>= ' );
4343 }
4444
4545 /**
You can’t perform that action at this time.
0 commit comments