From 8efc08ea0d6a57a73a260d54328aa0067b8a1970 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Fri, 4 Sep 2026 08:13:58 -0700 Subject: [PATCH] Bump to version 1.8.2 --- CHANGELOG.md | 8 ++++++++ composer.json | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22c588b8..2c52aae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # QuickInstall Changelog +## Version 1.8.2 + +- [Feature] QI CLI and Dashboard UI - Added support for mounting, listing, and safely unmounting phpBB 3.x and 4.x language packs. +- [Change] Dashboard UI - Redesigned board management as a searchable, responsive table with compact board details and expandable mount and seed controls. +- [Change] Dashboard UI - Combined extension, style, and language mounting into a single customisation form. +- [Fix] Dashboard UI - Preserved the current scroll position, board filter, expanded board details, form values, and pending-action state during live dashboard updates. +- [Fix] Dashboard UI - Improved concurrent customisation request tracking and activity descriptions, including the selected board, type, source, and mount mode. + ## Version 1.8.1 - [Change] QI CLI - Board URLs now use board-specific paths to isolate cookies and sessions when running multiple boards on localhost. diff --git a/composer.json b/composer.json index a0641bc2..64fe663e 100644 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "phpbb/quickinstall", "description": "QuickInstall is a developer tool used to create multiple phpBB installations.", "homepage": "https://www.phpbb.com/customise/db/official_tool/phpbb3_quickinstall", - "version": "1.8.1", + "version": "1.8.2", "license": "GPL-2.0-only", "authors": [ {