We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9000231 commit 70ba2a1Copy full SHA for 70ba2a1
2 files changed
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## 1.0.7 - 2018-03-14
4
+
5
+- The generated composer.json will now have the standard "GPL-2.0-only" license identifier.
6
+- The generated .travis.yml has a more up-to-date test configuration for phpBB 3.2.x environment.
7
8
## 1.0.6 - 2017-09-07
9
10
- Updated generated .travis.yml configuration with fixes for setting up EPV testing.
composer.json
100755
100644
@@ -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.0.6",
+ "version": "1.0.7",
"time": "2017-09-07",
"license": "GPL-2.0-only",
"authors": [
0 commit comments