Changeset 2171048
- Timestamp:
- 10/10/2019 08:54:17 AM (6 years ago)
- Location:
- shiftcontroller/trunk
- Files:
-
- 4 edited
-
hc3/assets/css/hc.css (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
sh4/shifts/view/widget.php (modified) (1 diff)
-
shiftcontroller4.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
shiftcontroller/trunk/hc3/assets/css/hc.css
r2154014 r2171048 1027 1027 -ms-backface-visibility: initial; 1028 1028 backface-visibility: initial; 1029 } 1029 } -
shiftcontroller/trunk/readme.txt
r2170467 r2171048 60 60 61 61 == Changelog == 62 63 = 4.5.0 = 64 * BUG: The weekly repeat function included the current day of the week even if it was unchecked (Pro Version). 65 * Removed hyphens and underscores from the abbreviated labels if the full labels contained any. 62 66 63 67 = 4.4.9 = -
shiftcontroller/trunk/sh4/shifts/view/widget.php
r2170467 r2171048 183 183 184 184 if( NULL !== $label ){ 185 $label = str_replace( '-', ' ', $label ); 186 $label = str_replace( '_', ' ', $label ); 187 $label = str_replace( ' ', ' ', $label ); 188 $label = str_replace( ' ', ' ', $label ); 189 185 190 $label = explode( ' ', $label ); 186 191 -
shiftcontroller/trunk/shiftcontroller4.php
r2170467 r2171048 4 4 * Plugin URI: http://www.shiftcontroller.com/ 5 5 * Description: Staff scheduling plugin 6 * Version: 4. 4.96 * Version: 4.5.0 7 7 * Author: hitcode.com 8 8 * Author URI: http://www.shiftcontroller.com/ … … 11 11 */ 12 12 13 define( 'SH4_VERSION', 4 49);13 define( 'SH4_VERSION', 450 ); 14 14 15 15 if (! defined('ABSPATH')) exit; // Exit if accessed directly
Note: See TracChangeset
for help on using the changeset viewer.