From ebb7cfecb4455569264deb2d55797d54da92e396 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Mon, 16 Aug 2021 22:04:21 -0700 Subject: [PATCH] Bump to version 1.1.8 --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- ext.php | 4 ++-- package-lock.json | 4 ++-- package.json | 2 +- 5 files changed, 14 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd352b4..841cf60 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## 1.1.8 - 2021-08-16 + +- Updated minimum requirements: PHP 5.6 and phpBB 3.2.3. +- Fixed unexpected errors for phpBB and PHP version constraints using ">" and "<" characters. +- Internally, some minor code improvements. +- Internally, switched to NPM to manage 3rd party package dependencies. +- Internally, implemented unit and functional test coverage for code reliability. + ## 1.1.7 - 2021-05-28 - Added validation on user input for homepage URLs, author email addresses, and version requirement patterns. diff --git a/composer.json b/composer.json index 67ff47b..c1c6931 100644 --- a/composer.json +++ b/composer.json @@ -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.1.7", + "version": "1.1.8", "license": "GPL-2.0-only", "authors": [ { diff --git a/ext.php b/ext.php index d23d6f0..6eaba62 100644 --- a/ext.php +++ b/ext.php @@ -21,9 +21,9 @@ class ext extends \phpbb\extension\base protected $errors = []; /** - * Check whether or not the extension can be enabled. + * Check whether the extension can be enabled. * - * @return bool|array True if can be enabled. False if not, or an array of error messages in phpBB 3.3. + * @return bool|array True if it can be enabled. False if not, or an array of error messages in phpBB 3.3. */ public function is_enableable() { diff --git a/package-lock.json b/package-lock.json index 01ddc15..9a5fa2d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "phpbb-skeleton", - "version": "1.1.7", + "version": "1.1.8", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "phpbb-skeleton", - "version": "1.1.7", + "version": "1.1.8", "license": "GPL-2.0", "dependencies": { "primer-tooltips": "^2.0.0" diff --git a/package.json b/package.json index 5a686c7..1525c0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "phpbb-skeleton", - "version": "1.1.7", + "version": "1.1.8", "author": "phpBB Limited", "license": "GPL-2.0", "scripts": {