Edit File by line
/home/barbar84/public_h.../wp-conte.../plugins/sujqvwi/ExeBy/smexe_ro.../var/softacul.../icehrm
File: changelog.txt
## Release note v33.5.0.OS
[0] Fix | Delete
[1] Fix | Delete
#### 🧑🏻‍💼 Improvements in Employee Module
[2] Fix | Delete
* New UI for the employee list.
[3] Fix | Delete
* New and compact UI for the employee profile page.
[4] Fix | Delete
* [Ability to invite users easily](https://icehrm.com/explore/docs/adding-your-first-employee/#0-toc-title) (no need to create employees and users separately anymore)
[5] Fix | Delete
* Revamp login page.
[6] Fix | Delete
* Ability to login [using Microsoft 360 accounts](https://icehrm.com/explore/docs/sign-in-with-microsoft-entra-id-azure-ad/).
[7] Fix | Delete
* Ability to create the user for an employee directly from the employee profile.
[8] Fix | Delete
* Show an alert on the employee profile if the employee is not able to log in due to missing user account.
[9] Fix | Delete
* Renamed all references of supervisor to manager, and references to subordinate to direct report.
[10] Fix | Delete
* A setting is added to prevent managers from switching to employee profiles.
[11] Fix | Delete
* Ability to set timezone for individual employees.
[12] Fix | Delete
* Show employees current time on profile.
[13] Fix | Delete
* Added new fields for employees to store social security number, tax ID, and health insurance details.
[14] Fix | Delete
[15] Fix | Delete
#### ⏰ Improvements in Attendance Module
[16] Fix | Delete
* UI upgrade to attendance listing.
[17] Fix | Delete
* Show user location for attendance record on Google Maps.
[18] Fix | Delete
* Ability to change the required attendance length for a day using the setting `Attendance: Start Overtime Hours`.
[19] Fix | Delete
* Improve the UI for attendance status.
[20] Fix | Delete
[21] Fix | Delete
### ☘️ Other New Features
[22] Fix | Delete
* Ability to add custom fields for clients and projects modules.
[23] Fix | Delete
* Users can now edit submitted time-sheets, until it get approved.
[24] Fix | Delete
* A single time-sheet can now hold upto 500 projects.
[25] Fix | Delete
* Support creating time-sheets for up-coming weeks.
[26] Fix | Delete
* Improvements to search in general.
[27] Fix | Delete
* Improvements to base email template.
[28] Fix | Delete
* Introduce a new rich text editor and update the editor in company documents to the new editor.
[29] Fix | Delete
* Improved UI for viewing company documents.
[30] Fix | Delete
[31] Fix | Delete
### 🐛 Bug Fixes
[32] Fix | Delete
* Add signature to local file downloads.
[33] Fix | Delete
* Fix placeholder editing in employee profile.
[34] Fix | Delete
* When an approval notification is clicked, the manager is redirected to the correct tab.
[35] Fix | Delete
* Increase table size for settings.
[36] Fix | Delete
* Better CSRF checks.
[37] Fix | Delete
* Fixed UTF-8 encoding issues in API responses.
[38] Fix | Delete
* Fix the issue with long company names in the top navigation bar.
[39] Fix | Delete
* Remove delete access to the managers from document types.
[40] Fix | Delete
[41] Fix | Delete
### 🧑🏻‍💻 For Developers
[42] Fix | Delete
* Rest API endpoints for leave calender.
[43] Fix | Delete
* Rest API endpoints for document management.
[44] Fix | Delete
* Increased the allowed size of custom fields.
[45] Fix | Delete
* Updated the [fontawesome](https://fontawesome.com/start) version to v6.4.0
[46] Fix | Delete
* Add the ability to set the date time format for date time fields.
[47] Fix | Delete
[48] Fix | Delete
## Release note v32.4.0.OS
[49] Fix | Delete
[50] Fix | Delete
### 🧲 New features
[51] Fix | Delete
* PHP 8.1 and MySQL 8.0.32 support.
[52] Fix | Delete
* Introducing [IceHrm extension market-place](https://icehrm.com/explore/extensions/).
[53] Fix | Delete
* Ability to provide employees access to admin only modules with custom user roles.
[54] Fix | Delete
* Delayed payroll processing.
[55] Fix | Delete
* 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.
[56] Fix | Delete
* Bulk payslip generation.
[57] Fix | Delete
* After the payroll is processed employees will be able to download the payslip via `My Documents` module.
[58] Fix | Delete
* Admins can download the payslips for employees via `Document Management` module.
[59] Fix | Delete
* Employees will be notified when a new payslip is available.
[60] Fix | Delete
* Adding a new tab to `Documents` module for downloading payslips.
[61] Fix | Delete
[62] Fix | Delete
### 🧑🏻‍💻 For developers
[63] Fix | Delete
* [Docker based development environment](https://github.com/gamonoid/icehrm#setup-development-environment) with php 8.1 and mysql 8.0.32
[64] Fix | Delete
* Support for extending IceHrm with [custom extensions](https://github.com/gamonoid/icehrm#extend-icehrm-with-custom-extensions).
[65] Fix | Delete
* Commands to generate boilerplate code for extensions.
[66] Fix | Delete
* IceHrm [developer shell](https://github.com/gamonoid/icehrm#debugging-code-with-psysh).
[67] Fix | Delete
[68] Fix | Delete
### 🐛 Bug fixes
[69] Fix | Delete
* Fix: employees are not able to edit own profile.
[70] Fix | Delete
* Fix: Pagination issues when searching.
[71] Fix | Delete
* Fix: Not being able to add long text values to custom field options.
[72] Fix | Delete
* Fix Payslip download issue.
[73] Fix | Delete
* Fix: Payroll editable fields after the first page cannot be edited.
[74] Fix | Delete
* Some minor fixes to validations.
[75] Fix | Delete
[76] Fix | Delete
## Release note v32.1.0.OS
[77] Fix | Delete
[78] Fix | Delete
### 🧲 New features
[79] Fix | Delete
[80] Fix | Delete
* PHP 8 support
[81] Fix | Delete
* Add department to attendance status filter
[82] Fix | Delete
* Add employee management reminders
[83] Fix | Delete
* Add leave and expense management reminders
[84] Fix | Delete
* UI improvements to attendance module.
[85] Fix | Delete
* UI Improvements to employee filed names module.
[86] Fix | Delete
* Restructuring main menu.
[87] Fix | Delete
* Adding non-binary gender.
[88] Fix | Delete
* Payroll template design improvements.
[89] Fix | Delete
* Automatically set payroll column order.
[90] Fix | Delete
* Improvements to payroll calculations.
[91] Fix | Delete
[92] Fix | Delete
### 🐛 Bug fixes
[93] Fix | Delete
* Change attendance punch In/Out labels based on users' current attendance status
[94] Fix | Delete
* Fix table pagination when filters are applied
[95] Fix | Delete
* Fix the issue with showing employee name on attendance status
[96] Fix | Delete
* Fixed the issue with loading some approval requests
[97] Fix | Delete
[98] Fix | Delete
### 🧑🏻‍💻 For developers
[99] Fix | Delete
* AdoDB is replaced with a mysqli based fast and simple ORM
[100] Fix | Delete
* URL based API
[101] Fix | Delete
* Sort attendance API response based on time
[102] Fix | Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function