Skip to content

Commit bcee3e2

Browse files
committed
Bump to version 1.4.1
1 parent 5f4b4e0 commit bcee3e2

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

CHANGELOG.md

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

3+
## Version 1.4.1
4+
- [Change] Replaced use of Emoji with BS icons for a more cohesive and consistent UI.
5+
- [Change] Improved all Buttons in the QI UI.
6+
- [Change] Removed QI version constant. QI's version number now maintained in `composer.json`.
7+
- [Change] Removed global QI constants. Now `qi_constants.php` is used just for debugging.
8+
- [Fix] Fixed an issue where phpBB 3.1.0 to 3.2.1 boards would break QuickInstall's new Twig template engine.
9+
- [Fix] Fixed the behavior of the Check all boards toggle switch.
10+
- [Fix] Fixed responsive issues with the nav bar at the top of QI.
11+
312
## Version 1.4.0
413
- [Change] Re-styled some of QI's UI elements including sidebar menus, buttons and various other form elements.
514
- [Change] Migrated QI's Bootstrap framework to version 4.5.

composer.json

Lines changed: 1 addition & 1 deletion
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.4.0",
5+
"version": "1.4.1",
66
"license": "GPL-2.0-only",
77
"authors": [
88
{

develop/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

develop/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "quickinstall",
3-
"version": "1.4.0",
3+
"version": "1.4.1",
44
"license": "GPL-2.0-only",
55
"dependencies": {
66
"autoprefixer": "^9.8.4",

0 commit comments

Comments
 (0)