We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d69d00 commit cd73ef0Copy full SHA for cd73ef0
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# QuickInstall Changelog
2
3
+## Version 1.6.10
4
+- [Fix] Fixed a fatal PHP error that could occur when creating new boards under PHP 8.1 or newer.
5
+- [Fix] Fixed some minor issues that could occur when populating user data.
6
+
7
## Version 1.6.9
8
- [Fix] Fixed a bug introduced in version 1.6.8 that caused a fatal error in PHP8 when populating a board with users.
9
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.9",
+ "version": "1.6.10",
"license": "GPL-2.0-only",
"authors": [
{
0 commit comments