From d88a92a98aba24fc2d4be257232159155928509a Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Sun, 26 Dec 2021 20:12:06 -0800 Subject: [PATCH] Prep Release 1.6.6 --- CHANGELOG.md | 5 +++++ composer.json | 2 +- package-lock.json | 4 ++-- package.json | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2bbbd12c..2c17c236 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # QuickInstall Changelog +## Version 1.6.6 +- [Feature] Added an option to delete all phpBB cookies on the server (found in the PHP info page's footer). +- [Fix] Using the search filter feature on the PHP info page no longer breaks the table-layout on the page. +- [Change] Slight tweaks to the dark mode theme. + ## Version 1.6.5 - [Feature] Added support for browser interface theme-color, currently used in Safari 15. - [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. diff --git a/composer.json b/composer.json index fb76c71d..1826cfad 100644 --- a/composer.json +++ b/composer.json @@ -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.5", + "version": "1.6.6", "license": "GPL-2.0-only", "authors": [ { diff --git a/package-lock.json b/package-lock.json index b9fd1c81..df51db43 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "quickinstall", - "version": "1.6.5", + "version": "1.6.6", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "quickinstall", - "version": "1.6.5", + "version": "1.6.6", "license": "GPL-2.0-only", "dependencies": { "autoprefixer": "^10.3.6", diff --git a/package.json b/package.json index 019f7340..a520076c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "quickinstall", - "version": "1.6.5", + "version": "1.6.6", "license": "GPL-2.0-only", "dependencies": { "autoprefixer": "^10.3.6",