From ad4fe1cc296e2f9ce2b1fd22bf7e556caa17d601 Mon Sep 17 00:00:00 2001 From: Thilina Date: Mon, 28 Jun 2021 11:46:49 +0200 Subject: [PATCH] Update release notes --- core/config.base.php | 8 ++++---- release.md | 19 +++++++++++++++++++ 2 files changed, 23 insertions(+), 4 deletions(-) diff --git a/core/config.base.php b/core/config.base.php index 81ebc20f..7e25f7ba 100644 --- a/core/config.base.php +++ b/core/config.base.php @@ -13,10 +13,10 @@ if(!defined('HOME_LINK_OTHERS')){ } //Version -define('VERSION', '29.0.0.OS'); -define('CACHE_VALUE', '29.0.0.OS.2020-04021509'); -define('VERSION_NUMBER', '290000'); -define('VERSION_DATE', '02/04/2021'); +define('VERSION', '30.0.0.OS'); +define('CACHE_VALUE', '30.0.0.OS.2021-06261009'); +define('VERSION_NUMBER', '300000'); +define('VERSION_DATE', '26/06/2021'); 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 7db037fc..05787e06 100644 --- a/release.md +++ b/release.md @@ -1,5 +1,24 @@ # Release Notes IceHrm Open Source +## Release note v30.0.0.OS + +### 🛡️ Security improvements + +* This release is fixing some critical security issues related to file storage. All IceHrm installations should be upgraded to this version immediately. + Please review instructions provided under [this link](https://icehrm.gitbook.io/icehrm/getting-started/securing-icehrm-installation) to make sure your IceHrm installation is secure. + +### 🧲 New features + +* Ability to use Amazon S3 as a secure file storage for IceHrm [find instructions here](https://icehrm.gitbook.io/icehrm/getting-started/using-aws-s3-for-icehrm-file-storage) +* Secure local file storage +* Connection module for showing critical errors in installation and sending extracting system information +* Ability to change AWS region via settings + +### 🐛 Bug fixes +* Displaying employees list with non-UTF employee names +* Fix extension loading issue. This fixes the issue with loading new extension created following the [documentation](https://icehrm.gitbook.io/icehrm/developer-guide/creating-first-extension). +* Fix the issue with editing employee fields + ## Release note v29.0.0.OS ### 🧲 New features