Compare commits
3 Commits
v29.0.0.OS
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
ee26334f92 | ||
|
|
ea93d4604c | ||
|
|
caf41de755 |
22
release.md
22
release.md
@@ -1,5 +1,27 @@
|
||||
# Release Notes IceHrm Open Source
|
||||
|
||||
##Release note v29.0.0.PRO
|
||||
|
||||
### 🧲 New features
|
||||
|
||||
* SAML support [https://icehrm.gitbook.io/icehrm/api-and-single-sign-on/sign-in-with-saml-okta](https://icehrm.gitbook.io/icehrm/api-and-single-sign-on/sign-in-with-saml-okta)
|
||||
* Ability to control who can see employee documents
|
||||
* New custom field module. With this module users can manage all the custom fields via a single module.
|
||||
* Adding custom field support for company structure.
|
||||
* UI improvements for client module.
|
||||
* Introducing encrypted settings.
|
||||
* Adding additional fields such as total time to employee time tracking report.
|
||||
* Improvements to icehrm custom extension development [https://icehrm.gitbook.io/icehrm/developer-guide/creating-first-extension](https://icehrm.gitbook.io/icehrm/developer-guide/creating-first-extension)
|
||||
|
||||
### 🛡️ Security improvements
|
||||
|
||||
* More restrictive criteria for user passwords.
|
||||
* Removing support for legacy API tokens. (if you are using the mobile app your users will need to re authorize)
|
||||
* Removing unused custom field values.
|
||||
|
||||
### 🐛 Bug fixes
|
||||
* Only relevant settings are displayed, under the `Other` tab on settings module
|
||||
|
||||
## Release note v28.2.0.OS
|
||||
|
||||
### New features
|
||||
|
||||
6
web/package-lock.json
generated
6
web/package-lock.json
generated
@@ -492,9 +492,9 @@
|
||||
}
|
||||
},
|
||||
"lodash": {
|
||||
"version": "4.17.20",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.20.tgz",
|
||||
"integrity": "sha512-PlhdFcillOINfeV7Ni6oF1TAEayyZBoZ8bcshTHqOYJYlrqzRK5hagpagky5o4HfCzzd1TRkXPMFq6cKk9rGmA=="
|
||||
"version": "4.17.21",
|
||||
"resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
|
||||
"integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg=="
|
||||
},
|
||||
"lodash-es": {
|
||||
"version": "4.17.21",
|
||||
|
||||
Reference in New Issue
Block a user