Skip to content

Commit 17f8a43

Browse files
authored
Merge pull request #158 from iMattPro/release-1.1.16
Prep 1.1.16 release
2 parents 4a21d9e + a80a38c commit 17f8a43

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,16 @@
11
# Changelog
22

3+
## 1.1.16 - 2025-05-23
4+
5+
- Deprecating the older standalone GitHub Actions workflow in favor of the newer, simpler, re-usable workflow maintained by phpBB.
6+
- Improved the documentation in the new re-usable GitHub Actions workflow.
7+
- Improved the CLI experience when choosing which GitHub Actions workflow to generate.
8+
39
## 1.1.15 - 2025-04-30
410

511
- Added a header section to the Skeleton with key links to its documentation, phpBB’s coding guidelines, and extension policies.
612
- Added direct documentation links to each section of the Skeleton’s interface for quicker access.
7-
- Updated GitHub Actions to generate a tests.yml using phpBB’s reusable test framework by default, while still supporting the original standalone tests.yml for custom setups.
13+
- Updated GitHub Actions to generate a tests.yml using phpBB’s reusable GitHub Actions workflow by default, while still supporting the original standalone tests.yml for custom setups.
814
- Removed Travis CI, as it is no longer supported by phpBB and no longer free for open source projects.
915
- Decoupled GitHub Actions workflow generation from PHPUnit test generation—each can now be created independently.
1016

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.1.15",
6+
"version": "1.1.16",
77
"license": "GPL-2.0-only",
88
"authors": [
99
{

0 commit comments

Comments
 (0)