Skip to content

Commit b8a5e21

Browse files
authored
Merge pull request #153 from iMattPro/prep-1.1.15
Release 1.1.15
2 parents b1d6dce + 45c5306 commit b8a5e21

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 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.
@@ -37,7 +45,7 @@
3745
- Updated minimum requirements: PHP 5.6 and phpBB 3.2.3.
3846
- Fixed unexpected errors for phpBB and PHP version constraints using ">" and "<" characters.
3947
- Internally, some minor code improvements.
40-
- Internally, switched to NPM to manage 3rd party package dependencies.
48+
- Internally, switched to NPM to manage third party package dependencies.
4149
- Internally, implemented unit and functional test coverage for code reliability.
4250

4351
## 1.1.7 - 2021-05-28
@@ -74,7 +82,7 @@
7482
- Will now use Twig template namespaces for rendering template files in generated controller files.
7583
- Will now generate Travis-CI tests to run against phpBB 3.3.x (unless you specify an earlier version of phpBB as a maximum version constraint).
7684
- Will attempt to do a better job of creating the correct notification files, based on your phpBB version constraints.
77-
- Removed 3rd party Symfony components previously required in phpBB 3.1 installations, resulting in much faster performance.
85+
- Removed third party Symfony components previously required in phpBB 3.1 installations, resulting in much faster performance.
7886
- Loads of additional little code inspection fixes.
7987

8088
## 1.1.2 - 2019-07-13
@@ -85,7 +93,7 @@
8593

8694
- Added a new Permissions component to generate skeleton files that add and use permissions in an extension.
8795
- Improved the handling of special characters in the Display Name. Now &, < and > are displayed correctly, while double-quotes are strictly invalid.
88-
- Improved the generated sample migration file with a lot more documented examples of configs, config_text, permissions and custom functions.
96+
- Improved the generated sample migration file with a lot more documented examples of configs, config_text, permissions, and custom functions.
8997
- Improved the depends_on() values in generated migration files.
9098
- Improved the naming of generated control panel language variables.
9199
- Improved the generation of skeleton files so that only files for the selected components will be built.
@@ -101,7 +109,7 @@
101109
- Skeleton template files now use TWIG syntax instead of old phpBB 3.0 style template syntax.
102110
- Improved distinctions between skeletons designed to be compatible with phpBB >=3.1 vs. >=3.2. For example, skeletons built to support 3.1 and above will still use the User object for language functions, while skeletons built for 3.2 and above will use the newer Language object for language functions.
103111
- All skeleton files have been overhauled with improved DocBlock and sample code that exemplifies phpBB's coding guidelines and best practices.
104-
- ACP, UCP and MCP modules have been updated to utilise controller classes.
112+
- ACP, UCP, and MCP modules have been updated to utilise controller classes.
105113

106114
## 1.0.7 - 2018-03-14
107115

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)