Skip to content

Commit b79be39

Browse files
committed
Bump to version 3.0.0
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 3e558f1 commit b79be39

3 files changed

Lines changed: 67 additions & 17 deletions

File tree

CHANGELOG.md

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,22 @@
11
# Changelog
22

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)
416

517
### 2.1.3 - 2021-05-28
618

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.
820
- Fixed links to FontAwesome from the ACP Rules Settings page.
921
- 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.
1022
- Added a more in-depth description to Board Language option screen in the ACP.
@@ -42,7 +54,7 @@
4254

4355
- Fixed some rare cases where errors caused a blank page. They are now caught, resulting in a proper error message.
4456
- 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.
4658
- Fixed an issue where the AJAX processing indicator was not displaying in the ACP when moving rules up/down.
4759
- Ensure compatibility with Symfony in future phpBB releases.
4860
- Major code improvements and optimisations.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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/customise/db/extension/boardrules/",
6-
"version": "2.1.3",
6+
"version": "3.0.0",
77
"keywords": ["phpbb", "extension", "rules"],
88
"license": "GPL-2.0-only",
99
"authors": [

composer.lock

Lines changed: 51 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)