Skip to content

Commit 5da200d

Browse files
authored
Merge pull request #69 from VSEphpbb/release
Update to 1.0.4 for release
2 parents 3655727 + f85ddc2 commit 5da200d

File tree

2 files changed

+11
-4
lines changed

2 files changed

+11
-4
lines changed

CHANGELOG.md

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

3+
## 1.0.4 - 2017-05-04
4+
5+
- Updated generated composer.json files to include the composer/installers requirement.
6+
- Updated generated acp_demo_body.html template to follow a more correct ACP layout configuration.
7+
- Updated generated acp main_module.php to generate use the correct error flags in trigger_errors.
8+
- Switched skeleton's nav-bar icon to an SVG image for better style & retina display compatibility.
9+
310
## 1.0.3 - 2017-01-12
411

512
- Add support for UTF-8 characters in fields (extension full name, description, author info, etc).

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
{
22
"name": "phpbb/skeleton",
33
"type": "phpbb-extension",
4-
"description": "A phpBB Extension for creating extension skeletons",
4+
"description": "The official phpBB skeleton extension generator.",
55
"homepage": "https://www.phpbb.com/customise/db/official_tool/ext_skeleton/",
6-
"version": "1.0.3",
7-
"time": "2017-01-12",
6+
"version": "1.0.4",
7+
"time": "2017-05-04",
88
"license": "GPL-2.0",
99
"authors": [
1010
{
1111
"name": "Joas Schilling",
1212
"email": "[email protected]",
1313
"homepage": "https://github.com/nickvergessen/",
14-
"role": "Lead Developer"
14+
"role": "Former Lead Developer"
1515
},
1616
{
1717
"name": "Matt Friedman",

0 commit comments

Comments
 (0)