Skip to content

Commit cc1f285

Browse files
authored
Merge pull request #163 from iMattPro/prep-1.2.0
Merge 1.2.0
2 parents 7ac0db1 + 70ae584 commit cc1f285

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
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.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
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
{

0 commit comments

Comments
 (0)