Changeset 3296809
- Timestamp:
- 05/19/2025 08:05:46 PM (10 months ago)
- Location:
- widget-for-eventbrite-api
- Files:
-
- 8 edited
- 1 copied
-
tags/6.3.5 (copied) (copied from widget-for-eventbrite-api/trunk)
-
tags/6.3.5/changelog.txt (modified) (1 diff)
-
tags/6.3.5/includes/class-eventbrite-manager.php (modified) (1 diff)
-
tags/6.3.5/readme.txt (modified) (1 diff)
-
tags/6.3.5/widget-for-eventbrite-api.php (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/includes/class-eventbrite-manager.php (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/widget-for-eventbrite-api.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
widget-for-eventbrite-api/tags/6.3.5/changelog.txt
r3296788 r3296809 1 = 6.3.5 = 2 * re-enable cache 3 1 4 = 6.3.4 = 2 5 * fix issue with continuation when start dates specified -
widget-for-eventbrite-api/tags/6.3.5/includes/class-eventbrite-manager.php
r3296788 r3296809 186 186 } 187 187 // Return a cached result if we have one. 188 $force = true;188 // $force = true; 189 189 $repeat = (int) apply_filters( 'wfea_eventbrite_cache_expiry', DAY_IN_SECONDS ); 190 190 if ( $repeat <= 60 || $force ) { -
widget-for-eventbrite-api/tags/6.3.5/readme.txt
r3296788 r3296809 3 3 Tags: eventbrite, widget, events, eventbrite widget, eventbrite shortcode 4 4 Tested up to: 6.8 5 Stable tag: 6.3. 45 Stable tag: 6.3.5 6 6 Requires PHP: 7.4 7 7 License: GPL-2.0-or-later -
widget-for-eventbrite-api/tags/6.3.5/widget-for-eventbrite-api.php
r3296788 r3296809 7 7 * Plugin URI: https://fullworksplugins.com/products/widget-for-eventbrite/ 8 8 * Description: Easily display Eventbrite events on your WordPress site 9 * Version: 6.3. 49 * Version: 6.3.5 10 10 * Requires at least: 5.6 11 11 * Requires PHP: 7.4 … … 42 42 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 43 43 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGINS_TOP_DIR', plugin_dir_path( __DIR__ ) ); 44 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_VERSION', '6.3. 4' );44 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_VERSION', '6.3.5' ); 45 45 // Include the plugin autoloader, so we can dynamically include the classes. 46 46 require_once WIDGET_FOR_EVENTBRITE_API_PLUGIN_DIR . 'includes/vendor/autoload.php'; -
widget-for-eventbrite-api/trunk/changelog.txt
r3296788 r3296809 1 = 6.3.5 = 2 * re-enable cache 3 1 4 = 6.3.4 = 2 5 * fix issue with continuation when start dates specified -
widget-for-eventbrite-api/trunk/includes/class-eventbrite-manager.php
r3296788 r3296809 186 186 } 187 187 // Return a cached result if we have one. 188 $force = true;188 // $force = true; 189 189 $repeat = (int) apply_filters( 'wfea_eventbrite_cache_expiry', DAY_IN_SECONDS ); 190 190 if ( $repeat <= 60 || $force ) { -
widget-for-eventbrite-api/trunk/readme.txt
r3296788 r3296809 3 3 Tags: eventbrite, widget, events, eventbrite widget, eventbrite shortcode 4 4 Tested up to: 6.8 5 Stable tag: 6.3. 45 Stable tag: 6.3.5 6 6 Requires PHP: 7.4 7 7 License: GPL-2.0-or-later -
widget-for-eventbrite-api/trunk/widget-for-eventbrite-api.php
r3296788 r3296809 7 7 * Plugin URI: https://fullworksplugins.com/products/widget-for-eventbrite/ 8 8 * Description: Easily display Eventbrite events on your WordPress site 9 * Version: 6.3. 49 * Version: 6.3.5 10 10 * Requires at least: 5.6 11 11 * Requires PHP: 7.4 … … 42 42 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 43 43 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGINS_TOP_DIR', plugin_dir_path( __DIR__ ) ); 44 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_VERSION', '6.3. 4' );44 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_VERSION', '6.3.5' ); 45 45 // Include the plugin autoloader, so we can dynamically include the classes. 46 46 require_once WIDGET_FOR_EVENTBRITE_API_PLUGIN_DIR . 'includes/vendor/autoload.php';
Note: See TracChangeset
for help on using the changeset viewer.