diff --git a/core/config.base.php b/core/config.base.php index f3f9d5bf6..53774f36a 100644 --- a/core/config.base.php +++ b/core/config.base.php @@ -14,9 +14,9 @@ //Version define('VERSION', '32.1.0.OS'); -define('CACHE_VALUE', '32.1.0.OS.2022-05071325'); +define('CACHE_VALUE', '32.1.0.OS.2022-05291325'); define('VERSION_NUMBER', '320100'); -define('VERSION_DATE', '07/05/2022'); +define('VERSION_DATE', '29/05/2022'); if(!defined('CONTACT_EMAIL')){define('CONTACT_EMAIL','icehrm@gamonoid.com');} if(!defined('KEY_PREFIX')){define('KEY_PREFIX','IceHrm');} diff --git a/release.md b/release.md index f84783125..3c6a72281 100644 --- a/release.md +++ b/release.md @@ -1,5 +1,32 @@ # Release Notes IceHrm Open Source +## Release note v32.1.0.OS + +### 🧲 New features + +* PHP 8 support +* Add department to attendance status filter +* Add employee management reminders +* Add leave and expense management reminders +* UI improvements to attendance module. +* UI Improvements to employee filed names module. +* Restructuring main menu. +* Adding non-binary gender. +* Payroll template design improvements. +* Automatically set payroll column order. +* Improvements to payroll calculations. + +### 🐛 Bug fixes +* Change attendance punch In/Out labels based on users' current attendance status +* Fix table pagination when filters are applied +* Fix the issue with showing employee name on attendance status +* Fixed the issue with loading some approval requests + +### 🧑🏻‍💻 For developers +* AdoDB is replaced with a mysqli based fast and simple ORM +* URL based API +* Sort attendance API response based on time + ## Release note v31.0.0.OS ### 🧲 New features