Changeset 2898274 for shiftcontroller
- Timestamp:
- 04/13/2023 07:26:21 AM (2 years ago)
- Location:
- shiftcontroller/trunk
- Files:
-
- 3 edited
-
hc3/ui/abstract/element.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
shiftcontroller4.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shiftcontroller/trunk/hc3/ui/abstract/element.php
r1876339 r2898274 112 112 113 113 if( strlen($val) OR ( substr($key, 0, strlen('data-')) == 'data-') ){ 114 $return .= ' ' . $key . '="' . $val. '"';114 $return .= ' ' . esc_attr($key) . '="' . esc_attr($val) . '"'; 115 115 } 116 116 } -
shiftcontroller/trunk/readme.txt
r2892264 r2898274 3 3 Tags: shift, employee, staff, schedule, staff scheduling, work schedule, shift scheduling, employee scheduling, rota shift scheduling, volunteer schedule, volunteer, human resources 4 4 License: GPLv2 or later 5 Stable tag: 4.9.2 55 Stable tag: 4.9.26 6 6 Requires at least: 4.1 7 7 Tested up to: 6.2 … … 66 66 67 67 == Changelog == 68 69 = 4.9.26 = 70 * Minor fixes. 68 71 69 72 = 4.9.25 = -
shiftcontroller/trunk/shiftcontroller4.php
r2892264 r2898274 4 4 * Plugin URI: https://www.shiftcontroller.com/ 5 5 * Description: Staff scheduling plugin 6 * Version: 4.9.2 56 * Version: 4.9.26 7 7 * Author: plainware.com 8 8 * Author URI: https://www.shiftcontroller.com/ … … 11 11 */ 12 12 13 define( 'SH4_VERSION', 492 5);13 define( 'SH4_VERSION', 4926 ); 14 14 15 15 if (! defined('ABSPATH')) exit; // Exit if accessed directly
Note: See TracChangeset
for help on using the changeset viewer.