Update release notes
This commit is contained in:
@@ -13,10 +13,10 @@ if(!defined('HOME_LINK_OTHERS')){
|
||||
}
|
||||
|
||||
//Version
|
||||
define('VERSION', '20.2.0.OS');
|
||||
define('CACHE_VALUE', '20.2.0.OS');
|
||||
define('VERSION_NUMBER', '2020');
|
||||
define('VERSION_DATE', '28/09/2017');
|
||||
define('VERSION', '20.3.0.OS');
|
||||
define('CACHE_VALUE', '20.3.0.OS');
|
||||
define('VERSION_NUMBER', '2030');
|
||||
define('VERSION_DATE', '26/11/2017');
|
||||
|
||||
if(!defined('CONTACT_EMAIL')){define('CONTACT_EMAIL','icehrm@gamonoid.com');}
|
||||
if(!defined('KEY_PREFIX')){define('KEY_PREFIX','IceHrm');}
|
||||
|
||||
13
release.md
13
release.md
@@ -1,3 +1,16 @@
|
||||
Release note v20.3.0.OS
|
||||
-----------------------
|
||||
### Features
|
||||
* Employee and Attendance REST Api Released
|
||||
* Import/Export for Payroll Configurations
|
||||
* Ability to import employee approved time sheet hours to payroll
|
||||
* Swift Mailer based SMTP support (no need to install Net_SMTP anymore)
|
||||
* Add direct Edit button on employee list
|
||||
|
||||
### Fixes
|
||||
* Fix DB connection issues due to special characters in password
|
||||
* Fixes for custom field saving issues in mysql v5.7.x
|
||||
|
||||
Release note v20.2
|
||||
------------------
|
||||
### Fixes
|
||||
|
||||
Reference in New Issue
Block a user