Skip to content

Commit b8bbc67

Browse files
authored
Merge pull request #96 from VSEphpbb/vse-patch
Bump to version 1.3.2
2 parents 1aed176 + ed0938b commit b8bbc67

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## Changes in 1.3.2
4+
- [Change] Sort profiles naturally in drop down lists.
5+
- [Fix] Corrected potential problems with how URLs are generated internally.
6+
37
## Changes in 1.3.1
48
- [Feature] Added QI version update check. New version notifications will be available in the header nav-bar.
59
- [Fix] Correctly allow dot in board directory name.

includes/qi_constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*/
99

10-
define('QI_VERSION', '1.3.1');
10+
define('QI_VERSION', '1.3.2');
1111

1212
// Cookies set by QI
1313
define('QI_PROFILE_COOKIE', 'qi_profile'); // Cookie with the latest used profile name as payload.

0 commit comments

Comments
 (0)