Changeset 2075182
- Timestamp:
- 04/26/2019 07:12:28 AM (7 years ago)
- Location:
- event-codes
- Files:
-
- 4 edited
-
tags/1.0.4/event-codes.php (modified) (1 diff)
-
tags/1.0.4/includes/class-event-codes.php (modified) (1 diff)
-
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.4/event-codes.php
r2024388 r2075182 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. 318 * Version: 1.0.4 19 19 * Author: WPdwarves 20 20 * Author URI: http://wpdwarves.com -
event-codes/tags/1.0.4/includes/class-event-codes.php
r2024388 r2075182 69 69 70 70 $this->plugin_name = 'event-codes'; 71 $this->version = '1.0. 3';71 $this->version = '1.0.4'; 72 72 73 73 $this->load_dependencies(); -
event-codes/trunk/event-codes.php
r2024388 r2075182 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. 318 * Version: 1.0.4 19 19 * Author: WPdwarves 20 20 * Author URI: http://wpdwarves.com -
event-codes/trunk/includes/class-event-codes.php
r2024388 r2075182 69 69 70 70 $this->plugin_name = 'event-codes'; 71 $this->version = '1.0. 3';71 $this->version = '1.0.4'; 72 72 73 73 $this->load_dependencies();
Note: See TracChangeset
for help on using the changeset viewer.