Skip to content

Commit cb9466e

Browse files
committed
Merge branch 'master' into dev/4.0
2 parents cd66db2 + 7d0f85d commit cb9466e

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

CHANGELOG.md

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

3+
## 1.2.2 - 2026-04-13
4+
5+
- Added a startup banner to the skeleton extension generator CLI.
6+
- Improved installation error messages, including clearer PHP and phpBB minimum version requirements.
7+
- Removed outdated CSS classes from generated templates.
8+
- Updated generated phpBB 4.0.0-compatible skeletons to use revised `composer/installers` constraints in `composer.json`.
9+
- Raised the default minimum PHP version to 7.2 to align with phpBB 3.3.x.
10+
311
## 1.2.1 - 2026-01-03
412

513
- Fixed potential future PHP errors when installed on a phpBB 4.0.0-a2 board.

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "phpbb/skeleton",
33
"type": "phpbb-extension",
44
"description": "The official phpBB skeleton extension generator.",
5+
"keywords": ["phpbb", "extension", "skeleton"],
56
"homepage": "https://www.phpbb.com/customise/db/official_tool/ext_skeleton/",
67
"version": "1.3.0-dev",
78
"license": "GPL-2.0-only",

0 commit comments

Comments
 (0)