We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7f68db2 + 9474a12 commit 4c133d7Copy full SHA for 4c133d7
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.2.1 - 2026-01-03
4
+
5
+- Fixed potential future PHP errors when installed on a phpBB 4.0.0-a2 board.
6
+- Fixed potential future issues when trying to set up EPV in the GitHub actions workflows.
7
8
## 1.2.0 - 2025-06-04
9
10
- Dropped support for phpBB 3.2.x. This version now requires at least phpBB 3.3.0 and PHP 7.1.
composer.json
@@ -3,7 +3,7 @@
"type": "phpbb-extension",
"description": "The official phpBB skeleton extension generator.",
"homepage": "https://www.phpbb.com/customise/db/official_tool/ext_skeleton/",
- "version": "1.2.0",
+ "version": "1.2.1",
"license": "GPL-2.0-only",
"authors": [
{
0 commit comments