Changeset 2024388
- Timestamp:
- 02/04/2019 06:02:42 AM (7 years ago)
- Location:
- event-codes
- Files:
-
- 5 edited
-
tags/1.0.3/event-codes.php (modified) (1 diff)
-
tags/1.0.3/includes/class-event-codes.php (modified) (1 diff)
-
tags/1.0.3/readme.txt (modified) (2 diffs)
-
trunk/event-codes.php (modified) (1 diff)
-
trunk/includes/class-event-codes.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
event-codes/tags/1.0.3/event-codes.php
r1767647 r2024388 16 16 * Plugin URI: http://wpdwarves.com/event-codes-shortcodes-that-work-with-other-event-plugins 17 17 * Description: EventCodes plugin provides a shortcode that can be used to display a list of events on home page, sidebar or any other part of the site. 18 * Version: 1.0. 218 * Version: 1.0.3 19 19 * Author: WPdwarves 20 20 * Author URI: http://wpdwarves.com -
event-codes/tags/1.0.3/includes/class-event-codes.php
r1767647 r2024388 69 69 70 70 $this->plugin_name = 'event-codes'; 71 $this->version = '1.0. 2';71 $this->version = '1.0.3'; 72 72 73 73 $this->load_dependencies(); -
event-codes/tags/1.0.3/readme.txt
r2022752 r2024388 64 64 65 65 * Exclude Category (skip-cat) 66 Displays the events based on the category. Can be used to display events belonging to different categories separated by comma. Option iscat.67 `[event_codes skip-cat=’music ,sports’]`66 Skips displaying the events of a particular category. Option is skip-cat. 67 `[event_codes skip-cat=’music’]` 68 68 69 69 * Tags (tag) … … 188 188 == Changelog == 189 189 190 = 1.0.3 = 191 * Feature - New shortcode option "skip-cat" added 192 190 193 = 1.0.1 = 191 194 * Feature - New shortcode option "title" added -
event-codes/trunk/event-codes.php
r1767647 r2024388 16 16 * Plugin URI: http://wpdwarves.com/event-codes-shortcodes-that-work-with-other-event-plugins 17 17 * Description: EventCodes plugin provides a shortcode that can be used to display a list of events on home page, sidebar or any other part of the site. 18 * Version: 1.0. 218 * Version: 1.0.3 19 19 * Author: WPdwarves 20 20 * Author URI: http://wpdwarves.com -
event-codes/trunk/includes/class-event-codes.php
r1767647 r2024388 69 69 70 70 $this->plugin_name = 'event-codes'; 71 $this->version = '1.0. 2';71 $this->version = '1.0.3'; 72 72 73 73 $this->load_dependencies();
Note: See TracChangeset
for help on using the changeset viewer.