|
1 | 1 | # Changelog |
2 | 2 |
|
| 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 | + |
3 | 8 | ## 1.1.10 - 2023-05-13 |
4 | 9 |
|
5 | | -- Updated GitHub Action workflow files. |
| 10 | +- Updated GitHub Actions workflow files. |
6 | 11 | - Removed translation of *CP module page titles as it's not necessary. |
7 | 12 | - Updated the Skeleton icon. |
8 | 13 | - Minor code improvements and clean up. |
|
28 | 33 |
|
29 | 34 | ## 1.1.6 - 2020-12-28 |
30 | 35 |
|
31 | | -- Added option to generate Github Actions workflow for Continuous Integration testing. |
| 36 | +- Added option to generate GitHub Actions workflow for Continuous Integration testing. |
32 | 37 | - Fixed an issue that prevented dot-files and dot-directories from being generated. |
33 | 38 | - Updated some syntax in the sample PHPUnit test files. |
34 | 39 |
|
|
79 | 84 | - Skeleton files have dropped the use of "Acme" and "Demo" in favor of your own vendor and extension names. |
80 | 85 | - Skeleton template files now use TWIG syntax instead of old phpBB 3.0 style template syntax. |
81 | 86 | - 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. |
83 | 88 | - ACP, UCP and MCP modules have been updated to utilise controller classes. |
84 | 89 |
|
85 | 90 | ## 1.0.7 - 2018-03-14 |
|
104 | 109 |
|
105 | 110 | ## 1.0.3 - 2017-01-12 |
106 | 111 |
|
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.). |
108 | 113 | - Only add information about unit testing to the README when testing components are selected. |
109 | 114 | - Fix the extension name used in the generated build script component. |
110 | 115 | - Fix undeclared class properties generated in the ACP module component. |
|
128 | 133 | ## 1.0.1 - 2016-10-13 |
129 | 134 |
|
130 | 135 | - 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. |
132 | 137 | - Skeleton ACP PHP files have correct visibility declarations for methods and properties now. |
133 | 138 | - 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. |
135 | 140 | - 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. |
137 | 142 |
|
138 | 143 | ## 1.0.0 - 2016-08-04 |
139 | 144 |
|
|
0 commit comments