Skip to content

Commit

Permalink
Update version to 32.1 and add release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
ddave001 committed May 29, 2022
1 parent b665738 commit cad2c13
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 2 deletions.
4 changes: 2 additions & 2 deletions core/config.base.php
Original file line number Diff line number Diff line change
Expand Up @@ -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','[email protected]');}
if(!defined('KEY_PREFIX')){define('KEY_PREFIX','IceHrm');}
Expand Down
27 changes: 27 additions & 0 deletions release.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit cad2c13

Please sign in to comment.