Skip to content

Commit 7d0f85d

Browse files
authored
Merge pull request #169 from phpbb-extensions/prep-1.2.2
Bump to version 1.2.2
2 parents 77eb509 + 32515b0 commit 7d0f85d

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
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/",
6-
"version": "1.2.1",
7+
"version": "1.2.2",
78
"license": "GPL-2.0-only",
89
"authors": [
910
{

0 commit comments

Comments
 (0)