Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# QuickInstall Changelog

## Changes in 1.3.2
- [Change] Sort profiles naturally in drop down lists.
- [Fix] Corrected potential problems with how URLs are generated internally.

## Changes in 1.3.1
- [Feature] Added QI version update check. New version notifications will be available in the header nav-bar.
- [Fix] Correctly allow dot in board directory name.
Expand Down
2 changes: 1 addition & 1 deletion includes/qi_constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
*
*/

define('QI_VERSION', '1.3.1');
define('QI_VERSION', '1.3.2');

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