Skip to content

Commit

Permalink
Merge pull request #195 from iMattPro/develop
Browse files Browse the repository at this point in the history
Prep release 1.6.4
  • Loading branch information
iMattPro authored Jul 18, 2021
2 parents 77a77a1 + ac6bebf commit ab365e3
Show file tree
Hide file tree
Showing 4 changed files with 37 additions and 30 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# QuickInstall Changelog

## Version 1.6.4
- [Fix] Switched AJAX from `onload` to `loadend` to _hopefully_ prevent potential hangs when creating a board.
- [Change] Redesigned appearance of the navigation bar for a more streamlined look.
- [Change] Improved checks for compatible phpBB and PHP environments when creating boards and saving profiles.
- [Change] Added a link to download older phpBB releases to the Docs/Readme.
- [Change] Updated Bootstrap to 5.0.2 and other internal dependencies.

## Version 1.6.3
- [Fix] Fixed a problem where boards would not populate when using PHP 8.
- [Fix] Clarified how the option to install additional styles should be used.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "phpbb/quickinstall",
"description": "QuickInstall is a developer tool used to create multiple phpBB3 installations.",
"homepage": "https://www.phpbb.com/customise/db/official_tool/phpbb3_quickinstall",
"version": "1.6.3",
"version": "1.6.4",
"license": "GPL-2.0-only",
"authors": [
{
Expand Down
56 changes: 28 additions & 28 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": "quickinstall",
"version": "1.6.3",
"version": "1.6.4",
"license": "GPL-2.0-only",
"dependencies": {
"autoprefixer": "^10.3.1",
Expand Down

0 comments on commit ab365e3

Please sign in to comment.