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 4dfecd5 commit 3632d31Copy full SHA for 3632d31
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# QuickInstall Changelog
2
3
+## Version 1.6.9
4
+- [Fix] Fixed a bug introduced in version 1.6.8 that caused a fatal error in PHP8 when populating a board with users.
5
+
6
## Version 1.6.8
7
- [Fix] Fixed handling of Newly Registered Users. Populated users added to the NRU group will now have zero posts and zero activity.
8
- [Fix] Minor PHP and CSS fixes.
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.8",
+ "version": "1.6.9",
"license": "GPL-2.0-only",
"authors": [
{
0 commit comments