mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-07 17:06:54 +01:00
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:
@@ -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';
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user