Skip to content

Commit b6651ed

Browse files
committed
Update to version 1.6.5
1 parent ceb0e81 commit b6651ed

File tree

5 files changed

+14
-7
lines changed

5 files changed

+14
-7
lines changed

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.5
4+
- [Feature] Added support for browser interface theme-color, currently used in Safari 15.
5+
- [Fix] Fixed an issue where refreshing the Settings, Docs or PHP info pages would result in the sidebar not correctly highlighting the current section being viewed.
6+
- [Fix] Fixed an issue to ensure new versions of QI will load the newest JS and CSS instead of older cached files.
7+
- [Change] Updated the date-time format for new boards to use phpBB's default format instead of a custom format.
8+
- [Change] Updated Bootstrap to 5.1.1 and other internal dependencies.
9+
310
## Version 1.6.4
411
- [Fix] Switched AJAX from `onload` to `loadend` to _hopefully_ prevent potential hangs when creating a board.
512
- [Change] Redesigned appearance of the navigation bar for a more streamlined look.

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.4",
5+
"version": "1.6.5",
66
"license": "GPL-2.0-only",
77
"authors": [
88
{

composer.lock

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

package-lock.json

Lines changed: 2 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: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickinstall",
3-
"version": "1.6.4",
3+
"version": "1.6.5",
44
"license": "GPL-2.0-only",
55
"dependencies": {
66
"autoprefixer": "^10.3.4",
@@ -19,7 +19,7 @@
1919
"css-compile": "sass scss/qi_bootstrap.scss scss/qi_bootstrap.css",
2020
"css-prefix": "postcss --use autoprefixer --replace scss/qi_bootstrap.css",
2121
"css-minify": "cleancss -O1 --format breakWith=lf --with-rebase --source-map --source-map-inline-sources --output scss/qi_bootstrap.min.css scss/qi_bootstrap.css",
22-
"copy": "npm-run-all copy-bs-css copy-bs-js copy-bs-icons copy-bs-dark",
22+
"copy": "npm-run-all --parallel copy-*",
2323
"copy-bs-css": "copyfiles --flat scss/qi_bootstrap.min.css scss/qi_bootstrap.min.css.map style/assets/css",
2424
"copy-bs-js": "copyfiles --flat node_modules/bootstrap/dist/js/bootstrap.min.js node_modules/bootstrap/dist/js/bootstrap.min.js.map style/assets/js",
2525
"copy-bs-icons": "copyfiles --flat node_modules/bootstrap-icons/bootstrap-icons.svg style/assets/img",

0 commit comments

Comments
 (0)