Skip to content

Commit 70ba2a1

Browse files
committed
Update for 1.0.7 release
1 parent 9000231 commit 70ba2a1

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

CHANGELOG.md

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

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+
38
## 1.0.6 - 2017-09-07
49

510
- Updated generated .travis.yml configuration with fixes for setting up EPV testing.

composer.json

100755100644
Lines changed: 1 addition & 1 deletion
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.0.6",
6+
"version": "1.0.7",
77
"time": "2017-09-07",
88
"license": "GPL-2.0-only",
99
"authors": [

0 commit comments

Comments
 (0)