Skip to content

Commit b4acb5a

Browse files
authored
Merge pull request #65 from VSEphpbb/release
Bump version to 1.0.3 and update change log
2 parents 4a0e8b9 + 80a1d0a commit b4acb5a

File tree

2 files changed

+12
-3
lines changed

2 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## 1.0.3 - 2017-01-12
4+
5+
- Add support for UTF-8 characters in fields (extension full name, description, author info, etc).
6+
- Only add information about unit testing to the README when testing components are selected.
7+
- Fix the extension name used in the generated build script component.
8+
- Fix undeclared class properties generated in the ACP module component.
9+
- Fix missing empty new line at the end of the generated composer.json file.
10+
- Increased minimum PHP requirement to PHP 5.4 to support proper JSON file generation (such as UTF-8 support).
11+
312
## 1.0.2 - 2016-11-19
413

514
- Re-organized some of the "Extension packaging" fields with clearer names and ordering.

composer.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"type": "phpbb-extension",
44
"description": "A phpBB Extension for creating extension skeletons",
55
"homepage": "https://www.phpbb.com/customise/db/official_tool/ext_skeleton/",
6-
"version": "1.0.3-dev",
7-
"time": "2016-11-19",
6+
"version": "1.0.3",
7+
"time": "2017-01-12",
88
"license": "GPL-2.0",
99
"authors": [
1010
{
@@ -30,7 +30,7 @@
3030
"extra": {
3131
"display-name": "phpBB Skeleton Extension",
3232
"soft-require": {
33-
"phpbb/phpbb": ">=3.1.4,<3.3.0@dev"
33+
"phpbb/phpbb": ">=3.1.4,<3.3"
3434
},
3535
"version-check": {
3636
"host": "www.phpbb.com",

0 commit comments

Comments
 (0)