Update version number and release note
This commit is contained in:
@@ -13,10 +13,10 @@ if(!defined('HOME_LINK_OTHERS')){
|
|||||||
}
|
}
|
||||||
|
|
||||||
//Version
|
//Version
|
||||||
define('VERSION', '20.0.0.OS');
|
define('VERSION', '20.2.0.OS');
|
||||||
define('CACHE_VALUE', '20.0.0.OS');
|
define('CACHE_VALUE', '20.2.0.OS');
|
||||||
define('VERSION_NUMBER', '2000');
|
define('VERSION_NUMBER', '2020');
|
||||||
define('VERSION_DATE', '03/09/2017');
|
define('VERSION_DATE', '28/09/2017');
|
||||||
|
|
||||||
if(!defined('CONTACT_EMAIL')){define('CONTACT_EMAIL','icehrm@gamonoid.com');}
|
if(!defined('CONTACT_EMAIL')){define('CONTACT_EMAIL','icehrm@gamonoid.com');}
|
||||||
if(!defined('KEY_PREFIX')){define('KEY_PREFIX','IceHrm');}
|
if(!defined('KEY_PREFIX')){define('KEY_PREFIX','IceHrm');}
|
||||||
|
|||||||
18
release.md
18
release.md
@@ -1,3 +1,21 @@
|
|||||||
|
Release note v20.2
|
||||||
|
------------------
|
||||||
|
### Fixes
|
||||||
|
* Fix for resetting modules
|
||||||
|
|
||||||
|
Release note v20.1
|
||||||
|
------------------
|
||||||
|
### Features
|
||||||
|
* Compatible with MySQL 5.7 Strict Mode
|
||||||
|
* PSR-2 compatible code
|
||||||
|
* Employee History Module
|
||||||
|
* Staff Directory
|
||||||
|
|
||||||
|
### Fixes
|
||||||
|
* Fix: password reset not working
|
||||||
|
* Fix: limiting selectable countries via Settings
|
||||||
|
* Fix for resetting modules
|
||||||
|
|
||||||
Release note v20.0
|
Release note v20.0
|
||||||
------------------
|
------------------
|
||||||
### Features
|
### Features
|
||||||
|
|||||||
Reference in New Issue
Block a user