Plugin Directory

Changeset 2898274 for shiftcontroller


Ignore:
Timestamp:
04/13/2023 07:26:21 AM (2 years ago)
Author:
plainware
Message:

4.9.26

Location:
shiftcontroller/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • shiftcontroller/trunk/hc3/ui/abstract/element.php

    r1876339 r2898274  
    112112
    113113                if( strlen($val) OR ( substr($key, 0, strlen('data-')) == 'data-') ){
    114                     $return .= ' ' . $key . '="' . $val . '"';
     114                    $return .= ' ' . esc_attr($key) . '="' . esc_attr($val) . '"';
    115115                }
    116116            }
  • shiftcontroller/trunk/readme.txt

    r2892264 r2898274  
    33Tags: shift, employee, staff, schedule, staff scheduling, work schedule, shift scheduling, employee scheduling, rota shift scheduling, volunteer schedule, volunteer, human resources
    44License: GPLv2 or later
    5 Stable tag: 4.9.25
     5Stable tag: 4.9.26
    66Requires at least: 4.1
    77Tested up to: 6.2
     
    6666
    6767== Changelog ==
     68
     69= 4.9.26 =
     70* Minor fixes.
    6871
    6972= 4.9.25 =
  • shiftcontroller/trunk/shiftcontroller4.php

    r2892264 r2898274  
    44 * Plugin URI: https://www.shiftcontroller.com/
    55 * Description: Staff scheduling plugin
    6  * Version: 4.9.25
     6 * Version: 4.9.26
    77 * Author: plainware.com
    88 * Author URI: https://www.shiftcontroller.com/
     
    1111*/
    1212
    13 define( 'SH4_VERSION', 4925 );
     13define( 'SH4_VERSION', 4926 );
    1414
    1515if (! defined('ABSPATH')) exit; // Exit if accessed directly
Note: See TracChangeset for help on using the changeset viewer.