Skip to content

Commit

Permalink
Merge pull request #131 from iMattPro/release-1.1.8
Browse files Browse the repository at this point in the history
1.1.8 release
  • Loading branch information
iMattPro authored Aug 17, 2021
2 parents 3ac7b6d + ebb7cfe commit 7a9c02c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 6 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down
4 changes: 2 additions & 2 deletions ext.php
Original file line number Diff line number Diff line change
Expand Up @@ -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()
{
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "phpbb-skeleton",
"version": "1.1.7",
"version": "1.1.8",
"author": "phpBB Limited",
"license": "GPL-2.0",
"scripts": {
Expand Down

0 comments on commit 7a9c02c

Please sign in to comment.