Plugin Directory

Changeset 1193555


Ignore:
Timestamp:
07/06/2015 06:26:45 PM (11 years ago)
Author:
ty_pwd
Message:

bug fixes

Location:
weekly-class-schedule/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • weekly-class-schedule/trunk/includes/wcs3_output.php

    r1170967 r1193555  
    7171   
    7272    $output .= '</div>';
    73     $output = apply_filters( 'wcs3_post_render', $output, $style, $location, $weekdays, $mode );
     73    $output = apply_filters( 'wcs3_post_render', $output, $style, $location, $weekdays, $mode, $instructor, $class );
    7474   
    7575    // Only load front end scripts and styles if it's our shortcode
  • weekly-class-schedule/trunk/readme.txt

    r1170960 r1193555  
    44Requires at least: 3.0
    55Tested up to: 4.2.2
    6 Stable tag: 3.13
     6Stable tag: 3.14
    77Donate link: http://pulsarwebdesign.com/weekly-class-schedule/
    88License: GPLv2 or later
     
    5454
    5555== Changelog ==
     56
     57= 3.14 =
     58* Bug fixes
     59
    5660= 3.13 =
    5761* Added ability to filter schedule by class and/or instructor
  • weekly-class-schedule/trunk/wcs.php

    r1170967 r1193555  
    44Plugin URI: http://pulsarwebdesign.com/weekly-class-schedule
    55Description: Weekly Class Schedule generates a weekly schedule of classes. It provides you with an easy way to manage and update the schedule as well as the classes and instructors database.
    6 Version: 3.13
     6Version: 3.14
    77Text Domain: wcs3
    88Author: Pulsar Web Design
     
    2626*/
    2727
    28 define( 'WCS3_VERSION', '3.13' );
     28define( 'WCS3_VERSION', '3.14' );
    2929
    3030define( 'WCS3_REQUIRED_WP_VERSION', '3.0' );
Note: See TracChangeset for help on using the changeset viewer.