Skip to content

Commit e9cf1b6

Browse files
authored
Merge pull request #143 from phpbb-extensions/release-1.1.11
Merge 1.1.11 Release
2 parents 1348cb9 + fe8194f commit e9cf1b6

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

CHANGELOG.md

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

3+
## 1.1.11 - 2023-12-29
4+
5+
- Updated GitHub Actions workflow to include "main" as a default repo branch to test.
6+
- Added support for breadcrumbs when viewing the Skeleton page in a forum.
7+
38
## 1.1.10 - 2023-05-13
49

5-
- Updated GitHub Action workflow files.
10+
- Updated GitHub Actions workflow files.
611
- Removed translation of *CP module page titles as it's not necessary.
712
- Updated the Skeleton icon.
813
- Minor code improvements and clean up.
@@ -28,7 +33,7 @@
2833

2934
## 1.1.6 - 2020-12-28
3035

31-
- Added option to generate Github Actions workflow for Continuous Integration testing.
36+
- Added option to generate GitHub Actions workflow for Continuous Integration testing.
3237
- Fixed an issue that prevented dot-files and dot-directories from being generated.
3338
- Updated some syntax in the sample PHPUnit test files.
3439

@@ -79,7 +84,7 @@
7984
- Skeleton files have dropped the use of "Acme" and "Demo" in favor of your own vendor and extension names.
8085
- Skeleton template files now use TWIG syntax instead of old phpBB 3.0 style template syntax.
8186
- 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.
82-
- All skeleton files have been overhauled with improved Docblocks and sample code that exemplifies phpBB's coding guidelines and best practices.
87+
- All skeleton files have been overhauled with improved DocBlock and sample code that exemplifies phpBB's coding guidelines and best practices.
8388
- ACP, UCP and MCP modules have been updated to utilise controller classes.
8489

8590
## 1.0.7 - 2018-03-14
@@ -104,7 +109,7 @@
104109

105110
## 1.0.3 - 2017-01-12
106111

107-
- Add support for UTF-8 characters in fields (extension full name, description, author info, etc).
112+
- Add support for UTF-8 characters in fields (extension full name, description, author info, etc.).
108113
- Only add information about unit testing to the README when testing components are selected.
109114
- Fix the extension name used in the generated build script component.
110115
- Fix undeclared class properties generated in the ACP module component.
@@ -128,12 +133,12 @@
128133
## 1.0.1 - 2016-10-13
129134

130135
- Fixed an issue where in phpBB 3.1 boards, the Command Line Interface would not work.
131-
- Skeleton files now have file docblocks uniquely named after the extension (was previously based on phpBB's own docblock). The current date and primary author name are also automatically added to the docblock's @copyright.
136+
- Skeleton files now have file DocBlocks uniquely named after the extension (was previously based on phpBB's own docblock). The current date and primary author name are also automatically added to the docblock's @copyright.
132137
- Skeleton ACP PHP files have correct visibility declarations for methods and properties now.
133138
- Skeleton config service files correctly encapsulate all strings in quotes that begin with @ and % per Symfony specifications.
134-
- Skeleton PHP files have all their docblocks updated to be consistent with PSR-5 recommendations.
139+
- Skeleton PHP files have all their DocBlocks updated to be consistent with PSR-5 recommendations.
135140
- Skeleton event class methods that do not use the $event variable do not have them defined as an argument (this is done to demonstrate that the $event argument is only needed if actually used in an event listener method).
136-
- Internal docblocks have been updated.
141+
- Internal DocBlocks have been updated.
137142

138143
## 1.0.0 - 2016-08-04
139144

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

0 commit comments

Comments
 (0)