Compare commits
3 Commits
v29.0.0.OS
...
dependabot
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7be861d6ff | ||
|
|
ea93d4604c | ||
|
|
caf41de755 |
12
package-lock.json
generated
12
package-lock.json
generated
@@ -3824,7 +3824,7 @@
|
||||
},
|
||||
"doctrine": {
|
||||
"version": "1.5.0",
|
||||
"resolved": "http://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz",
|
||||
"resolved": "https://registry.npmjs.org/doctrine/-/doctrine-1.5.0.tgz",
|
||||
"integrity": "sha1-N53Ocw9hZvds76TmcHoVmwLFpvo=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
@@ -6988,7 +6988,7 @@
|
||||
},
|
||||
"is-accessor-descriptor": {
|
||||
"version": "0.1.6",
|
||||
"resolved": "http://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
|
||||
"resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz",
|
||||
"integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
@@ -7034,7 +7034,7 @@
|
||||
},
|
||||
"is-data-descriptor": {
|
||||
"version": "0.1.4",
|
||||
"resolved": "http://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
|
||||
"resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz",
|
||||
"integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=",
|
||||
"dev": true,
|
||||
"requires": {
|
||||
@@ -7678,9 +7678,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==",
|
||||
"dev": true
|
||||
},
|
||||
"lodash._basecopy": {
|
||||
|
||||
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
|
||||
|
||||
Reference in New Issue
Block a user