Skip to content

Commit fe6ba25

Browse files
authored
Merge pull request #262 from iMattPro/release-1.6.9
Release 1.6.9
2 parents ca4172b + 3632d31 commit fe6ba25

8 files changed

+87
-71
lines changed

CHANGELOG.md

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

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+
36
## Version 1.6.8
47
- [Fix] Fixed handling of Newly Registered Users. Populated users added to the NRU group will now have zero posts and zero activity.
58
- [Fix] Minor PHP and CSS fixes.

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

package-lock.json

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

scss/qi_bootstrap.css

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

scss/qi_bootstrap.min.css

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

scss/qi_bootstrap.min.css.map

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

style/assets/css/qi_bootstrap.min.css

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

style/assets/css/qi_bootstrap.min.css.map

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

0 commit comments

Comments
 (0)