Skip to content

Commit 3c3c9f4

Browse files
authored
Merge pull request #135 from iMattPro/release-1.1.9
Prep release 1.1.9
2 parents e05ad32 + f939c2a commit 3c3c9f4

File tree

4 files changed

+6
-8
lines changed

4 files changed

+6
-8
lines changed

CHANGELOG.md

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

3+
## 1.1.9 - 2022-06-17
4+
5+
- Fixed cron task naming conventions.
6+
37
## 1.1.8 - 2021-08-16
48

59
- Updated minimum requirements: PHP 5.6 and phpBB 3.2.3.

composer.json

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.1.8",
6+
"version": "1.1.9",
77
"license": "GPL-2.0-only",
88
"authors": [
99
{

package-lock.json

Lines changed: 0 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
{
22
"name": "phpbb-skeleton",
3-
"version": "1.1.8",
43
"author": "phpBB Limited",
54
"license": "GPL-2.0",
65
"scripts": {
7-
"build": "sass --load-path=node_modules --style=compressed styles/prosilver/theme/skeleton.scss styles/prosilver/theme/skeleton.css",
8-
"bump-major": "npm version major --git-tag-version=false",
9-
"bump-minor": "npm version minor --git-tag-version=false",
10-
"bump-patch": "npm version patch --git-tag-version=false"
6+
"build": "sass --load-path=node_modules --style=compressed styles/prosilver/theme/skeleton.scss styles/prosilver/theme/skeleton.css"
117
},
128
"dependencies": {
139
"primer-tooltips": "^2.0.0"

0 commit comments

Comments
 (0)