Skip to content

Commit

Permalink
* [MOD] Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxsmin authored and Rubén Domínguez committed Oct 2, 2016
1 parent f704bb0 commit c95a27b
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
=== ** v1.2.0.18 ===

* [FIX] Fixed API request error when user's preferences are not set. Thanks to @jtorresc for the feedback. Closes #290
* [FIX] Fixed DB host check regexp during installation on material-blue theme. Thanks to @TheMengzor for the patch
* [FIX] Fixed Javascript load error in classic theme
* [FIX] Solves #287. Fixed issue when parsing account's password from ajax response.
* [MOD] Modified some css styles.
* [MOD] Added newline tag for notes on account view. Closes #286. Thanks to @andresju for the feedback.
* [MOD] Added some tips about login info in demo mode.

=== ** v1.2.0.17 ===

* [FIX] Fix zxcvbn Javscript lib name
Expand Down
15 changes: 15 additions & 0 deletions CHANGELOG-ES
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
=== ** v1.2.0.18 ===

* [FIX] Corregido error en peticiones a la API cuando las preferencias del usuario no están definidas. Gracias a @jtorresc por el aviso. Closes #290
* [FIX] Corregida expresión regular para comprobar nombre de servidor de BD en la instalación. Gracias a @TheMengzor por el parche
* [FIX] Corregido error de carga de Javascript en tema cĺasico
* [FIX] Solves #287. Corregida incidencia al parsear los caracteres de la clave en peticiones Ajax.
* [MOD] Modificados algunos estilos css.
* [MOD] Añadida etiqueta de salto de línea para las notas en la vista de detalles de cuenta. Closes #286. Gracias a @andresju por el aviso.
* [MOD] Añadidos algunas pistas sobre el login en modo demo.

=== ** v1.2.0.17 ===

* [FIX] Corregido nombre de la librería Javscript zxcvbn
* [MOD] Actualizada versión

=== ** v1.2.0.16 ===

* [FIX] Corregida migración de usuario desde 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, '17');
$version = array(1, 2, 0, '18');

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

0 comments on commit c95a27b

Please sign in to comment.