Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": [
{
Expand Down