Changeset 1193555
- Timestamp:
- 07/06/2015 06:26:45 PM (11 years ago)
- Location:
- weekly-class-schedule/trunk
- Files:
-
- 3 edited
-
includes/wcs3_output.php (modified) (1 diff)
-
readme.txt (modified) (2 diffs)
-
wcs.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
weekly-class-schedule/trunk/includes/wcs3_output.php
r1170967 r1193555 71 71 72 72 $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 ); 74 74 75 75 // Only load front end scripts and styles if it's our shortcode -
weekly-class-schedule/trunk/readme.txt
r1170960 r1193555 4 4 Requires at least: 3.0 5 5 Tested up to: 4.2.2 6 Stable tag: 3.1 36 Stable tag: 3.14 7 7 Donate link: http://pulsarwebdesign.com/weekly-class-schedule/ 8 8 License: GPLv2 or later … … 54 54 55 55 == Changelog == 56 57 = 3.14 = 58 * Bug fixes 59 56 60 = 3.13 = 57 61 * Added ability to filter schedule by class and/or instructor -
weekly-class-schedule/trunk/wcs.php
r1170967 r1193555 4 4 Plugin URI: http://pulsarwebdesign.com/weekly-class-schedule 5 5 Description: 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.1 36 Version: 3.14 7 7 Text Domain: wcs3 8 8 Author: Pulsar Web Design … … 26 26 */ 27 27 28 define( 'WCS3_VERSION', '3.1 3' );28 define( 'WCS3_VERSION', '3.14' ); 29 29 30 30 define( 'WCS3_REQUIRED_WP_VERSION', '3.0' );
Note: See TracChangeset
for help on using the changeset viewer.