Skip to content

Commit

Permalink
* [FIX] Fix zxcvbn Javscript lib name
Browse files Browse the repository at this point in the history
* [MOD] Update version
  • Loading branch information
nuxsmin committed Sep 26, 2016
1 parent f242d42 commit 4680fce
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== ** v1.2.0.17 ===

* [FIX] Fix zxcvbn Javscript lib name
* [MOD] Update version

=== ** v1.2.0.16 ===

* [FIX] Fixed user migration from 1.1
Expand Down
2 changes: 1 addition & 1 deletion inc/Util.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ public static function curlIsAvailable()
*/
public static function getVersion($retBuild = false)
{
$version = array(1, 2, 0, '16');
$version = array(1, 2, 0, '17');

if (!$retBuild) {
array_pop($version);
Expand Down

0 comments on commit 4680fce

Please sign in to comment.