Skip to content

Commit 4124695

Browse files
authored
Merge pull request #275 from iMattPro/updates
Prep 1.6.12
2 parents dfb29f0 + f4fa894 commit 4124695

File tree

5 files changed

+488
-220
lines changed

5 files changed

+488
-220
lines changed

CHANGELOG.md

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

3+
## Version 1.6.12
4+
- [Fix] Fixed a fatal PHP error that could occur when creating new boards from the latest build of phpBB 4.
5+
- [Fix] Fixed a fatal PHP error that could occur when creating new boards under PHP 8.
6+
37
## Version 1.6.11
4-
- [Fix] Fixed a fatal PHP error that could occur when creating new boards from the latest build of phpBB 4 ()
8+
- [Fix] Fixed a fatal PHP error that could occur when creating new boards from the latest build of phpBB 4.
59

610
## Version 1.6.10
711
- [Fix] Fixed a fatal PHP error that could occur when creating new boards under PHP 8.1 or newer.
@@ -181,7 +185,7 @@
181185
- [Feature] Supports phpBB 3.2 boards
182186
- [Fix] Issue #55 Improve compatibility with PHP 7
183187
- [Fix] Issue #49 Removed closing php tag from generated config.php file
184-
- [Fix] Fix for UTF-8 characters `$error_msg`
188+
- [Fix] A Fix for UTF-8 characters `$error_msg`
185189
- [Fix] Issue #45 Fix compatibility for installing phpBB 3.1.5 boards.
186190
- [Change] Sort boards in a natural order (10 > 9).
187191
- [Change] Added a scroll bar to the boards list.
@@ -198,7 +202,7 @@
198202
- [Fix] The explanation text for the Boards tab was not up-to-date.
199203
- [Fix] Issue #42 the installation note box got more or less unreadable in some screen resolutions.
200204
- [Fix] "schema.json" was removed in phpBB 3.1.3. QI used it to create the 3.1 DB. Now install of 3.1.x works again.
201-
- [Fix] Ticket #44 QI removed uppercase letters from directory names due to a missing Hyphen "-".
205+
- [Fix] Ticket #44 QI removed uppercase letters from directory names due to a missing Hyphen.
202206
- [Fix] Ticket #43 when run in server root `dirname()` on Windows returns a backslash QI did not handle that correct. (By Skouat)
203207
- [Change] Moved the "can take a while" warning box, and the options/settings boxes.
204208
- [Change] Moved the header text to the sidebar in the PHP info tab.

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

composer.lock

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

0 commit comments

Comments
 (0)