Plugin Directory

Changeset 1790362


Ignore:
Timestamp:
12/21/2017 01:10:58 AM (7 years ago)
Author:
ekamiya
Message:

ver.1.0.3; code changes for performance.

Location:
simple-schedule-notice/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • simple-schedule-notice/trunk/class-genfset.php

    r1718499 r1790362  
    141141    //$str  = '<input type="checkbox" name="'.$nam.'" id="'.$id.'"'.($chk ? ' checked' : '').' data-inline="true"';
    142142    $str = '<label><input type="checkbox" name="' . $nam . '" id="' . $id . '"' . ($chk ? ' checked' : '')
    143              . 'style="margin-right:0.5em;"';
     143             . ' style="margin-right:0.5em;"';
    144144    if ( $opt[ 'ro' ] ) {
    145145      $str .= '" disabled';
  • simple-schedule-notice/trunk/readme.txt

    r1761204 r1790362  
    4747== Changelog ==
    4848
     49= 1.0.5 =
     50* Fixed the problem that checkboxes 'Do not send to destination 1' and '2'  in
     51  Notification Settings pagedo not show status properly.
     52
    4953= 1.0.4 =
    5054= 1.0.3 =
  • simple-schedule-notice/trunk/simple-schedule-notice.php

    r1749028 r1790362  
    88  Text Domain: smpl_shcd_notice
    99  Domain Path: /languages
    10   Version: 1.0.4
     10  Version: 1.0.5
    1111 */
    1212include_once 'definitions.php';
Note: See TracChangeset for help on using the changeset viewer.