| @@ -2,9 +2,9 @@ | ||
| 2 | 2 | /* |
| 3 | 3 | * Plugin Name: ShiftController |
| 4 | 4 | * Plugin URI: https://www.shiftcontroller.com/ |
| 5 | 5 | * Description: Staff scheduling plugin |
| 6 | - * Version: 4.9.75 | |
| 6 | + * Version: 4.9.87 | |
| 7 | 7 | * Author: plainware.com |
| 8 | 8 | * Author URI: https://www.shiftcontroller.com/ |
| 9 | 9 | * Text Domain: shiftcontroller |
| 10 | 10 | * Domain Path: /languages/ |
| @@ -9,9 +9,9 @@ | ||
| 9 | 9 | * Text Domain: shiftcontroller |
| 10 | 10 | * Domain Path: /languages/ |
| 11 | 11 | */ |
| 12 | 12 | |
| 13 | -define( 'SH4_VERSION', 4975 ); | |
| 13 | +define( 'SH4_VERSION', 4987 ); | |
| 14 | 14 | |
| 15 | 15 | if (! defined('ABSPATH')) exit; // Exit if accessed directly |
| 16 | 16 | |
| 17 | 17 | if ( version_compare( PHP_VERSION, '5.3', '<' ) ) { |
| @@ -200,9 +200,9 @@ | ||
| 200 | 200 | // $processParams = array( 'type', 'groupby', 'start', 'end', 'time', 'pickup', 'conflict' ); |
| 201 | 201 | // if( $slug != 'myschedule' ){ |
| 202 | 202 | // $processParams = array_merge( $processParams, array('calendar', 'employee', 'hideui') ); |
| 203 | 203 | // } |
| 204 | - $processParams = array( 'type', 'groupby', 'start', 'end', 'time', 'pickup', 'conflict', 'hideui' ); | |
| 204 | + $processParams = array( 'type', 'groupby', 'start', 'end', 'time', 'pickup', 'conflict', 'hideui', 't1', 't2' ); | |
| 205 | 205 | if( $slug != 'myschedule' ){ |
| 206 | 206 | $processParams = array_merge( $processParams, array('calendar', 'employee') ); |
| 207 | 207 | } |
| 208 | 208 | $arrayFor = array( 'calendar', 'employee', 'hideui' ); |