PluginProbe
ShiftController Employee Shift Scheduling / 4.9.71
ShiftController Employee Shift Scheduling v4.9.71
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
shiftcontroller / readme.txt

readme.txt in ShiftController Employee Shift Scheduling 4.9.71, at readme.txt

991 lines 45.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 === ShiftController Employee Shift Scheduling ===
2 Contributors: Plainware
3 Tags: shift, employee, staff, rota, volunteer
4 License: GPLv2 or later
5 Stable tag: 4.9.71
6 Requires at least: 4.1
7 Tested up to: 6.7
8 Requires PHP: 5.6
9
10 Schedule staff and shifts anywhere at anytime online from your WordPress powered website.
11
12 == Description ==
13
14 ShiftController is a lightweight, easy to use WordPress staff scheduling and rostering, rota planning plugin for any business that needs to manage and schedule employees.
15
16 ####Keep Organized####
17 Associate your employees with calendars, configure shift types, assign managers, and keep your staff scheduling under control anywhere at anytime online from your WordPress powered website!
18
19 ####Escape Schedule Conflicts####
20 Quickly see and correct any conflicts due to overlapping shifts or timeoffs. Each conflicting entry is highlighted in the schedule calendar so you will not miss it.
21
22 ####Mobile Friendly####
23 Responsive design that works perfectly well for iPhone, Android, Blackberry, Windows as well as for desktops, laptops and tablets.
24
25 ###Pro Version Features###
26
27 __Bulk Edit__
28 The [Bulk Edit](https://www.shiftcontroller.com/bulk-actions/) function lets you change or delete multiple shifts at once.
29
30 __Repeat Shifts__
31 Quickly [create new or repeat existing shifts](https://www.shiftcontroller.com/recurring-shifts/) months ahead.
32
33 __Shift Pickup__
34 With the [Shift Pickup](https://www.shiftcontroller.com/shift-pickup/) module shifts can be marked as requested for pickup, and other employees can pick them up.
35
36 __Schedule Templates__
37 Quickly create new week schedules from [schedule templates](https://www.shiftcontroller.com/schedule-templates/).
38
39 __Custom Fields__
40 [Additional fields](https://www.shiftcontroller.com/custom-fields/) for shifts to keep custom information.
41
42 __Schedule Limits__
43 [Limit total number or duration of shifts](https://www.shiftcontroller.com/schedule-limits/) within a day, a week, or a month.
44
45 Please visit [our website](https://www.shiftcontroller.com "WordPress Employee Scheduling") for more info and [get the Premium version now!](https://www.shiftcontroller.com/order/).
46
47 == Support ==
48 Please contact us at https://www.shiftcontroller.com/contact/
49
50 Author: Plainware
51 Author URI: https://www.shiftcontroller.com
52
53 == Installation ==
54
55 1. After unzipping, upload everything in the `shiftcontroller` folder to your `/wp-content/plugins/` directory (preserving directory structure).
56
57 2. Activate the plugin through the 'Plugins' menu in WordPress.
58
59 == Screenshots ==
60
61 1. Front-end of the plugin.
62 2. Back-end of the plugin.
63
64 == Upgrade Notice ==
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
67 == Changelog ==
68
69 = 4.9.71 =
70 * BUG: Critical error when trying to change shift's time (with PHP 8.3).
71 * Added a new "Shift Calendar Changed" email notification.
72
73 = 4.9.70 =
74 * Code optimization to speed up schedule rendering for a large number of employees or calendars (>100).
75
76 = 4.9.69 =
77 * BUG: Critical error when trying to link an employee to a user account.
78
79 = 4.9.68 =
80 * Extended REST API and WordPress API options: added options to get calendars, get and create employees, add and remove employees to/from calendars.
81
82 = 4.9.67 =
83 * 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).
84 * Minor fixes
85
86 = 4.9.66 =
87 * BUG: the schedule display crushed if there was a pending time off within the displayed date range.
88
89 = 4.9.65 =
90 * Added a rich-text editor for employee's description.
91 * Disallowed HTML in employee, calendar and shift time names.
92
93 = 4.9.64 =
94 * Added a setting if to display an abbreviated label in the schedule compact view.
95
96 = 4.9.63 =
97 * Added a setting if to confirm publishing shifts.
98 * Added 2 new options for "start" parameter of the shortcode: first-blank, first-non-blank.
99
100 = 4.9.62 =
101 * Added an option to let employees unassign themselves from a shift, the shift becomes open after that. (Pro Version).
102
103 = 4.9.61 =
104 * BUG: the "Custom Time" text wasn't translatable in some places.
105 * BUG: the Print View link wasn't working properly on some front end pages.
106
107 = 4.9.60 =
108 * Several optimizations for database queries that should improve performance.
109 * BUG: a front end page with route="myschedule" could redirect to everyone's schedule after shift update.
110
111 = 4.9.59 =
112 * Minor fixes
113
114 = 4.9.58 =
115 * Minor fixes
116
117 = 4.9.57 =
118 * BUG: the "Assigned Shift" filter was not working in the schedule view.
119 * BUG: an error might have appeared after a template shift was deleted.
120 * Modified the SMS module so that a phone number can be associated directly with the employee, even if there is no a linked user account.
121
122 = 4.9.56 =
123 * BUG: a shift wasn't displayed in the schedule if the shift's employee was later removed from the calendar of the shift.
124 * Adjusted style of the output to better fit into front-end themes, especially in dark mode.
125
126 = 4.9.55 =
127 * BUG: shift time might be displayed incorrectly on dates when the daylight saving time clock change happened.
128 * BUG: REST API GET /shiftcontroller/v4/shifts endpoint might work incorrectly under some Wordpress configurations.
129 * Added a page break in the schedule list print view after each calendar or employee, so each section is printed on a new page.
130
131 = 4.9.54 =
132 * Added new options for the "hideui" shortcode parameter: date-nav, report-duration, report-qty.
133
134 = 4.9.53 =
135 * Bug: changing date option wasn't available for shifts and time off that were full day or many days.
136
137 = 4.9.52 =
138 * Bug: the form error messages were not displayed for form inputs after the first one.
139 * Bug: previous text might remain in form inputs.
140
141 = 4.9.51 =
142 * Added an option to specify the CSV delimiter in shifts export file. Both default setting in Administration, Date and Time, and personal preference in Profile, Preference.
143
144 = 4.9.50 =
145 * In the schedule day view we extended the end time range to fully display overnight shifts.
146 * Modified the session code that didn't work properly with action result messages and user preferences in some setups.
147
148 = 4.9.49 =
149 * Added an option to change calendar and employee for a template shift in Schedule Templates module of the Pro version.
150
151 = 4.9.48 =
152 * Added a new REST API end point to find available employees during a certain date and time range.
153
154 = 4.9.47 =
155 * Added a delete shift email notification for employees and managers/admins.
156
157 = 4.9.46 =
158 * BUG: Calendar filter in schedule view didn't work due to error in version 4.9.44.
159 * BUG: When a shift copied to another employee, the new employee didn't get a notification.
160
161 = 4.9.45 =
162 * BUG: Couldn't create shifts for a selected employee due to error in version 4.9.44.
163
164 = 4.9.44 =
165 * BUG: Shifts of archived employees and calendars were not visible in the schedule view.
166 * BUG: Custom fields module may have produced a critical error (Pro Version).
167
168 = 4.9.43 =
169 * Minor fixes to ensure compatibility with PHP 8.
170
171 = 4.9.42 =
172 * Minor fixes to display better for RTL languages.
173
174 = 4.9.41 =
175 * BUG: Copy To Another Employee link was visible to users who were not allowed to do this action.
176 * Minor fixes.
177
178 = 4.9.40 =
179 * Added an option to choose shift, time off or both in when sending reminders.
180
181 = 4.9.39 =
182 * BUG: In Administration, Employees, various actions were not working properly for the first item in the list.
183 * BUG: footer custom date picker in the schedule view didn't work properly.
184 * Copy & Change Employee option from the Change Employee screen moved to a separate acton Copy To Another Employee.
185 * In the shortcode "calendar" parameter can accept negative value to skip specified calendar(s), for example [shiftcontroller4 calendar="-123,-321"]
186 * Added an option to make a copy of schedule template (Pro Version).
187 * Added an option to edit time in template shifts in schedule templates (Pro Version).
188 * Minor fixes.
189
190 = 4.9.38 =
191 * For Schedule Limits module, if an employee has individual limits, they override possible common limits set for all employees (Pro Version).
192 * Minor fixes.
193
194 = 4.9.37 =
195 * Minor fixes.
196
197 = 4.9.36 =
198 * Minor fixes in upgrade from legacy version 3 module.
199
200 = 4.9.35 =
201 * Added Custom Number of Days option for shift schedule templates module (Pro Version).
202
203 = 4.9.34 =
204 * Include custom fields too when copying a shift to another employee.
205 * Added new options for the "hideui" shortcode parameter: filter, pagetitle, pagemenu.
206
207 = 4.9.33 =
208 * Added an option to copy shift to a new employee.
209
210 = 4.9.32 =
211 * Added a setting to specify the max end date for iCal feed.
212 * PHP 8.2 compatibility fixes.
213 * BUG: The date picker input might not be working for employees.
214
215 = 4.9.31 =
216 * Minor fixes.
217
218 = 4.9.30 =
219 * BUG: If an employee wasn't allowed to view Everyone's Schedule, their date selection form didn't work in the My Schedule page.
220
221 = 4.9.29 =
222 * BUG: If an employee wasn't allowed to edit published shifts, but allowed to create published shifts, they still could unpublish a shift, edit it, then publish back.
223 * Added an option to make a custom field required (Pro version).
224 * Added a setting to define the date range when employees can create shifts for themselves. For example, from the start of the current week to the end of next month.
225
226 = 4.9.28 =
227 * Added a shortcode parameter hideui="bulk" to disable bulk actions for shifts (Pro version).
228
229 = 4.9.27 =
230 * Added a setting if to enable slim view for month schedule grouped by calendar or employee.
231
232 = 4.9.26 =
233 * Minor fixes.
234
235 = 4.9.25 =
236 * Minor fixes.
237
238 = 4.9.24 =
239 * BUG: The feed export file had broken columns if different shifts had different set of columns like custom fields or break time start/end.
240 * Minor fixes.
241
242 = 4.9.23 =
243 * BUG: If shift was with a break, the break time didn't display in notifications.
244 * BUG: If a custom field contained options with special characters, they didn't display corrrectly.
245
246 = 4.9.22 =
247 * Added an option to query custom fields in the API and export calls.
248
249 = 4.9.21 =
250 * Added bulk actions for employees in admin view.
251 * BUG: wrong links were given in Profile:iCal Sync, Administration:Shifts Feed, Administration:Reminders, Administration:Shift Pickup Request Reminders.
252
253 = 4.9.20 =
254 * After creating shifts from a week template, it gets back to this week schedule rather than to the current week.
255 * Don't send a confusing "pick up request cancelled" notification to the original employee of the shift after the shift has been picked up by a new employee. (Pro version).
256 * Added a setting to display n (3,4,5,6) weeks in the schedule view.
257 * BUG: managers (not admins) weren't allowed to create shifts from schedule templates. (Pro version).
258
259 = 4.9.19 =
260 * Added the filter detail if any to the print view of the schedule.
261 * BUG: The order of shifts in schedule templates didn't follow the Week Starts On setting, always starting from Sunday. (Pro version).
262 * BUG: False conflicts with changing employee of an existing shift, the bug appeared since 4.9.16.
263
264 = 4.9.18 =
265 * A bit of modification for version 4.9.17, when doing pickup and employee assign bulk actions on grouped open shifts, pick only one of the grouped shifts as otherwise it would create overlapping conflicts for the employee. (Pro version).
266
267 = 4.9.17 =
268 * BUG: If open shifts were grouped together in the schedule view, the bulk action process handled only one of them rather than all. (Pro version).
269 * Added a shortcode parameter to display shifts with or without conflicts.
270
271 = 4.9.16 =
272 * Added "Shifts With Conflicts" filter option for the schedule view, available for logged in users only.
273 * BUG: It might display "new shift" and "new time off" links in schedule list view for users whose permissions didn't allow that.
274
275 = 4.9.15 =
276 * BUG: There was an error related to timezone settings with PHP 8.1.
277 * Default shift duration can be selected with half-hour steps (was full hour before).
278
279 = 4.9.14 =
280 * Custom fields for shifts in schedule templates, and they can edited too before making new real shifts from template. (Pro version).
281 * Shift order in schedule view now also considers the employee sort order.
282 * BUG: Shift create from REST API might fail with the Pro version.
283
284 = 4.9.13 =
285 * Added bulk actions for calendars in admin view.
286 * Do not display calendar label in schedule view if only one calendar exists.
287 * Changed a bit misleading "Shift Type" naming to "Shift Time".
288 * Added break start/end times to shift export file.
289
290 = 4.9.12 =
291 * BUG: Custom fields were not displayed for calendar managers when creating a shift.
292 * BUG: Error when displaying a schedule day view for a disabled day of week.
293 * BUG: When displaying shifts with the same time, their sort order wasn't following the calendars sort order.
294 * Added 2 week view.
295
296 = 4.9.11 =
297 * BUG: Time reports may have been calculated incorrectly with overnight shifts.
298
299 = 4.9.10 =
300 * BUG: Changes in version 4.9.9 broke the timezone setting in the iCal output.
301 * BUG: Custom fields were not copied then copying an existing calendar to a new one (Pro version).
302 * BUG: It didn't allow a valid mobile phone number if it was shorter than 11 digits.
303 * Custom fields can now be copied from another calendar (Pro version).
304
305 = 4.9.9 =
306 * BUG: Custom fields might not be displayed in the JSON feeds output.
307 * Added an option to copy settings from an existing calendar when creating a new calendar.
308 * Added SMS text reminders for employees for the next day shift.
309 * Minor bug fixes.
310
311 = 4.9.8 =
312 * BUG: Labels of shift types ending in 12:00am (end of day) weren't displayed in the schedule view.
313 * BUG: Viewers (view only managers) were not able to view shifts of their calendars.
314 * BUG: 4 week view showed today’s date for all days
315 * Weekly reminders can now be sent on any day of the previous week, not only the last one.
316 * Minor bug fixes.
317
318 = 4.9.7 =
319 * Added Danish language.
320 * Minor bug fixes.
321
322 = 4.9.6 =
323 * BUG: schedule template shifts could not be created if the calendar had only one employee.
324 * Added {EMPLOYEE_ID} and {EMPLOYEE_NAME} to reminder subject templates.
325 * Modified Limits module to allow setting limits per specific employee. (Pro Version)
326 * Modified Limits module to allow min hours or number of shifts. (Pro Version)
327 * Modified Schedule Templates module to allow selection of available employees for open shifts. (Pro Version)
328 * Minor bug fixes.
329
330 = 4.9.5 =
331 * BUG: wrong markup in admin config for reminders that might cause the form submit failure on some sites.
332 * BUG: employees might have less permissions than defined in some configurations
333
334 = 4.9.4 =
335 * BUG: weekly and monthly reminders were resending every day if the cron job ran daily.
336
337 = 4.9.3 =
338 * Added monthly reminders for the Email Reminders module.
339 * Added Shift Pickup Email Reminders module which sends out daily, weekly or monthly reminders of shifts with pickup request.
340
341 = 4.9.2 =
342 * Added "Change Date" option for shifts.
343
344 = 4.9.1 =
345 * BUG: fixed session and REST errors in Wordpress SiteHealth.
346
347 = 4.9.0 =
348 * Added Email Reminders module.
349 * BUG: if employees were allowed to edit their shifts, the time change didn't work.
350
351 = 4.8.9 =
352 * Added default schedule view type and group by settings.
353 * Automatic notifications when changing shift employee: Shift Unpublished for the old employee, and Shift Published for the new one.
354
355 = 4.8.8 =
356 * BUG: An error in session function that lead to double action result messages and caching of form values.
357
358 = 4.8.7 =
359 * Added pickup shortcode parameter to display shifts that have (or have no) pickup request.
360 * Minor fixes.
361
362 = 4.8.6 =
363 * Added a few more settings for REST API shifts list interface.
364 * Separate internal schedule preference settings storage for admin area and front end schedule, otherwise it might have produced issues.
365 * Minor fixes.
366
367 = 4.8.5 =
368 * Added short time formats like 8pm or 8p, no minutes if time is like 8:00pm.
369 * Don't show shift conflicts for not logged in users.
370 * BUG: In schedule limits module shifts in the last day of the range were counted incorrectly.
371
372 = 4.8.4 =
373 * Added REST API and WordPress Filters API for shifts.
374
375 = 4.8.3 =
376 * Added an option to change shift type on existing shifts.
377
378 = 4.8.2 =
379 * Added the "year" range in the Schedule Limits module (Pro Version).
380 * BUG: Schedule Templates module may produce a fatal error after a calendar was deleted.
381 * For Custom Fields added an option to allow edit for visitors (Pro Version).
382 * Updated translation files.
383 * PHP 8 compatibility fixes.
384 * BUG: draft shifts were not accessible for visitors even if permission settings allowed it.
385
386 = 4.8.1 =
387 * In Schedule Limits added a setting if to take into account premliminary shifts (in the new shift process).
388 * Enhanced permissions in calendars - to "Create" we also added "Edit" and "Delete" permissions.
389
390 = 4.8.0 =
391 * Schedule Limits module: changed number and duration inputs to allow any number (Pro Version).
392 * Redesigned the admin New Calendar Manager page to group users by WordPress role to work better with a large number of users.
393 * Added Swedish translation.
394
395 = 4.7.9 =
396 * Added Schedule Limits module (Pro Version).
397 * Fixed iCal issues when description and custom fields contained multiple lines.
398
399 = 4.7.8 =
400 * Added Schedule Templates module (Pro Version).
401 * Added calendar description to iCal export.
402 * BUG: newlines in comments could break iCal export.
403
404 = 4.7.7 =
405 * Shift types now can have the same start/end times if they have different lunch breaks.
406
407 = 4.7.5 =
408 * Added an option to list shifts for an exact date and time, including current time.
409 * BUG: The front end page with shortcode didn't properly redirect to login form if an authenticated user is required to view the page.
410 * BUG: Localized datepicker may have worked incorrectly
411
412 = 4.7.4 =
413 * Added display sort order configuration for calendars and employees.
414
415 = 4.7.3 =
416 * Added radio and checkbox custom fields (Pro Version).
417
418 = 4.7.2 =
419 * BUG: Fixed bugs with false links to new shift/timeoff when the current user isn't allowed to perform these actions.
420 * Added JSON shifts output feed option (in Administration/Shifts Feed).
421
422 = 4.7.1 =
423 * Optimized week and month schedule views so it should be rendered faster.
424
425 = 4.7.0 =
426 * ShiftController's ownership is changed to plainware.com
427
428 = 4.6.2 =
429 * Added Next/Previous labels for schedule navigation links.
430 * Added labels for new shift/timeoff links in the schedule view.
431 * Make new shift/timeoff links visually muted for past dates.
432 * Added a setting if to disable using of Draft shift status.
433 * Moved Everyone Schedule / My Schedule to separate links in main menu
434
435 = 4.6.1 =
436 * BUG: "loopback request" error in Wordpress SiteHealth.
437
438 = 4.6.0 =
439 * Added a setting if a conflict is considered for overlapping shifts only in the same calendar.
440 * BUG: there was a "REST API" error in Wordpress SiteHealth.
441
442 = 4.5.9 =
443 * Added label for textarea custom field in the admin area.
444 * When creating a shift or assigning new or another employee, unavailable employees are displayed below available ones.
445 * Added a setting for default shift duration.
446 * In the admin calendars list view we added the quantity of notifications and permission options enabled for each calendar.
447 * The schedule view remembers last filtered calendars and employees.
448
449 = 4.5.8 =
450 * Added an option to filter our open shifts from a display, i.e. see assigned shifts only.
451 * Added a new 4 weeks schedule view.
452 * Added employee description to the shift details view.
453 * Added My Profile link to the schedule view on a shortcode front end page.
454 * Make it compatible with Polylang multi language plugin - if a front end page is set to a language, then we switch to that language.
455
456 = 4.5.7 =
457 * Calendar permission settings were not working correctly for visitors (not logged in users).
458 * Added the timezone setting.
459 * BUG: Notifications still sent the shift type title even if it was disabled (instead of the time).
460
461 = 4.5.6 =
462 * Added a permission settings per each calendar if to allow employees from other calendars see shifts in this calendar. It configures the feature added in version 4.5.5.
463 * BUG: Custom fields were not saved when repeating a shift for multiple days (Pro Version).
464
465 = 4.5.5 =
466 * BUG: Employees could see shifts from other calendars that they are not allowed to participate in.
467
468 = 4.5.4 =
469 * Added a setting to define the time increment for time selectors (5, 10, 15 etc minutes).
470 * Added a setting to define if the lunch break input is needed.
471
472 = 4.5.3 =
473 * BUG: A calendar manager could not create open published shifts.
474
475 = 4.5.2 =
476 * BUG: Open shifts from different calendars were also grouped which was wrong.
477 * New setting if to automatically create a pickup request for open published shifts. (Pro Version)
478 * Disabled rich text/HTML editor for custom fields if edited from front end. (Pro Version)
479
480 = 4.5.1 =
481 * Group multiple open shifts for the same time in the schedule view.
482 * New setting if employees are allowed to create shifts for themselves with conflicts (overlapping existing shifts).
483 * BUG: compatibility issue - the date picker might have failed to work with some front end themes.
484
485 = 4.5.0 =
486 * BUG: The weekly repeat function included the current day of the week even if it was unchecked (Pro Version).
487 * Removed hyphens and underscores from the abbreviated labels if the full labels contained any.
488
489 = 4.4.9 =
490 * In the month schedule view the shift widget now displays abbreviated label of the calendar title or of the employee name, depending on the grouping selected.
491 * Modified the permissions part so that if an employee can't see others shifts in a calendar, so this employee can't also see others employees names.
492
493 = 4.4.8 =
494 * Added "Every 2 Weeks", "Every 3 Weeks", "Every 4 Weeks" shifts repeat options (Pro Version).
495 * BUG: The Email From Name setting was not taking effect.
496 * BUG: Backward schedule navigation button worked incorrectly in the day view.
497 * BUG: Minor translation related and other fixes.
498
499 = 4.4.7 =
500 * Schedule header with date labels now sticks to the top when scrolling down the schedule view.
501 * BUG: Another attempt to fix a fatal error in print view in some configurations.
502
503 = 4.4.6 =
504 * Changed calendar description field to a wysiwyg editor. Also WordPress shortcodes are now processed in this field.
505 * A small change when creating multiple shifts: for example if there are 2 new shifts for 1 Sep and 1 Oct, after submit you return back to 1 Sep calendar, rather jumping forward to 1 Oct.
506 * BUG: Attempted to fix a fatal error in print view in some configurations.
507
508 = 4.4.5 =
509 * Changed how links to shifts in calendar are displayed. That allows other links in custom fields if any to work properly.
510 * Schedule navigation links now in the footer too.
511
512 = 4.4.4 =
513 * Custom textarea fields now use rich text/HTML editor (Pro Version).
514 * Shifts duration summary view now separates shifts and time off.
515
516 = 4.4.3 =
517 * BUG: Wrong URLs if the server address was configured with a port.
518 * If from the schedule week or month view switching to the day view, for the current week/month it shows today rather than the first day of the week/month.
519
520 = 4.4.2 =
521 * Added an option to select all employees when creating a shift.
522 * Added "viewers" for calendars - users who can only view shifts.
523
524 = 4.4.1 =
525 * Added a setting to change email sender name and address.
526 * New notification to all employees when other employee picks up a shift (Pro Version).
527
528 = 4.4.0 =
529 * BUG: Repeat shifts function didn't work after 4.3.9 version update.
530
531 = 4.3.9 =
532 * Modified "X Days On / Y Days Off" automatic repeat option to accept manual entry that enables any repeating shift schedule.
533 * Internal code change to enable WordPress' apply_filters() function call ShiftController functions.
534 * BUG: forms with multiple action buttons may not have worked properly in some installations.
535
536 = 4.3.8 =
537 * Edit custom fields in one form rather than save button per each field (Pro Version).
538 * New notification to manager when an employee picks up a shift (Pro Version).
539 * Added an option to import existing WordPress users as employees.
540 * Added an option to select calendars when creating a new employee.
541
542 = 4.3.7 =
543 * BUG: Wrong urls for our plugin if the website was configured for a port other than 80.
544 * BUG: Multiday shifts were not shown if they begin before the displayed range.
545 * When repeating a shift with custom fields, these fields get pre-filled with the current values from this shift.
546 * Added several automatic repeat options (like weekly, biweekly, etc) when creating a new shift (Pro Version).
547
548 = 4.3.6 =
549 * BUG: in 4.3.5 we used a function that is available since WordPress 5.0 that broke setups with earlier versions.
550
551 = 4.3.5 =
552 * BUG: Error when creating multiday shifts when choosing a start date that was not initially appeared on screen.
553 * Added calendar description to the new shift form.
554 * Redesigned the multiple days selector so that the checkbox and the date label are stacked rather than shown on one line as sometimes the date got truncated on narrow screens.
555 * For localized installations prioritize our translations over the ones from the Translate WordPress site as the latter may appear incomplete.
556 * Added "Toggle On" options when assigning employees to calendars in the admin area.
557
558 = 4.3.4 =
559 * BUG: There was an error when creating a new shift from a front end page with the filter parameter for multiple calendars.
560 * Added a link to the administration options in the front end page.
561 * Added "sh4-bulk-form" CSS class for the bulk form so it can be hidden in the front end if needed.
562
563 = 4.3.3 =
564 * Minor code fixes to remove warnings in PHP 7 in iCal exports.
565 * Added from/to date parameters for shifts feed output.
566 * BUG: Managers were not able to view or edit custom fields (only admins could).
567 * BUG: Employees could pickup past shifts.
568 * BUG: Shift titles on mouseover were without spaces.
569 * BUG: When in a front end page configured for "My Schedule", after any action on shifts it returned back to "Everyone Schedule".
570 * BUG: In WP 5.0 time selector was not working in a front end page.
571 * BUG: There was an error when saving a post with ShiftController shortcode in Gutenberg or some other page builders like Elementor.
572
573 = 4.3.2 =
574 * Added the all week select in the shift repeat and new recurring shift screens. (Pro Version)
575 * Added French translation.
576 * Minor fixes to address possible errors with shift break times.
577 * Minor fix to make sure jQuery is loaded in the front end for WordPress 5.0.
578 * BUG: custom fields didn't show up in the iCal feed. (Pro Version)
579
580 = 4.3.1 =
581 * Updated the translation file.
582 * Added the date label when selecting a shift type after calendar view.
583 * Minor fix in the view when selecting repeating dates for new shifts.
584 * Added a week number in the schedule week view.
585 * Added a setting if to send notification emails in HTML or plain text.
586 * BUG: Employees could delete their published shifts if they were only allowed to create draft shifts.
587
588 = 4.3.0 =
589 * If employees/visitors are not configured to view others shifts in all calendars, then the Everyone Schedule view is not available for employees and visitors.
590 * BUG: Minor error notice "Undefined index: cfield_details". (Pro Version)
591 * BUG: Custom fields were not included in email notifications after shift create. (Pro Version)
592 * Added a setting if to hide hours counters in the schedule view.
593 * Added the "Toggle Selected" button in the bulk actions form. (Pro Version)
594
595 = 4.2.9 =
596 * Added shifts duration summary per day in the week view.
597 * BUG: An error occured if WordPress timezone was set to an UTC relative option (like UTC-7 etc).
598
599 = 4.2.8 =
600 * BUG: Creating new shifts from a front end page failed if the "type" shortcode parameter was used.
601
602 = 4.2.7 =
603 * Added a new drop down type for custom fields. (Pro Version)
604 * Custom fields are now also included in the iCal export. (Pro Version)
605 * BUG: Shifts view permissions may be processed incorrectly for employees' iCal export.
606
607 = 4.2.6 =
608 * BUG: Schedule download didn't work properly in WordPress front end.
609 * BUG: After reschedule notification emails still displayed old time.
610 * BUG: Error in the iCal export feed for employees.
611 * BUG: It didn't allow to update a custom field if there was already another one with the same label in another calendar. (Pro Version)
612 * BUG: Overlap conflicts function may show false alerts sometimes.
613 * Schedule day view now shows 7 days at once.
614
615 = 4.2.5 =
616 * Optimizations to improve speed for heavy schedules with many employees and shifts.
617
618 = 4.2.4 =
619 * BUG: "Not allowed" error when trying to create new open shifts.
620
621 = 4.2.3 =
622 * BUG: Date labels were not visible in the print view.
623 * BUG: Calendar type (shift/timeoff) was reset after editing a calendar.
624
625 = 4.2.2 =
626 * Added the description field for employees which is also displayed when creating shifts or changing employees.
627 * BUG: The shortcode parameter route="myschedule" doesn't bring up the correct view.
628 * BUG: The repeat function didn't correctly added shift lunch breaks (Pro Version).
629
630 = 4.2.1 =
631 * BUG: the shifts were not showing in the week/month view for the last day for the week/month.
632
633 = 4.2.0 =
634 * Redesigned the new shift process so that shifts can be created for multiple employees at once.
635 * Shortcode can now show the My Schedule page, the shifts of the currently logged in user.
636 * Added a shortcode parameter to disable the link to the shift details (hideui="shiftdetails").
637 * Custom fields added to notification templates (Pro Version).
638 * BUG: it wasn't allowing to create a lunch break for overnight shifts, like shift 11pm-3am and break 1am-2am.
639
640 = 4.1.6 =
641 * Added the day shifts calendar view.
642 * Added a setting to specify min and max time, which is convienient if you don't need 24 hours.
643 * When creating new shifts, the initial visible dates calendar extended to 4 weeks.
644 * BUG: a date wasn't preselected in the Select Dates view when adding a shift from calendar (Pro Version).
645 * BUG: bulk action form to change employee was displayed even if it wasn't allowed for the current user (Pro Version).
646 * BUG: filtering for "open shifts" was not working in the schedule view.
647
648 = 4.1.5 =
649 * Added several shortcode parameters to configure the front end view.
650 * BUG: lunch break was not removed if the checkbox was unchecked when changing shift time.
651
652 = 4.1.4 =
653 * BUG: error when an employee tried to create own shift even if it was allowed.
654
655 = 4.1.3 =
656 * BUG: custom fields added to the export download did not work properly if multiple calendars were using custom fields. (Pro Version)
657 * Added a function to change or assign employee for multiple shifts at once. (Pro Version)
658
659 = 4.1.2 =
660 * Custom fields are now added to the export download file too. (Pro Version)
661 * Updated JavaScript files to help avoid conflicts with other plugins and themes.
662
663 = 4.1.1 =
664 * Added a setting for a calendar if it is for time off. This lets to create 2 separate buttons for new shifts and time off. Also the shifts in the time off calendars are not counted for the totals results in the schedule view.
665 * Added a check to avoid shift types with duplicated start and end times.
666 * BUG: Timezone was not properly set in the iCal feed.
667 * BUG: Full day shift type title was not shown in the schedule view.
668
669 = 4.1.0 =
670 * Added custom fields module for the Pro addon.
671 * BUG: error when creating a new shift type (on a site with PHP 7.1).
672 * BUG: error when creating a shift for a calendar which had only one, custom time shift type.
673
674 = 4.0.8 =
675 * Added shift detailed information on mouse over in month schedule view.
676 * Added CSV feed of upcoming shifts (in Administration, Upcoming Shifts Feed), it can be used to export shifts to other applications.
677 * BUG: error after trying to change employee (appeared since 4.0.7).
678
679 = 4.0.7 =
680 * Added an option to create multiple open shifts at once.
681 * Display current timezone in the iCal details page.
682 * Added links for iCal feeds per employee.
683 * Added an option to skip notification emails on shift create or update.
684 * Added an option to hide certain days of the week.
685 * Added a description field for calendars, the calendar description is displayed in the shift detailed view.
686 * BUG: several calendar permission settings might work incorrectly.
687
688 = 4.0.6 =
689 * Fixed a few translation issues.
690 * Added a configuration if to show shift type title in the calendar.
691 * BUG: Time off were not imported if upgrading from v3.
692
693 = 4.0.5 =
694 * Enabled HTML editor for email notification templates.
695 * BUG: Fatal error when deleting a calendar.
696 * BUG: Language file wasn't get loaded properly.
697
698 = 4.0.4 =
699 * Added an option to turn off/on email notifications per user.
700 * Modified the admin schedule view so it's a bit faster now, not reloading the whole page after shift update.
701 * BUG: The repeat action wasn't creating shifts properly (Pro version).
702 * BUG: The shifts on the last day of the week were not shown in the week view.
703 * BUG: The shift type title were not recognized in the calendar view for overnight shifts.
704 * A slight visual adjustment in the calendar view to make grid borders a bit more prominent.
705
706 = 4.0.3 =
707 * Added schedule month view.
708 * Added an option to create custom time shifts.
709 * Added an option to edit shift time.
710 * Added duration column for the CSV/Excel download file.
711 * Added the shift detailed view window.
712 * BUG: Upgrade from v.3 failed if there were several employees with the same name.
713
714 = 4.0.2 =
715 * BUG: Upgrade from v.3 didn't work properly.
716
717 = 4.0.1 =
718 * Added the shift pickup module for the Pro addon.
719
720 = 4.0.0 =
721 * A new major update.
722
723 = 3.2.4 =
724 * Fixed the ical feed that might have failed with certain timezones.
725 * Minor code updates and fixes.
726
727 = 3.2.3 =
728 * Fixed the non working Shift Templates button in the shift edit form.
729 * Minor code updates and fixes.
730
731 = 3.2.2 =
732 * Removed potentially vulnerable own copy of PHPMailer library.
733
734 = 3.2.1 =
735 * In the admin view added filter options: filter by status and by type (shift/timeoff).
736
737 = 3.2.0 =
738 * BUG: iCal sync link was not working for some devices.
739 * BUG: timeoff list didn't show if grouping by location was set as a default view.
740 * BUG: setup failed if one of WordPress roles contained spaces.
741 * Added a configuration setting if to send notification when a released shift is picked up.
742
743 = 3.1.9 =
744 * In the "Shift available" notification after shift release removed the old employee name that was confusing.
745 * Added a global BCC field to send copies of all automatic notifications.
746
747 = 3.1.8 =
748 * User can now save the current calendar view configuration as default.
749 * Pro: shift comments are added to the iCal export.
750 * Pro: when a shift is realeased, notification can be sent to all staff members.
751 * Added French language.
752 * Minor code updates.
753
754 = 3.1.7 =
755 * Added Danish, German and Dutch languages.
756 * Minor code updates.
757
758 = 3.1.6 =
759 * BUG: certain actions were giving a 404 error if the admin panel was used in the front end with a shortcode.
760
761 = 3.1.5 =
762 * BUG: If ShiftController was activated but not yet setup, editing user accounts in WordPress gave error.
763 * Minor code updates.
764
765 = 3.1.4 =
766 * BUG: For iCal output if a shift had a break it was giving a wrong end time.
767 * BUG: Employees can not release shifts from their control panel.
768 * Minor PHP compatibility fixes
769
770 = 3.1.3 =
771 * Making "add" links appear constantly rather than on mouse over that caused issues on several platforms.
772 * BUG: Preferred availability setting could give a fault conflict alert.
773
774 = 3.1.2 =
775 * BUG: fixed the "range" shortcode parameters like "2 weeks" or "8 days" after they stopped working properly in 3.1.0.
776 * BUG: the shifts copy function didn't make use of the selected date, copying just to the next week.
777 * Not grouped month calendar is displayed in detailed view.
778
779 = 3.1.1 =
780 * BUG: it was not possible to click on an open shift in the "group by location" view.
781
782 = 3.1.0 =
783 * Added a configurable option for employees to view draft shifts, create and edit shifts.
784 * Added an option to copy shifts from a certain week (or month) to another week, so this feature can be used as a sort of schedule templates.
785 * Added an option to disable certain days of the week. So for example if you don't work on Saturdays and Sundays, it will not show them in the calendar leaving more screen space for work days.
786 * Colors for locations can now be manually picked rather than assigned automatically.
787 * Added the day view with timebar for a better visual overview.
788 * Changed CSS and font icons libraries to greatly reduce CSS and icon files sizes - faster speed and smaller distrib size.
789 * Employees can edit their own availability preferences if allowed by the admin.
790 * BUG: If the shortcode is set to "by=staff" or "by=location" then the front end can not change to the view without grouping by.
791
792 = 3.0.9 =
793 * BUG: The "Disable Email" setting was not taking effect.
794 * BUG: Ajax actions didn't work in the admin panel for https websites.
795
796 = 3.0.8 =
797 * BUG: Appeared after 3.0.7 after adding the shift break option. When entering a shift and the shift end time is the next day, error "The break should not be longer than the shift itself" was returned.
798
799 = 3.0.7 =
800 * Added shift breaks option, the duration of a break is not counted toward the total hours worked.
801 * Following introduction of shift breaks, timeoff icon changed: coffee is for lunch breaks now, timeoff is marked with the away icon.
802 * Added reports page to display number of shifts and time worked.
803 * BUG: Print view was corrupted when clicking the printer icon button.
804 * Sync users from WordPress with their display name rather than first/last name
805 * Replaced JavaScript timepicker by a regular dropdown because it was causing too many compatibility issues.
806 * Added location change option in the bulk edit form [Pro].
807 * Redesigned Ajax calls that should greatly improve the load speed for many actions.
808
809 = 3.0.6 =
810 * BUG: The start and end time inputs were not working when opening the bulk edit form in the Shift Series tab.
811 * BUG: The delete action didn't work in the bulk edit form in the Shift Series tab.
812 * BUG: After the delete action in the With All bulk edit form the calendar view was not properly refreshed.
813 * BUG: Error if filter the shifts by location in the calendar.
814
815 = 3.0.5 =
816 * Added the iCal export option (to Google Calendar or any other application capable of receiving iCal feed).
817 * Moved the Users menu under Configuration.
818 * BUG: Fixed the print view in Chrome.
819
820 = 3.0.4 =
821 * BUG: The link to the WP page to edit a user account was not working.
822 * BUG: When in the shortcode by="location" is used the logged in user cannot see their own shifts.
823 * BUG: Setup on new installs might fail under certain configurations.
824 * Now comments are added to notifications emails too [Premium].
825 * BUG: In the bulk form when opening and closing the subforms several times their inputs became disabled.
826 * Added a setting if to show the shift end time.
827 * Made the shift view text a bit larger.
828 * New shortcode parameter to hide certain user interface elements.
829
830 = 3.0.3 =
831 * BUG: Shift Release and Shift Pickup settting menu items were not localized.
832 * BUG: Fatal error when trying to delete a user account.
833 * BUG: "User deleted" message was not localized.
834 * Remember the last choice of the "Comment Visible To" option.
835 * Modified the timepicker library to avoid possible conflicts with other libraries from other plugins.
836
837 = 3.0.2 =
838 * BUG: Fatal error on new setup caused by a change in ver. 3.0.1
839 * Fixed the help page on shortcode parameter within the admin panel.
840 * Added a few more params options for the shortcode.
841
842 = 3.0.1 =
843 * BUG: There was an empty, unlabelled drop down box in the admin area in Configuration > Settings
844 * Modified the datepicker library to avoid possible conflicts with other libraries from other plugins.
845 * The add links in calendar now lead directly to the shift creation, without the shift/timeoff selection. Timeoffs are now created in the Timeoff Requests area.
846 * In the shift create form the location and the time are now on the same page to make the process quicker.
847 * Fixed success message after timeoff creation (was saying "shift added" rather than "timeoff added").
848 * Remember the last choice of several options in the shift creation form: status, skip notification email.
849 * Re-added shift templates.
850 * Added draft shifts for the admin todo page.
851 * Added the "With All" shift group action to perform bulk actions on all displayed shifts.
852 * Added an option to assign multiple staff members at once when creating a shift.
853 * Added a red triangle for open shifts for easier notice.
854
855 = 3.0.0 =
856 * A new major ShiftController update, almost completely reworked!
857
858 = 2.4.1 =
859 * A small fix in code that might break redirects with WP high error reporting level.
860
861 = 2.4.0 =
862 * A fix for multiple staff ids in the shortcode param.
863
864 = 2.3.9 =
865 * A slight optimization on login/logout internal process.
866
867 = 2.3.7 =
868 * BUG: On plugin complete uninstall might delete all WordPress tables.
869
870 = 2.3.6 =
871 * BUG: (Pro Versions) multiple shifts could be deleted when deleting a single shift created as non recurring from shift edit form in the Delete tab.
872 * An option to color code shifts in the calendar according to the location
873 * Added the "within" parameter option for the shortcode to display shifts that are on now and within the specified tim
874
875 = 2.3.5 =
876 * Configuration option to set min and max values for time selection dropdowns, that will speed up time selection.
877 * Drop our database tables on plugin uninstall (delete) from WordPress admin. Also release the license code for the Pro version so it can be reused in another installation.
878 * Backend appearance restyled for a closer match to the latest WordPress version.
879 * Cleaned and optimized some files thus reducing the package size.
880
881 = 2.3.4 =
882 * Shift pickup links didn't work for staff members on the everyone schedule page (shortcode page).
883
884 = 2.3.3 =
885 * JavaScript error when staff picking up free shifts from everyone schedule page (shortcode page).
886
887 = 2.3.2 =
888 * A fix in session handling function that lead to an error on first user access of the system.
889
890 = 2.3.1 =
891 * Archived staff members are now not showing in the stats display if they have no shifts during the requested period.
892 * In the shortcode if you need to filter more than one location or employee, now you can supply a comma separated list of ids, for example [shiftcontroller staff="1,8"].
893 * Also if you do not want to show the list of locations in the shortcode page, you can supply the location parameter as 0 so it will list shifts for all locations [shiftcontroller location="0"]
894
895 = 2.3.0 =
896 * Added more options for shortcode to filter by location or by staff, as well as specify the start and end date and how many days to show.
897 * Extended options for the shift notes premium module, now one can define who can see the shift note - everyone, staff members, this shift staff or admin only.
898
899 = 2.2.9 =
900 * If more than one locations are available in the "Everyone Schedule" then it first asks to choose a location first.
901 * Added the description field for locations. If specified, it will be given in the "Everyone Schedule" and "Shift Pick Up" parts if more than one location available.
902 * Redesigned the "Everyone Schedule" (wall) page view so that lists all upcoming shifts in a simple list. It is supposed to eliminate all the compatibility issues for the shortcode page display as the calendar output would look cumbersome under certain themes.
903
904 = 2.2.8 =
905 * If there are open shifts in more than one location, an employee is asked to choose a location first, then the available shifts in this location ara displayed.
906 * Minor fixes and code updates
907
908 = 2.2.7 =
909 * Added an option to supply parameters to the shortcode to define the range (week or month) and the starting date, please check out the Configuration > Shortcode page
910 * Minor fixes and code updates
911
912 = 2.2.6 =
913 * Minor fixes and code updates
914
915 = 2.2.5 =
916 * BUG: In the schedule list view, if you choose filtering by location, the shifts for all locations were still displayed as if there were no filter applied.
917 * BUG: When creating a new shift, if you selected one or several employees to assign right now, but there was a validation error (no location selected, or the start and end times were incorrect), it showed a database error.
918
919 = 2.2.4 =
920 * Fixed an issue with shortcode that might be moving into infinite loop for admin and staff users
921 * An option to color code shifts in the calendar according to the employee
922 * An option to hide the shift end time for the employees
923 * An option to disable shift email notifications
924 * Minor fixes and code updates
925
926 = 2.2.3 =
927 * Reworked the calendar view controls - now the list and stats display can also be filtered by location and by employee.
928 * Fix with the timezone assignment
929 * Locations are sorted properly in the form dropdown
930 * Wrong employee name when a time off was requested by an employee
931 * when synchronizing users from WordPress you can append the original WP role name to the staff name
932
933 = 2.2.2 =
934 * Configure which user levels can take shifts
935 * Assign employees to shifts from the calendar view
936 * Fixed a problem with irrelevant email notifications
937 * Select multiple staff members or define the required number of employees when creating a shift
938
939 = 2.2.1 =
940 * Fixed problem when shortcode was not working properly
941
942 = 2.2.0 =
943 * Shift history module
944 * More convenient schedule views (show calendar by location and by staff member, week or month view)
945 * Updated view framework (Bootstrap 3)
946 * Minor code optimizations and bug fixes
947
948 = 2.1.1 =
949 * Login log module
950 * BUG: Select All in Timoffs and Shift Trades admin views were not working
951 * BUG: Repeating options were not active in the Premium version
952 * Minor code optimizations and bug fixes
953
954 = 2.1.0 =
955 * Fixed bug when email notification was not sent after publishing just one shift
956 * Remove location label if just one location is configured
957 * Shift notes view in the calendar
958 * Archived users do not appear in the dropdown list when creating or editing shifts
959
960
961 = 2.0.6 =
962 * Shifts month calendar
963
964 = 2.0.5 =
965 * Shifts list in a table view and CSV/Excel export
966
967 = 2.0.4 =
968 * Custom weekdays for recurring shifts
969
970 = 2.0.3 =
971 * Display shifts grouped by locations
972
973 = 2.0.2 =
974 * Public employee schedule calendar and minor bug fixes
975
976 = 2.0.1 =
977 * Bug fix: error when creating a new user in the free version.
978
979 = 2.0.0 =
980 * Completely reworked calendar view and the premium version.
981
982 = 1.0.2 =
983 * Bug fixes: time display, forgotten password and password change, email notification on a new timeoff.
984
985 = 1.0.1 =
986 * Bug fixes after not complete form in setup and error after timeoff delete.
987
988 = 1.0.0 =
989 * Initial release
990
991 Thank You.