| @@ -1,11 +1,11 @@ | ||
| 1 | 1 | === ShiftController Employee Shift Scheduling === |
| 2 | 2 | Contributors: Plainware |
| 3 | -Tags: shift, employee, staff, rota, volunteer | |
| 3 | +Tags: shift, employee, staff, rota, roster | |
| 4 | 4 | License: GPLv2 or later |
| 5 | -Stable tag: 4.9.85 | |
| 5 | +Stable tag: 4.9.97 | |
| 6 | 6 | Requires at least: 4.1 |
| 7 | -Tested up to: 6.8 | |
| 7 | +Tested up to: 7.1 | |
| 8 | 8 | Requires PHP: 5.6 |
| 9 | 9 | |
| 10 | 10 | Schedule staff and shifts anywhere at anytime online from your WordPress powered website. |
| 11 | 11 | |
| @@ -65,10 +65,49 @@ | ||
| 65 | 65 | The upgrade is simple - just upload everything up again to your `/wp-content/plugins/` directory, then go to the ShiftController menu item in the admin panel. It will automatically start the upgrade process if any needed. |
| 66 | 66 | |
| 67 | 67 | == Changelog == |
| 68 | 68 | |
| 69 | += 4.9.97 = | |
| 70 | +* Minor code updates. | |
| 71 | +* Compatibility with WordPress 7.1. | |
| 72 | + | |
| 73 | += 4.9.96 = | |
| 74 | +* BUG: Fixed a fatal error with trying to display the feed links in the admin area of the Pro version. | |
| 75 | + | |
| 76 | += 4.9.95 = | |
| 77 | +* Minor code updates. | |
| 78 | +* The Pro version becomes a self-contained plugin rather than an add-on to the free version. Upon activation, it will deactivate the free version. It will be useful for a projected update to v.5 and will allow different major versions being activated on the same site. | |
| 79 | + | |
| 80 | += 4.9.94 = | |
| 81 | +* BUG: Fixed a fatal error with gregoriantojd function on certain server configurations. | |
| 82 | + | |
| 83 | += 4.9.93 = | |
| 84 | +* BUG: Shift time title wasn't displayed in the schedule view for overnight shifts. | |
| 85 | + | |
| 86 | += 4.9.92 = | |
| 87 | +* Added a detailed description when picking up a shift for an employee isn't allowed. (Pro Version). | |
| 88 | + | |
| 89 | += 4.9.91 = | |
| 90 | +* BUG: Custom field values could not be updated through REST API. | |
| 91 | +* BUG: When a manager user tried to change a shift's calendar, they could see the list of all calendars rather than only those they were allowed to. | |
| 92 | + | |
| 93 | += 4.9.90 = | |
| 94 | +* Adjusted code for compatibility with PHP 8.5 and WordPress 6.9. | |
| 95 | + | |
| 96 | += 4.9.89 = | |
| 97 | +* BUG: When creating a shift with the Biweekly repeating pattern, it ended with a fatal error if one of the weeks had no selected days (Pro version). | |
| 98 | + | |
| 99 | += 4.9.88 = | |
| 100 | +* Added a 1 minute Time Increment option for the date and time settings. | |
| 101 | + | |
| 102 | += 4.9.87 = | |
| 103 | +* Added an option to download report as CSV file from the schedule view. The report entries are grouped according to the current "group by" setting of the schedule (employee, calendar or none). The report includes the number of shifts/time off and total hours. The salary column is included if the salary add-on is enabled. The link to download the report is in More, Download report. | |
| 104 | + | |
| 105 | += 4.9.86 = | |
| 106 | +* Modified the "Review reminders" page to allow clearing logs for selected employees only. | |
| 107 | + | |
| 69 | 108 | = 4.9.85 = |
| 70 | -* Added 't' parameters for the schedule view to allow filtering shifts that start and at the specified times. | |
| 109 | +* Added 't' parameter for the schedule view to allow filtering shifts that start and end at the specified times. | |
| 71 | 110 | |
| 72 | 111 | = 4.9.84 = |
| 73 | 112 | * Enhanced 't1' and 't2' parameters for the schedule view to allow multiple options (separate options by '-'). |
| 74 | 113 | |
| @@ -1003,9 +1042,8 @@ | ||
| 1003 | 1042 | * Fixed bug when email notification was not sent after publishing just one shift |
| 1004 | 1043 | * Remove location label if just one location is configured |
| 1005 | 1044 | * Shift notes view in the calendar |
| 1006 | 1045 | * Archived users do not appear in the dropdown list when creating or editing shifts |
| 1007 | - | |
| 1008 | 1046 | |
| 1009 | 1047 | = 2.0.6 = |
| 1010 | 1048 | * Shifts month calendar |
| 1011 | 1049 | |