Skip to content

Commit 45c5306

Browse files
committed
Bump to 1.1.15
1 parent e5dc0c2 commit 45c5306

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 1.1.15 - 2025-04-30
4+
5+
- Added a header section to the Skeleton with key links to its documentation, phpBB’s coding guidelines, and extension policies.
6+
- 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.
8+
- Removed Travis CI, as it is no longer supported by phpBB and no longer free for open source projects.
9+
- Decoupled GitHub Actions workflow generation from PHPUnit test generation—each can now be created independently.
10+
311
## 1.1.14 - 2025-04-20
412

513
- Updated GitHub action workflows to address compatibility and bug issues.

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

0 commit comments

Comments
 (0)