Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 1.2.2 - 2026-04-13

- Added a startup banner to the skeleton extension generator CLI.
- Improved installation error messages, including clearer PHP and phpBB minimum version requirements.
- Removed outdated CSS classes from generated templates.
- Updated generated phpBB 4.0.0-compatible skeletons to use revised `composer/installers` constraints in `composer.json`.
- Raised the default minimum PHP version to 7.2 to align with phpBB 3.3.x.

## 1.2.1 - 2026-01-03

- Fixed potential future PHP errors when installed on a phpBB 4.0.0-a2 board.
Expand Down
3 changes: 2 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
"name": "phpbb/skeleton",
"type": "phpbb-extension",
"description": "The official phpBB skeleton extension generator.",
"keywords": ["phpbb", "extension", "skeleton"],
"homepage": "https://www.phpbb.com/customise/db/official_tool/ext_skeleton/",
"version": "1.2.1",
"version": "1.2.2",
"license": "GPL-2.0-only",
"authors": [
{
Expand Down
Loading