Skip to content

Commit

Permalink
Merge pull request #92 from VSEphpbb/update
Browse files Browse the repository at this point in the history
Bump version to 1.3.1
  • Loading branch information
iMattPro authored Jul 28, 2017
2 parents 32108fa + ff22a83 commit 0717a92
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
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.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.

## Changes in 1.3.0
- [Change] QuickInstall has a new paint-job, with a fresh modern look...a flat, responsive, prosilver inspired theme.
- [Change] Rewrote all javascript functionality from the ground up, using jQuery.
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-dev');
define('QI_VERSION', '1.3.1');

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

0 comments on commit 0717a92

Please sign in to comment.