Skip to content

Releases: gamonoid/icehrm

IceHrm v32.4.0.OS

14 Feb 19:35
Compare
Choose a tag to compare

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.
  • Adding a new tab to Documents module for downloading payslips.

🧑🏻‍💻 For developers

🐛 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

29 May 10:00
Compare
Choose a tag to compare

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

14 Jan 19:54
Compare
Choose a tag to compare

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

28 Jun 10:05
Compare
Choose a tag to compare

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

05 Apr 18:27
Compare
Choose a tag to compare

Release note v29.0.0.PRO

🧲 New features

🛡️ 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

13 Nov 01:55
Compare
Choose a tag to compare

Release note v28.2.0.OS

New features

🐛 Bug fixes

  • Fixing incorrect labels

Note: Please check the upgrade guide https://icehrm.gitbook.io/icehrm/faq/upgrade-icehrm

** ⚠️ If you are upgrading your current installation, for this version, additionally you need to copy icehrm/app/index.php to your existing icehrm/app directory.**

IceHrm v28.1.1.OS

07 Nov 12:03
Compare
Choose a tag to compare

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

01 Nov 01:28
Compare
Choose a tag to compare

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

10 Jun 00:21
Compare
Choose a tag to compare

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

IceHrm v27.0.1.OS

01 Jun 11:03
Compare
Choose a tag to compare

Release note v27.0.1.OS

🌱 New features

  • 🔥 Employee document management is now available for open-source version 🔥
  • UI/UX improvements (new fonts / better spacing)
  • Payroll module improvements
  • Security improvements to password policy
  • Albanian language is now available
  • Ability to deploy using docker

💻 For developers

🐛 Bug fixes

  • Fixes to newly found vulnerabilities (#213): credits to: Talos
  • Fixed the travel request approval for managers
  • Fixed the issue with attendance source IP display
  • Fixing Api issues in PHP 7.3