You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,12 @@
1
1
# Changelog
2
2
3
+
## 1.1.12 - 2024-09-29
4
+
5
+
- Updated GitHub action workflows to address compatibility and bug issues.
6
+
- Added PHP 8.4 testing to GitHub action workflows.
7
+
- Ensure Skeleton extension can only be installed on compatible versions of phpBB.
8
+
- Minor code improvements and clean up.
9
+
3
10
## 1.1.11 - 2023-12-29
4
11
5
12
- Updated GitHub Actions workflow to include "main" as a default repo branch to test.
@@ -137,7 +144,7 @@
137
144
- Skeleton ACP PHP files have correct visibility declarations for methods and properties now.
138
145
- Skeleton config service files correctly encapsulate all strings in quotes that begin with @ and % per Symfony specifications.
139
146
- Skeleton PHP files have all their DocBlocks updated to be consistent with PSR-5 recommendations.
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).
147
+
- 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).
phpBB's Skeleton Extension is a tool for extension authors to help speed up and simplify the task of starting a new extension project. It generates sample starter files and directories in a skeleton package that you can use to begin building your extension.
0 commit comments