* [FIX] Fix zxcvbn Javscript lib name

* [MOD] Update version
This commit is contained in:
nuxsmin
2016-09-26 16:01:22 +02:00
parent f242d42682
commit 4680fceeb8
2 changed files with 6 additions and 1 deletions

View File

@@ -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

View File

@@ -309,7 +309,7 @@ class Util
*/
public static function getVersion($retBuild = false)
{
$version = array(1, 2, 0, '16');
$version = array(1, 2, 0, '17');
if (!$retBuild) {
array_pop($version);