Skip to content

Commit ab365e3

Browse files
authored
Merge pull request #195 from iMattPro/develop
Prep release 1.6.4
2 parents 77a77a1 + ac6bebf commit ab365e3

4 files changed

Lines changed: 37 additions & 30 deletions

File tree

CHANGELOG.md

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

3+
## Version 1.6.4
4+
- [Fix] Switched AJAX from `onload` to `loadend` to _hopefully_ prevent potential hangs when creating a board.
5+
- [Change] Redesigned appearance of the navigation bar for a more streamlined look.
6+
- [Change] Improved checks for compatible phpBB and PHP environments when creating boards and saving profiles.
7+
- [Change] Added a link to download older phpBB releases to the Docs/Readme.
8+
- [Change] Updated Bootstrap to 5.0.2 and other internal dependencies.
9+
310
## Version 1.6.3
411
- [Fix] Fixed a problem where boards would not populate when using PHP 8.
512
- [Fix] Clarified how the option to install additional styles should be used.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "phpbb/quickinstall",
33
"description": "QuickInstall is a developer tool used to create multiple phpBB3 installations.",
44
"homepage": "https://www.phpbb.com/customise/db/official_tool/phpbb3_quickinstall",
5-
"version": "1.6.3",
5+
"version": "1.6.4",
66
"license": "GPL-2.0-only",
77
"authors": [
88
{

package-lock.json

Lines changed: 28 additions & 28 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 & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickinstall",
3-
"version": "1.6.3",
3+
"version": "1.6.4",
44
"license": "GPL-2.0-only",
55
"dependencies": {
66
"autoprefixer": "^10.3.1",

0 commit comments

Comments
 (0)