|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## Vesion 2.x (for phpBB 3.2) |
| 3 | +## Version 3.x (for phpBB 3.3) |
| 4 | + |
| 5 | +### 3.0.0 - 2023-05-29 |
| 6 | + |
| 7 | +- Dropped support for phpBB 3.2 and PHP 5. |
| 8 | +- New minimum requirements: phpBB 3.3.2 and PHP 7.1.3. |
| 9 | +- Fixed potential installation problems when default phpBB roles do not exist. |
| 10 | +- Rules in the ACP are no longer clickable like Rule Categories, to avoid any confusion. |
| 11 | +- Internal code improvements |
| 12 | +- Updated Chinese, Turkish and German language packs. |
| 13 | +- Added Ukrainian language pack. |
| 14 | + |
| 15 | +## Version 2.x (for phpBB 3.2) |
4 | 16 |
|
5 | 17 | ### 2.1.3 - 2021-05-28 |
6 | 18 |
|
7 | | -- Added a new setting to choose whether rule and category list items be preceded by alpha-numeric ordinals, bullets or nothing. |
| 19 | +- Added a new setting to choose whether rule and category list items be preceded by alphanumeric ordinals, bullets or nothing. |
8 | 20 | - Fixed links to FontAwesome from the ACP Rules Settings page. |
9 | 21 | - Slightly adjusted the Rule Categories side-menu on the rules page to inherit more styling from the parent style, so it will be more compatible with 3rd party styles. |
10 | 22 | - Added a more in-depth description to Board Language option screen in the ACP. |
|
42 | 54 |
|
43 | 55 | - Fixed some rare cases where errors caused a blank page. They are now caught, resulting in a proper error message. |
44 | 56 | - Fixed some missing language keys in rare error messages from the nestedset class. |
45 | | -- Fixed an issue in the ACP where the "Rule parent" field would not retain its value when previewing a rule or getting an warning message. |
| 57 | +- Fixed an issue in the ACP where the "Rule parent" field would not retain its value when previewing a rule or getting a warning message. |
46 | 58 | - Fixed an issue where the AJAX processing indicator was not displaying in the ACP when moving rules up/down. |
47 | 59 | - Ensure compatibility with Symfony in future phpBB releases. |
48 | 60 | - Major code improvements and optimisations. |
|
0 commit comments