Skip to content

Commit e6b260b

Browse files
committed
Bump to v 1.1.10
Signed-off-by: Matt Friedman <[email protected]>
1 parent b0d65e0 commit e6b260b

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 1.1.10 - 2023-05-13
4+
5+
- Updated GitHub Action workflow files.
6+
- Removed translation of *CP module page titles as it's not necessary.
7+
- Minor code improvements and clean up.
8+
39
## 1.1.9 - 2022-06-17
410

511
- Fixed cron task naming conventions.

composer.json

Lines changed: 3 additions & 2 deletions
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.9",
6+
"version": "1.1.10",
77
"license": "GPL-2.0-only",
88
"authors": [
99
{
@@ -33,7 +33,8 @@
3333
"version-check": {
3434
"host": "www.phpbb.com",
3535
"directory": "/customise/db/official_tool/ext_skeleton",
36-
"filename": "version_check"
36+
"filename": "version_check",
37+
"ssl": true
3738
}
3839
}
3940
}

0 commit comments

Comments
 (0)