Skip to content

Commit ddd6755

Browse files
committed
Merge branch 'master' into dev/4.0
2 parents 3b2a960 + 17f8a43 commit ddd6755

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
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

0 commit comments

Comments
 (0)