Fix updates checking.

Change fancybox to alertify for non-locking messages.
Fix error on removing groups.
Set version string in DB and config file.
Update translations.
Add scroll to search, users, groups and profiles results.
Update to 1.0rc3
This commit is contained in:
nuxsmin
2013-10-28 02:20:47 +01:00
parent bdbf9e81a2
commit 017ebe2a20
15 changed files with 443 additions and 142 deletions

View File

@@ -169,7 +169,7 @@ class SP_Util {
* @return array con el número de versión
*/
public static function getVersion() {
return array(1, 00, 'rc2');
return array(1, 00, 'rc3');
}
/**
@@ -177,7 +177,7 @@ class SP_Util {
* @return string con la versión
*/
public static function getVersionString() {
return '1.0rc2';
return '1.0rc3';
}
/**