Skip to content

Commit a2ce94e

Browse files
authored
Merge pull request #236 from iMattPro/updates
Prpe release 1.6.6
2 parents 87d6e44 + d88a92a commit a2ce94e

File tree

4 files changed

+9
-4
lines changed

4 files changed

+9
-4
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# QuickInstall Changelog
22

3+
## Version 1.6.6
4+
- [Feature] Added an option to delete all phpBB cookies on the server (found in the PHP info page's footer).
5+
- [Fix] Using the search filter feature on the PHP info page no longer breaks the table-layout on the page.
6+
- [Change] Slight tweaks to the dark mode theme.
7+
38
## Version 1.6.5
49
- [Feature] Added support for browser interface theme-color, currently used in Safari 15.
510
- [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.

composer.json

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

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickinstall",
3-
"version": "1.6.5",
3+
"version": "1.6.6",
44
"license": "GPL-2.0-only",
55
"dependencies": {
66
"autoprefixer": "^10.3.6",

0 commit comments

Comments
 (0)