From ed0938bdde4c4f90761f1ee0fcaf180e99c0a902 Mon Sep 17 00:00:00 2001 From: Matt Friedman Date: Tue, 10 Oct 2017 09:25:56 -0700 Subject: [PATCH] Bump to version 1.3.2 --- CHANGELOG.md | 4 ++++ includes/qi_constants.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 33ecf5fe..06097b57 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/includes/qi_constants.php b/includes/qi_constants.php index f8fac36f..78422413 100644 --- a/includes/qi_constants.php +++ b/includes/qi_constants.php @@ -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.