|
32 | 32 | ## Version 1.6.3 |
33 | 33 | - [Fix] Fixed a problem where boards would not populate when using PHP 8. |
34 | 34 | - [Fix] Clarified how the option to install additional styles should be used. |
35 | | -- [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. |
| 35 | +- [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. |
36 | 36 | - [Fix] Fixed a few more issues in the code base which could pose problems with future versions of PHP and phpBB. |
37 | 37 | - [Change] Small internal change to QI's SCSS file, moved away from using division to avoid issues with SASS 1.33. |
38 | 38 |
|
|
64 | 64 | - [Change] Populated users will now have a last active date. |
65 | 65 | - [Change] Enforce email domain requirement for populated users. |
66 | 66 | - [Change] QI’s TWIG templates can now support language substitution variables. |
67 | | -- [Change] Moved “Install additional styles” option on main page to the “Install options” sub-section. |
68 | | -- [Change] Show the admin name and password in their respective fields in the “Install options” sub-section. |
| 67 | +- [Change] Moved “Install additional styles” option on main page to the “Install options” subsection. |
| 68 | +- [Change] Show the admin name and password in their respective fields in the “Install options” subsection. |
69 | 69 | - [Fix] Fixed potential PHP 8 issues (Issues #157, #160, #162). |
70 | 70 | - [Fix] Fixed invalid HTML issues. |
71 | 71 |
|
|
285 | 285 | - [Fix] Ticket #63305 `$language` was null when sent as default to request_var. |
286 | 286 | - [Fix] Ticket #63306 QI needs to correctly handle an empty qi_config.cfg. |
287 | 287 | - [Change] Added checking for functions_mods.php. It will be moved in AutoMOD in the future. |
288 | | -- [Change] Include functions_admin.php for postgres' benefit. |
| 288 | +- [Change] Include functions_admin.php for postgres benefit. |
289 | 289 | - [Change] Use `get_cache_dir()` in sqlite dbal. |
290 | 290 | - [Change] Delay database connection until it is necessary. |
291 | 291 | - [Change] Cleaned up the JS in the main html file. |
|
0 commit comments