Skip to content

Commit 638d0f8

Browse files
committed
Bump to version 1.4.2
1 parent 32dcf8d commit 638d0f8

File tree

4 files changed

+6
-3
lines changed

4 files changed

+6
-3
lines changed

CHANGELOG.md

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

3+
## Version 1.4.2
4+
- [Fix] Fixed Delete buttons broken in version 1.4.1.
5+
36
## Version 1.4.1
47
- [Change] Replaced use of Emoji with BS icons for a more cohesive and consistent UI.
58
- [Change] Improved all Buttons in the QI UI.

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.1",
5+
"version": "1.4.2",
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.1",
3+
"version": "1.4.2",
44
"license": "GPL-2.0-only",
55
"dependencies": {
66
"autoprefixer": "^9.8.4",

0 commit comments

Comments
 (0)