Skip to content

Commit 5d5d6b0

Browse files
committed
Prep for 2.1.0 release
1 parent d7126bd commit 5d5d6b0

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

CHANGELOG.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

33
## Vesion 2.x (for phpBB 3.2)
44

5+
### 2.1.0 - 2017-05-07
6+
7+
- Default language fallback: if board rules do not exist for an installed language, the rules written in the board's default language will be shown instead (if they exist).
8+
- Major code improvements and optimisations.
9+
510
### 2.0.0 - 2017-01-16
611

712
- Updated for phpBB 3.2 (continue using the 1.x branch for phpBB 3.1.x)
@@ -10,7 +15,7 @@
1015

1116
## Version 1.x (for phpBB 3.1)
1217

13-
## 1.0.4 - 2016-12-02
18+
### 1.0.4 - 2016-12-02
1419

1520
- Fixed some rare cases where errors caused a blank page. They are now caught, resulting in a proper error message.
1621
- Fixed some missing language keys in rare error messages from the nestedset class.
@@ -24,7 +29,7 @@
2429
- Norwegian
2530
- Slovak
2631

27-
## 1.0.3 - 2016-01-17
32+
### 1.0.3 - 2016-01-17
2833

2934
- The same anchor names can now be shared between languages.
3035
- Fixed an issue that prevented rules from being updated on MSSQL systems.

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",
6-
"version": "2.1.0-dev",
6+
"version": "2.1.0",
77
"keywords": ["phpbb", "extension", "rules"],
88
"license": "GPL-2.0",
99
"authors": [

0 commit comments

Comments
 (0)