File tree Expand file tree Collapse file tree 2 files changed +11
-1
lines changed
Expand file tree Collapse file tree 2 files changed +11
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 1.2.0 - 2025-06-04
4+
5+ - Dropped support for phpBB 3.2.x. This version now requires at least phpBB 3.3.0 and PHP 7.1.
6+ - Enhanced the generated skeleton README with links to extension development documentation.
7+ - Removed remaining XHTML artifacts from the generated skeleton files.
8+ - Updated generated PHPUnit test files to follow more consistent and modern PHPUnit practices.
9+ - Set the reusable GitHub Actions workflow as the default, replacing the older standalone workflow (now deprecated).
10+ - Updated version constraints to prevent installation on phpBB4, while ensuring it doesn’t cause errors if run within phpBB4.
11+ - Performed various behind-the-scenes code optimizations.
12+
313## 1.1.16 - 2025-05-23
414
515- Deprecating the older standalone GitHub Actions workflow in favor of the newer, simpler, re-usable workflow maintained by phpBB.
Original file line number Diff line number Diff line change 33 "type" : " phpbb-extension" ,
44 "description" : " The official phpBB skeleton extension generator." ,
55 "homepage" : " https://www.phpbb.com/customise/db/official_tool/ext_skeleton/" ,
6- "version" : " 1.2.0-dev " ,
6+ "version" : " 1.2.0" ,
77 "license" : " GPL-2.0-only" ,
88 "authors" : [
99 {
You can’t perform that action at this time.
0 commit comments