|
1 | 1 | # QuickInstall Changelog |
2 | 2 |
|
| 3 | +## Version 1.6.3 |
| 4 | +- [Fix] Fixed a problem where boards would not populate when using PHP 8. |
| 5 | +- [Fix] Clarified how the option to install additional styles should be used. |
| 6 | +- [Fix] Fixed an issue where “Additional board config settings“ would be ignored if they tried to set a config to a value of 0, false or an empty string. |
| 7 | +- [Fix] Fixed a few more issues in the code base which could pose problems with future versions of PHP and phpBB. |
| 8 | +- [Change] Small internal change to QI's SCSS file, moved away from using division to avoid issues with SASS 1.33. |
| 9 | + |
3 | 10 | ## Version 1.6.2 |
4 | 11 | - [Feature] Dark mode added. When your OS or browser is in dark mode, QI will display its dark mode theme. |
5 | 12 | - [Change] Added a wait time message to the "We're working on it" modal while building boards. |
6 | 13 | - [Change] QI's error handling improved. Only one internal error handler now (using trigger_error). |
7 | 14 | - [Change] QI's error page will have the same Navbar as the rest of QI, and will work as expected in responsive views. |
8 | 15 | - [Change] QI will no longer pass any error messages to the user via URL parameters. Instead, AJAX will be used to handle certain error messages. |
9 | 16 | - [Change] QI will no longer display backtraces in warnings or notices. Backtraces will only be shown for errors. |
10 | | -- [Change] QI's internal language translation system has been updated to support substitution variables. |
| 17 | +- [Change] QI's internal language system has been updated to support substitution variables. |
11 | 18 | - [Change] Moved QI's NPM development files to the project/repository root. |
12 | 19 | - [Change] A small batch of optimisations and code improvements. |
13 | 20 | - [Fix] Fixed CSS mapping to source files (for development). Maps are no longer embedded in the minified CSS either. |
|
64 | 71 | - [Change] Dropped support for installing AutoMOD into 3.0.x boards from QuickInstall. AutoMOD can still be installed manually for 3.0.x boards. |
65 | 72 | - [Change] Dropped the *subsilver2 only* option from the 'Install additional styles' setting. |
66 | 73 | - [Change] Added a `DEBUG` constant to `qi_constants.php`. Contributors can un-comment it while developing QI to disable template caching. |
67 | | -- [Fix] Fixed an issue with the migration schema generator that blocked QI from working with phpBB 4.0.0-dev. |
| 74 | +- [Fix] Fixed an issue with the migration-schema generator that blocked QI from working with phpBB 4.0.0-dev. |
68 | 75 | - [Fix] Fixed some issues with language vars not working on error pages. |
69 | 76 |
|
70 | 77 | ## Version 1.3.7 |
|
198 | 205 | - [Change] No need to add session and `$user` to only store language keys. Changed `$user->lang[]` to `qi::lang()`. |
199 | 206 | - [Change] Removed "powered by phpBB" from the footer. That would not be true anymore. |
200 | 207 | - [Change] Suppress E_DEPRECATED from php >=5.5.0 to still work with php 4 |
201 | | -- [Change] Removed CSS hack for Mac IE since the last version was released in 2003 |
| 208 | +- [Change] Removed CSS hacks for Mac and IE, since the last version was released in 2003 |
202 | 209 | - [Change] Added CSS hack for Opera. |
203 | 210 | - [Change] Removed the "Manage boards" tab and moved board delete to the main tab, which where renamed to "Manage boards". |
204 | 211 | - [Change] Made some modifications to the settings tab and changed some wording. |
|
299 | 306 | - [Feature] Added option so set how many users, forums, topics and posts that will be created. |
300 | 307 |
|
301 | 308 | ## Version 1.1.5 |
302 | | -- [Fix] Set the new board language directory as a custom language path. |
| 309 | +- [Fix] Set the new board-language directory as a custom language path. |
303 | 310 | - [Change] Moved to GitHub. |
304 | 311 | - [Change] Deleted phpBB from the `sources` dir. It now needs to be downloaded from http://www.phpbb.com/. |
305 | 312 |
|
|
0 commit comments