Skip to content

Commit

Permalink
Update version and changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
nuxsmin committed Nov 26, 2013
1 parent 4ca3952 commit fb27cad
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
=== ** v1.0.6 ** ===

* [BUG] Corregido error al crear un usuario de LDAP.
* [MOD] No comprobar los permisos del directorio "config" en Windows.

=== ** v1.0.5 ** ===

* [BUG] Corregido error que no mostraba la configuración. El archivo de plantilla config.php no se encontraba por un error en el empaquetado.
Expand Down Expand Up @@ -161,6 +166,11 @@

---

=== ** v1.0.6 ** ===

* [BUG] Fixed error on creating user from LDAP.
* [MOD] Don't check "config" directory permissions on Windows environment.

=== ** v1.0.5 ** ===

* [BUG] Fix blank configuration tab because missing config.php template file that was skipped on building process.
Expand Down
4 changes: 2 additions & 2 deletions inc/util.class.php
Original file line number Diff line number Diff line change
Expand Up @@ -169,15 +169,15 @@ public static function curlIsAvailable(){
* @return array con el número de versión
*/
public static function getVersion() {
return array(1, 00, 05);
return array(1, 00, 06);
}

/**
* @brief Devuelve la versión de sysPass
* @return string con la versión
*/
public static function getVersionString() {
return '1.0-5';
return '1.0-6';
}

/**
Expand Down

0 comments on commit fb27cad

Please sign in to comment.