Releases: gamonoid/icehrm
Releases · gamonoid/icehrm
IceHrm v33.5.0.OS
Upgrade to v33.5.0.OS
-
Please follow instructions here to upgrade your existing installation to the latest release.
-
Find detailed instructions for installing a fresh copy of IceHrm here: https://icehrm.com/explore/docs/install-icehrm-on-linux/
Release note v33.5.0.OS
🧑🏻💼 Improvements in Employee Module
- New UI for the employee list.
- New and compact UI for the employee profile page.
- Ability to invite users easily (no need to create employees and users separately anymore)
- Revamp login page.
- Ability to login using Microsoft 360 accounts.
- Ability to create the user for an employee directly from the employee profile.
- Show an alert on the employee profile if the employee is not able to log in due to missing user account.
- Renamed all references of supervisor to manager, and references to subordinate to direct report.
- A setting is added to prevent managers from switching to employee profiles.
- Ability to set timezone for individual employees.
- Show employees current time on profile.
- Added new fields for employees to store social security number, tax ID, and health insurance details.
⏰ Improvements in Attendance Module
- UI upgrade to attendance listing.
- Show user location for attendance record on Google Maps.
- Ability to change the required attendance length for a day using the setting
Attendance: Start Overtime Hours
. - Improve the UI for attendance status.
☘️ Other New Features
- Ability to add custom fields for clients and projects modules.
- Users can now edit submitted time-sheets, until it get approved.
- A single time-sheet can now hold upto 500 projects.
- Support creating time-sheets for up-coming weeks.
- Improvements to search in general.
- Improvements to base email template.
- Introduce a new rich text editor and update the editor in company documents to the new editor.
- Improved UI for viewing company documents.
🐛 Bug Fixes
- Add signature to local file downloads.
- Fix placeholder editing in employee profile.
- When an approval notification is clicked, the manager is redirected to the correct tab.
- Increase table size for settings.
- Better CSRF checks.
- Fixed UTF-8 encoding issues in API responses.
- Fix the issue with long company names in the top navigation bar.
- Remove delete access to the managers from document types.
🧑🏻💻 For Developers
- Rest API endpoints for leave calender.
- Rest API endpoints for document management.
- Increased the allowed size of custom fields.
- Updated the fontawesome version to v6.4.0
- Add the ability to set the date time format for date time fields.
IceHrm v32.4.0.OS
Release note v32.4.0.OS
🧲 New features
- PHP 8.1 and MySQL 8.0.32 support.
- Introducing IceHrm extension market-place.
- Ability to provide employees access to admin only modules with custom user roles.
- Delayed payroll processing.
- Now the payroll is processed using a background cron job. This makes it possible to process a huge amount of employee data in a single payroll.
- Bulk payslip generation.
- After the payroll is processed employees will be able to download the payslip via
My Documents
module. - Admins can download the payslips for employees via
Document Management
module. - Employees will be notified when a new payslip is available.
- After the payroll is processed employees will be able to download the payslip via
- Adding a new tab to
Documents
module for downloading payslips.
🧑🏻💻 For developers
- Docker based development environment with php 8.1 and mysql 8.0.32
- Support for extending IceHrm with custom extensions.
- Commands to generate boilerplate code for extensions.
- IceHrm developer shell.
🐛 Bug fixes
- Fix: employees are not able to edit own profile.
- Fix: Pagination issues when searching.
- Fix: Not being able to add long text values to custom field options.
- Fix Payslip download issue.
- Fix: Payroll editable fields after the first page cannot be edited.
- Some minor fixes to validations.
IceHrm v32.1.0.OS
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
IceHrm v31.0.0.OS
Release note v31.0.0.OS
🧲 New features
- Allow filtering employee skills using either skill or the employee.
- Employee training sessions ability to filter by employee.
- Improvements to employee filters in education, certifications, and languages.
- Ability to set employee status and daily goals.
🐛 Bug fixes
- Filtering fixed on monitor attendance page.
- Filters on employee travel requests are fixed.
- Fix issue: searching from any other page than the first page is not showing search results.
- Fix filters for employee projects.
- Changes to employee field names are now correctly reflected on employee profiles.
- Fix company document visibility issues.
- Show active employee count under the connection module.
💻 For developers
- Add slider component.
- Add editor js.
🗑️ Features removed
- Module grouping feature is removed.
🛡️ Security improvements
IceHrm v30.0.0.OS
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 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
- 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.
- Fix the issue with editing employee fields
IceHrm v29.0.0.OS
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
- 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
🛡️ 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
IceHrm v28.2.0.OS
Release note v28.2.0.OS
New features
- 🦠 💉 Custom extensions https://icehrm.gitbook.io/icehrm/developer-guide/creating-first-extension
🐛 Bug fixes
- Fixing incorrect labels
Note: Please check the upgrade guide https://icehrm.gitbook.io/icehrm/faq/upgrade-icehrm
**
IceHrm v28.1.1.OS
Release note v28.1.1.OS
🐛 Bug fixes
- Fixing inability to filter employee documents
- Fixed the issue with selecting projects when adding timesheets details
- Fix issues occurred due to incorrectly configured API
IceHrm v28.1.0.OS
Release note v28.1.0.OS
🧲 New features
- Custom user role permissions
- Employee edit form updated
- Employee daily task list
- Attendance and employee distribution charts on the dashboard
- Improvements to company structure module
- Improved tables for displaying data in several modules
- Faster data loading (specially for employee module)
- Initials based profile pictures
- Re-designed login page
- Re-designed user profile page
- Improvements to filtering
- New REST endpoints for employee qualifications
🐛 Bug fixes
- Fixed, issue with managers being able to create performance reviews for employees who are not their direct reports
- Fixed, issues related to using full profile image instead of using the smaller version of the profile image
- Changing the third gender to other
- Improvements and fixes for internal frontend data caching
IceHrm v27.0.2.OS
Release note v27.0.2.OS
This fixes some major issues found in v27.0.1.OS
🐛 Bug fixes
- Filtering across whole application was broken, and now it's fixed
- Fixed the issue related to photo not being shown to the admin when photo attendance is enabled
🧑🏻💻 For developers
- We have added support for vagrant development environment based on Debian 10 / PHP 7.3 (with Xdebug) / Nginx / MySQL