| @@ -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.97 | |
| 6 | + * Version: 4.9.96 | |
| 7 | 7 | * Author: plainware.com |
| 8 | 8 | * Author URI: https://www.shiftcontroller.com/ |
| 9 | 9 | * Text Domain: shiftcontroller |
| 10 | 10 | * Domain Path: /languages/ |
| @@ -10,9 +10,9 @@ | ||
| 10 | 10 | * Domain Path: /languages/ |
| 11 | 11 | */ |
| 12 | 12 | |
| 13 | 13 | if (!defined('SH4_VERSION')) { |
| 14 | - define( 'SH4_VERSION', 4997 ); | |
| 14 | + define( 'SH4_VERSION', 4996 ); | |
| 15 | 15 | } |
| 16 | 16 | |
| 17 | 17 | if (! defined('ABSPATH')) exit; // Exit if accessed directly |
| 18 | 18 | |