Update release notes

This commit is contained in:
Thilina Hasantha
2019-02-04 06:16:40 +01:00
parent afa345f374
commit af9b9119ef
2 changed files with 5 additions and 4 deletions

View File

@@ -13,9 +13,9 @@ if(!defined('HOME_LINK_OTHERS')){
}
//Version
define('VERSION', '26.1.0.OS');
define('CACHE_VALUE', '26.1.0.OS');
define('VERSION_NUMBER', '2610');
define('VERSION', '26.2.0.OS');
define('CACHE_VALUE', '26.2.0.OS');
define('VERSION_NUMBER', '2620');
define('VERSION_DATE', '31/01/2019');
if(!defined('CONTACT_EMAIL')){define('CONTACT_EMAIL','icehrm@gamonoid.com');}

View File

@@ -1,9 +1,10 @@
Release note v26.1.0.OS
Release note v26.2.0.OS
------------------------
### Features
* Add staff directory module
* Update client-side js to ES6
* Compatible with IceHrm Mobile App
* Use npm libraries when possible
* Add gulp build for frontend assets
* https://github.com/gamonoid/icehrm/issues/169 (https://github.com/gamonoid/icehrm/issues/169)