Skip to content

Commit e9a2b12

Browse files
committed
Bump to v3.0.0
Signed-off-by: Matt Friedman <maf675@gmail.com>
1 parent 257c687 commit e9a2b12

2 files changed

Lines changed: 11 additions & 2 deletions

File tree

CHANGELOG.md

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

3+
## Version 3.x (for phpBB 3.3 and later)
4+
5+
### 3.0.0 - 2022-06-17
6+
7+
- Dropped support for phpBB 3.2.x (new minimum requirements: phpBB 3.3.2 and PHP 7.1.3).
8+
- Hovering the mouse over a page link can now show the page's description (if allowed in the page's settings).
9+
- Use structured data in the breadcrumb links.
10+
- Fixed installation failures if default phpBB Admin roles no longer exist.
11+
312
## Version 2.x (for phpBB 3.2 and later)
413

514
### 2.0.5 - 2021-05-28

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
"name": "phpbb/pages",
33
"type": "phpbb-extension",
44
"description": "An extension which allows you to add static pages to your phpBB forum",
5-
"homepage": "https://www.phpbb.com",
6-
"version": "2.0.5",
5+
"homepage": "https://www.phpbb.com/customise/db/extension/pages/",
6+
"version": "3.0.0",
77
"keywords": ["phpbb", "extension", "static", "pages"],
88
"license": "GPL-2.0-only",
99
"authors": [

0 commit comments

Comments
 (0)