Skip to content

Commit 8d5b994

Browse files
committed
Update composer and changelog for 1.1.14
1 parent 5e1ce2f commit 8d5b994

File tree

2 files changed

+23
-19
lines changed

2 files changed

+23
-19
lines changed

CHANGELOG.md

Lines changed: 22 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,20 @@
11
# Changelog
22

3+
## 1.1.14 - 2025-04-20
4+
5+
- Updated GitHub action workflows to address compatibility and bug issues.
6+
37
## 1.1.13 - 2025-01-19
48

59
- Fixed an issue where test suite files failed to be located and created.
6-
- Minor code improvements and clean up.
10+
- Minor code improvements and cleanup.
711

812
## 1.1.12 - 2024-09-29
913

1014
- Updated GitHub action workflows to address compatibility and bug issues.
1115
- Added PHP 8.4 testing to GitHub action workflows.
1216
- Ensure Skeleton extension can only be installed on compatible versions of phpBB.
13-
- Minor code improvements and clean up.
17+
- Minor code improvements and cleanup.
1418

1519
## 1.1.11 - 2023-12-29
1620

@@ -22,7 +26,7 @@
2226
- Updated GitHub Actions workflow files.
2327
- Removed translation of *CP module page titles as it's not necessary.
2428
- Updated the Skeleton icon.
25-
- Minor code improvements and clean up.
29+
- Minor code improvements and cleanup.
2630

2731
## 1.1.9 - 2022-06-17
2832

@@ -39,19 +43,19 @@
3943
## 1.1.7 - 2021-05-28
4044

4145
- Added validation on user input for homepage URLs, author email addresses, and version requirement patterns.
42-
- Fixed validation of extension display name when using the CLI.
46+
- Fixed validation of the extension display name when using the CLI.
4347
- Internally moved the creation of extension composer.json from PHP logic to a TWIG template.
4448
- Updated default phpBB version max requirement to <4.0.0@dev.
4549

4650
## 1.1.6 - 2020-12-28
4751

48-
- Added option to generate GitHub Actions workflow for Continuous Integration testing.
52+
- Added an option to generate GitHub Actions workflow for Continuous Integration testing.
4953
- Fixed an issue that prevented dot-files and dot-directories from being generated.
5054
- Updated some syntax in the sample PHPUnit test files.
5155

5256
## 1.1.5 - 2020-09-11
5357

54-
- Make sure config created for cron by migration is dynamic.
58+
- Make sure the config created for cron by migration is dynamic.
5559
- Updated all PHP arrays to use modern shortened syntax.
5660
- Updated Travis config files.
5761
- Updated Read Me files.
@@ -70,7 +74,7 @@
7074
- Will now use Twig template namespaces for rendering template files in generated controller files.
7175
- 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).
7276
- Will attempt to do a better job of creating the correct notification files, based on your phpBB version constraints.
73-
- Removed 3rd party Symfony components previously required in phpBB 3.1 installs, resulting in much faster performance.
77+
- Removed 3rd party Symfony components previously required in phpBB 3.1 installations, resulting in much faster performance.
7478
- Loads of additional little code inspection fixes.
7579

7680
## 1.1.2 - 2019-07-13
@@ -95,7 +99,7 @@
9599
- Skeleton updates:
96100
- Skeleton files have dropped the use of "Acme" and "Demo" in favor of your own vendor and extension names.
97101
- Skeleton template files now use TWIG syntax instead of old phpBB 3.0 style template syntax.
98-
- 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.
102+
- 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.
99103
- All skeleton files have been overhauled with improved DocBlock and sample code that exemplifies phpBB's coding guidelines and best practices.
100104
- ACP, UCP and MCP modules have been updated to utilise controller classes.
101105

@@ -114,32 +118,32 @@
114118

115119
## 1.0.4 - 2017-05-04
116120

117-
- Updated generated composer.json files to include the composer/installers requirement.
118-
- Updated generated acp_demo_body.html template to follow a more correct ACP layout configuration.
119-
- Updated generated acp main_module.php to generate use the correct error flags in trigger_errors.
120-
- Switched skeleton's nav-bar icon to an SVG image for better style & retina display compatibility.
121+
- Updated the generated composer.json files to include the composer/installers requirement.
122+
- Updated the generated acp_demo_body.html template to follow a more correct ACP layout configuration.
123+
- Updated the generated acp main_module.php to generate use the correct error flags in trigger_errors.
124+
- Switched skeleton's nav-bar icon to an SVG image for better style and retina display compatibility.
121125

122126
## 1.0.3 - 2017-01-12
123127

124128
- Add support for UTF-8 characters in fields (extension full name, description, author info, etc.).
125129
- Only add information about unit testing to the README when testing components are selected.
126-
- Fix the extension name used in the generated build script component.
127-
- Fix undeclared class properties generated in the ACP module component.
128-
- Fix missing empty new line at the end of the generated composer.json file.
129-
- Increased minimum PHP requirement to PHP 5.4 to support proper JSON file generation (such as UTF-8 support).
130+
- Fixed the extension name used in the generated build script component.
131+
- Fixed undeclared class properties generated in the ACP module component.
132+
- Fixed the missing empty new line at the end of the generated composer.json file.
133+
- Increased the minimum PHP requirement to PHP 5.4 to support proper JSON file generation (such as UTF-8 support).
130134

131135
## 1.0.2 - 2016-11-19
132136

133137
- Re-organized some of the "Extension packaging" fields with clearer names and ordering.
134-
- Shortened the name of the nav-bar link in the web interface to "Skeleton Extension".
138+
- Shortened the name of the nav-bar link in the web interface to Skeleton Extension.
135139
- Helpful tooltips have been added to each of the checkboxes in the "Components" section of the web interface.
136140
- Added a link to Skeleton Extension's Documentation in the web interface.
137141
- Added warnings when trying to use 'phpbb' or 'core' as vendor and extension names.
138142
- Added view online page sample code to the event listener for the controller component.
139143
- Added a missing migration file to generated UCP components.
140144
- Fixed an issue where the controller component did not generate a correct event listener.
141145
- Fixed an issue where the controller component did not generate a template event listener for the controller's nav-bar link.
142-
- Fixed an issue where the notifications component did not generate a valid ext.php (references to the notification services will now have the correct vendor and ext names instead of "dev.dev").
146+
- Fixed an issue where the notification component did not generate a valid ext.php (references to the notification services will now have the correct vendor and ext names instead of "dev.dev").
143147
- Use the correct Symfony syntax for non-shared services: `scope: prototype` in phpBB 3.1.x and `shared: false` in phpBB 3.2.
144148

145149
## 1.0.1 - 2016-10-13

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

0 commit comments

Comments
 (0)