Skip to content

Commit d4f11c2

Browse files
committed
Update composer and changelog for 2.0.5
1 parent 75af463 commit d4f11c2

2 files changed

Lines changed: 10 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,16 @@
11
# Changelog
22

3-
## Version 2.x (for phpBB 3.2)
3+
## Version 2.x (for phpBB 3.2 and later)
44

5-
## 2.0.4 - 2020-03-29
5+
### 2.0.5 - 2021-05-28
6+
7+
- Fixed PHP 8 errors.
8+
- Fixed links to FontAwesome from the Manage Pages ACP settings.
9+
10+
### 2.0.4 - 2020-03-29
611

712
- New option to display page's titles before the site name in browser windows.
8-
- Fixed links to FontAwesome's web site.
13+
- Fixed links to FontAwesome website.
914
- Removed Subsilver2 style and support.
1015

1116
### 2.0.3 - 2018-03-14
@@ -52,7 +57,7 @@
5257

5358
### 1.0.3 - 2015-06-14
5459

55-
- Inaccessible pages will corectly send 404 status codes
60+
- Inaccessible pages will correctly send 404 status codes
5661
- Removed edit time limitations when creating pages
5762
- Removed maximum character limitations when creating pages
5863
- Fixed an issue that would display unwanted XML characters in phpBB 3.2 environments

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 add static pages to your phpBB forum",
55
"homepage": "https://www.phpbb.com",
6-
"version": "2.0.4",
6+
"version": "2.0.5",
77
"keywords": ["phpbb", "extension", "static", "pages"],
88
"license": "GPL-2.0-only",
99
"authors": [

0 commit comments

Comments
 (0)