Skip to content

Commit 57b7010

Browse files
committed
Update changelog
1 parent 5fa8af2 commit 57b7010

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

CHANGELOG.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# QuickInstall Changelog
22

33
## Version 1.4.0
4-
- [Change] Re-styled some of QI's UX elements including sidebar menus, buttons and various other form elements.
4+
- [Change] Re-styled some of QI's UI elements including sidebar menus, buttons and various other form elements.
55
- [Change] Migrated QI's Bootstrap framework to version 4.5.
66
- [Change] Bootstrap framework now managed as an NPM library, located in the new `develop` folder. Contributors can use NPM commands to update, customise, compile and deploy Bootstrap to QI (see README).
7-
- [Change] Migrated QI's templating framework over to Twig. All QI html files now use Twig syntax. Contributors can use Composer commands to update Twig, located in the `vendor` directory.
8-
- [Change] Dropped support for installing AutoMOD from QuickInstall.
9-
- [Change] Dropped the subsilver2 only option from the Install additional styles setting.
10-
- [Feature] Added a `DEBUG` constant to `qi_constants.php`. Contributors can un-comment it while developing QI to disable template caching.
7+
- [Change] Migrated QI's templating framework to Twig. All QI html files now use Twig syntax. Contributors can use Composer commands to update Twig, located in the `vendor` directory.
8+
- [Change] Dropped support for installing AutoMOD into 3.0.x boards from QuickInstall. AutoMOD can still be installed manually for 3.0.x boards.
9+
- [Change] Dropped the *subsilver2 only* option from the Install additional styles setting.
10+
- [Change] Added a `DEBUG` constant to `qi_constants.php`. Contributors can un-comment it while developing QI to disable template caching.
1111
- [Fix] Fixed an issue with the migration schema generator that blocked QI from working with phpBB 4.0.0-dev.
1212
- [Fix] Fixed some issues with language vars not working on error pages.
1313

language/en/qi.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
'LOG_INSTALL_INSTALLED_QI' => '<strong>Installed by phpBB Quickinstall version %s</strong>',
165165
'LOREM_IPSUM' => 'Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.',
166166

167-
'MAKE_WRITABLE' => 'Make files world writable',
167+
'MAKE_WRITABLE' => 'Make files world writable',
168168
'MAKE_WRITABLE_EXPLAIN' => 'Set files, &quot;config.php&quot;, and directories world writable by default.',
169169
'MAKE_WRITABLE_BOARD' => 'Make files world writable',
170170
'MAKE_WRITABLE_BOARD_EXPLAIN' => 'Sets file permissions to 0666.',

0 commit comments

Comments
 (0)