PluginProbe
ShiftController Employee Shift Scheduling / 4.9.66
ShiftController Employee Shift Scheduling v4.9.66
4.9.97 4.9.96 4.9.95 4.9.74 4.9.75 4.9.76 4.9.77 4.9.78 4.9.84 4.9.85 4.9.87 4.9.91 4.9.92 trunk 2.1.0 2.1.1 2.1.2 2.2.0 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 3.2.4 All 38 releases
← All changes | readme.txt +5 -101 4.9.954.9.66 View file →
@@ -1,11 +1,11 @@
1 1 === ShiftController Employee Shift Scheduling ===
2 2 Contributors: Plainware
3 -Tags: shift, employee, staff, rota, roster
3 +Tags: shift, employee, staff, rota, volunteer
4 4 License: GPLv2 or later
5 -Stable tag: 4.9.95
5 +Stable tag: 4.9.66
6 6 Requires at least: 4.1
7 -Tested up to: 7.0
7 +Tested up to: 6.6
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
@@ -61,109 +61,12 @@
61 61 1. Front-end of the plugin.
62 62 2. Back-end of the plugin.
63 63
64 64 == Upgrade Notice ==
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.
65 +The upgrade is simply - 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.95 =
70 -* Minor code updates.
71 -* 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.
72 -
73 -= 4.9.94 =
74 -* BUG: Fixed a fatal error with gregoriantojd function on certain server configurations.
75 -
76 -= 4.9.93 =
77 -* BUG: Shift time title wasn't displayed in the schedule view for overnight shifts.
78 -
79 -= 4.9.92 =
80 -* Added a detailed description when picking up a shift for an employee isn't allowed. (Pro Version).
81 -
82 -= 4.9.91 =
83 -* BUG: Custom field values could not be updated through REST API.
84 -* 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.
85 -
86 -= 4.9.90 =
87 -* Adjusted code for compatibility with PHP 8.5 and WordPress 6.9.
88 -
89 -= 4.9.89 =
90 -* 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).
91 -
92 -= 4.9.88 =
93 -* Added a 1 minute Time Increment option for the date and time settings.
94 -
95 -= 4.9.87 =
96 -* 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.
97 -
98 -= 4.9.86 =
99 -* Modified the "Review reminders" page to allow clearing logs for selected employees only.
100 -
101 -= 4.9.85 =
102 -* Added 't' parameter for the schedule view to allow filtering shifts that start and end at the specified times.
103 -
104 -= 4.9.84 =
105 -* Enhanced 't1' and 't2' parameters for the schedule view to allow multiple options (separate options by '-').
106 -
107 -= 4.9.83 =
108 -* Added 't1' and 't2' parameters for the schedule to show shifts that start or end at the specified times. These options can be set both in the shortcode attributes and the query parameters.
109 -
110 -= 4.9.82 =
111 -* Added an option to configure how many days to display in one row in the month schedule view.
112 -
113 -= 4.9.81 =
114 -* Fixed some "New shift" links in the schedule view.
115 -
116 -= 4.9.80 =
117 -* Added an option to create shift times for more that 24 hours - create them in Administration, Shift Times, Add New (Extended Hours).
118 -* Added a minimalistic shift widget view for week and ungrouped month views that displays only calendar and employee in one row.
119 -
120 -= 4.9.79 =
121 -* Added a "file" type for custom fields in the Pro version.
122 -
123 -= 4.9.78 =
124 -* Added a setting if to use the shift time title abbreviation as a shift widget label in compact view.
125 -
126 -= 4.9.77 =
127 -* Added a setting to define the number of initally displayed weeks for the repeat shift view (set it in Administration, Date and time ) (Pro version).
128 -* BUG: when configuring shift times the break option was incorrectly turned on.
129 -
130 -= 4.9.76 =
131 -* BUG: in the day-range schedule view grouped by employee sometimes two days were displayed instead of one.
132 -* If the schedule view is grouped by employee, we added an option to also display totals by calendar per each date at the bottom of the schedule grid view. Enable it in Administration, Date and time.
133 -
134 -= 4.9.75 =
135 -* BUG: shifts with lunch breaks may have been handled incorrectly.
136 -
137 -= 4.9.74 =
138 -* BUG: critical error when creating shifts from schedule templates (Pro version).
139 -
140 -= 4.9.73 =
141 -* Added a new "Repeat Every N Weeks" option for recurring shifts.
142 -* When creating repeating shifts with manual date selection, each date view is now more compact and more weeks are displayed initially.
143 -
144 -= 4.9.72 =
145 -* BUG: New shift and time off links appeared in the print view.
146 -* BUG: Sometimes there was an error after selecting another date in the date picker on a front end page for the employee's view ("My schedule" page).
147 -* BUG: If there were more than one page with shortcode with different filter and view configuration settings then the settings from the previously visited page were used if the same user switched between those pages.
148 -
149 -= 4.9.71 =
150 -* BUG: Critical error when trying to change shift's time (with PHP 8.3).
151 -* Added a new "Shift Calendar Changed" email notification.
152 -
153 -= 4.9.70 =
154 -* Code optimization to speed up schedule rendering for a large number of employees or calendars (>100).
155 -
156 -= 4.9.69 =
157 -* BUG: Critical error when trying to link an employee to a user account.
158 -
159 -= 4.9.68 =
160 -* Extended REST API and WordPress API options: added options to get calendars, get and create employees, add and remove employees to/from calendars.
161 -
162 -= 4.9.67 =
163 -* Added an option to de-select a field value for Drop Down types of custom fields if it is not set as required. (Pro version).
164 -* Minor fixes
165 -
166 69 = 4.9.66 =
167 70 * BUG: the schedule display crushed if there was a pending time off within the displayed date range.
168 71
169 72 = 4.9.65 =
@@ -1035,8 +938,9 @@
1035 938 * Fixed bug when email notification was not sent after publishing just one shift
1036 939 * Remove location label if just one location is configured
1037 940 * Shift notes view in the calendar
1038 941 * Archived users do not appear in the dropdown list when creating or editing shifts
942 +
1039 943
1040 944 = 2.0.6 =
1041 945 * Shifts month calendar
1042 946