Changeset 2089132
- Timestamp:
- 05/16/2019 12:33:45 PM (7 years ago)
- Location:
- event-codes
- Files:
-
- 3 edited
- 14 copied
-
tags/1.0.6 (copied) (copied from event-codes/trunk)
-
tags/1.0.6/event-codes.php (copied) (copied from event-codes/trunk/event-codes.php) (1 diff)
-
tags/1.0.6/events/class-event-codes-shortcode-helper.php (copied) (copied from event-codes/trunk/events/class-event-codes-shortcode-helper.php)
-
tags/1.0.6/events/views/bootstrap/list-view-item.php (copied) (copied from event-codes/trunk/events/views/bootstrap/list-view-item.php)
-
tags/1.0.6/events/views/bootstrap/list-view.php (copied) (copied from event-codes/trunk/events/views/bootstrap/list-view.php)
-
tags/1.0.6/events/views/bootstrap/tabular-view-item.php (copied) (copied from event-codes/trunk/events/views/bootstrap/tabular-view-item.php)
-
tags/1.0.6/events/views/bootstrap/tabular-view.php (copied) (copied from event-codes/trunk/events/views/bootstrap/tabular-view.php)
-
tags/1.0.6/events/views/normal/list-view-item.php (copied) (copied from event-codes/trunk/events/views/normal/list-view-item.php)
-
tags/1.0.6/events/views/normal/list-view.php (copied) (copied from event-codes/trunk/events/views/normal/list-view.php)
-
tags/1.0.6/events/views/normal/tabular-view-item.php (copied) (copied from event-codes/trunk/events/views/normal/tabular-view-item.php)
-
tags/1.0.6/events/views/normal/tabular-view.php (copied) (copied from event-codes/trunk/events/views/normal/tabular-view.php)
-
tags/1.0.6/events/views/not-available.php (copied) (copied from event-codes/trunk/events/views/not-available.php)
-
tags/1.0.6/includes/class-event-codes.php (copied) (copied from event-codes/trunk/includes/class-event-codes.php) (1 diff)
-
tags/1.0.6/readme.txt (copied) (copied from event-codes/trunk/readme.txt) (2 diffs)
-
trunk/event-codes.php (modified) (1 diff)
-
trunk/includes/class-event-codes.php (modified) (1 diff)
-
trunk/readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
event-codes/tags/1.0.6/event-codes.php
r2075257 r2089132 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. 518 * Version: 1.0.6 19 19 * Author: WPdwarves 20 20 * Author URI: http://wpdwarves.com -
event-codes/tags/1.0.6/includes/class-event-codes.php
r2075257 r2089132 69 69 70 70 $this->plugin_name = 'event-codes'; 71 $this->version = '1.0. 5';71 $this->version = '1.0.6'; 72 72 73 73 $this->load_dependencies(); -
event-codes/tags/1.0.6/readme.txt
r2075257 r2089132 3 3 Tags: event shortcode, event calendar shortcode, shortcodes, event, events, calendar, modern tribe 4 4 Requires at least: 4.1 5 Tested up to: 5. 16 Stable tag: 1.0. 55 Tested up to: 5.2 6 Stable tag: 1.0.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 188 188 == Changelog == 189 189 190 = 1.0.6 = 191 * Feature - fixes 192 190 193 = 1.0.5 = 191 194 * Feature - bug fixes -
event-codes/trunk/event-codes.php
r2075257 r2089132 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. 518 * Version: 1.0.6 19 19 * Author: WPdwarves 20 20 * Author URI: http://wpdwarves.com -
event-codes/trunk/includes/class-event-codes.php
r2075257 r2089132 69 69 70 70 $this->plugin_name = 'event-codes'; 71 $this->version = '1.0. 5';71 $this->version = '1.0.6'; 72 72 73 73 $this->load_dependencies(); -
event-codes/trunk/readme.txt
r2075257 r2089132 3 3 Tags: event shortcode, event calendar shortcode, shortcodes, event, events, calendar, modern tribe 4 4 Requires at least: 4.1 5 Tested up to: 5. 16 Stable tag: 1.0. 55 Tested up to: 5.2 6 Stable tag: 1.0.6 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 188 188 == Changelog == 189 189 190 = 1.0.6 = 191 * Feature - fixes 192 190 193 = 1.0.5 = 191 194 * Feature - bug fixes
Note: See TracChangeset
for help on using the changeset viewer.