We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1aed176 + ed0938b commit b8bbc67Copy full SHA for b8bbc67
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# QuickInstall Changelog
2
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
+
7
## Changes in 1.3.1
8
- [Feature] Added QI version update check. New version notifications will be available in the header nav-bar.
9
- [Fix] Correctly allow dot in board directory name.
includes/qi_constants.php
@@ -7,7 +7,7 @@
*
*/
10
-define('QI_VERSION', '1.3.1');
+define('QI_VERSION', '1.3.2');
11
12
// Cookies set by QI
13
define('QI_PROFILE_COOKIE', 'qi_profile'); // Cookie with the latest used profile name as payload.
0 commit comments