Changeset 3470434
- Timestamp:
- 02/26/2026 03:36:55 PM (4 weeks ago)
- Location:
- widget-for-eventbrite-api
- Files:
-
- 12 edited
- 1 copied
-
tags/6.5.9 (copied) (copied from widget-for-eventbrite-api/trunk)
-
tags/6.5.9/changelog.txt (modified) (1 diff)
-
tags/6.5.9/includes/class-freemius-config.php (modified) (2 diffs)
-
tags/6.5.9/includes/vendor/composer/installed.php (modified) (2 diffs)
-
tags/6.5.9/readme.txt (modified) (1 diff)
-
tags/6.5.9/templates__free/parts/calendar_date__free.php (modified) (1 diff)
-
tags/6.5.9/widget-for-eventbrite-api.php (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/includes/class-freemius-config.php (modified) (2 diffs)
-
trunk/includes/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/templates__free/parts/calendar_date__free.php (modified) (1 diff)
-
trunk/widget-for-eventbrite-api.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
widget-for-eventbrite-api/tags/6.5.9/changelog.txt
r3465142 r3470434 1 = 6.5.9 = 2 * Fix calendar date showing wrong day in non-UTC timezones (e.g. Brisbane) 3 * Fix event repetition after page 5 in paginated results (Pro Only) 4 1 5 = 6.5.8 = 2 6 * Fix thumb_width constraint incorrectly applied to card layout -
widget-for-eventbrite-api/tags/6.5.9/includes/class-freemius-config.php
r3445634 r3470434 16 16 require_once WIDGET_FOR_EVENTBRITE_API_PLUGIN_DIR . '/includes/vendor/freemius/wordpress-sdk/start.php'; 17 17 $wfea_fs = fs_dynamic_init( array( 18 'id' => '1330',19 'slug' => 'widget-for-eventbrite-api',20 'type' => 'plugin',21 'public_key' => 'pk_97d4242a859ccad67940512ad19ab',22 'is_premium' => false,23 'premium_suffix' => '( Pro )',24 'has_addons' => false,25 'has_paid_plans' => true,26 'trial' => array(18 'id' => '1330', 19 'slug' => 'widget-for-eventbrite-api', 20 'type' => 'plugin', 21 'public_key' => 'pk_97d4242a859ccad67940512ad19ab', 22 'is_premium' => false, 23 'premium_suffix' => '( Pro )', 24 'has_addons' => false, 25 'has_paid_plans' => true, 26 'trial' => array( 27 27 'days' => 14, 28 28 'is_require_payment' => true, 29 29 ), 30 'navigation' => 'tabs',31 'menu' => array(30 'navigation' => 'tabs', 31 'menu' => array( 32 32 'slug' => 'widget-for-eventbrite-api-settings', 33 33 'contact' => false, … … 37 37 ), 38 38 ), 39 'is_live' => true, 39 'is_live' => true, 40 'is_org_compliant' => true, 40 41 ) ); 41 42 } -
widget-for-eventbrite-api/tags/6.5.9/includes/vendor/composer/installed.php
r3465142 r3470434 2 2 'root' => array( 3 3 'name' => 'fullworks/widget-for-eventbrite-api', 4 'pretty_version' => 'v6.5. 8',5 'version' => '6.5. 8.0',6 'reference' => ' c22286a7152d889ebe85a84909db5ba6b331210a',4 'pretty_version' => 'v6.5.9', 5 'version' => '6.5.9.0', 6 'reference' => '05bd32f14ce49738266fae3dfae0d66ebc145ea8', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../../', … … 70 70 ), 71 71 'fullworks/widget-for-eventbrite-api' => array( 72 'pretty_version' => 'v6.5. 8',73 'version' => '6.5. 8.0',74 'reference' => ' c22286a7152d889ebe85a84909db5ba6b331210a',72 'pretty_version' => 'v6.5.9', 73 'version' => '6.5.9.0', 74 'reference' => '05bd32f14ce49738266fae3dfae0d66ebc145ea8', 75 75 'type' => 'wordpress-plugin', 76 76 'install_path' => __DIR__ . '/../../../', -
widget-for-eventbrite-api/tags/6.5.9/readme.txt
r3465142 r3470434 3 3 Tags: eventbrite, widget, events, eventbrite widget, eventbrite shortcode 4 4 Tested up to: 6.9 5 Stable tag: 6.5. 85 Stable tag: 6.5.9 6 6 Requires PHP: 7.4 7 7 License: GPL-2.0-or-later -
widget-for-eventbrite-api/tags/6.5.9/templates__free/parts/calendar_date__free.php
r3445634 r3470434 10 10 $wfea_timestamp = strtotime( $data->utilities->get_event_start()->local ); 11 11 ?> 12 <div class="eaw-calendar-date-month"><?php echo wp_date('M', $wfea_timestamp); ?></div>13 <div class="eaw-calendar-date-day"><?php echo wp_date('j', $wfea_timestamp); ?></div>12 <div class="eaw-calendar-date-month"><?php echo date_i18n('M', $wfea_timestamp); ?></div> 13 <div class="eaw-calendar-date-day"><?php echo date_i18n('j', $wfea_timestamp); ?></div> 14 14 </div> 15 15 <?php endif; -
widget-for-eventbrite-api/tags/6.5.9/widget-for-eventbrite-api.php
r3465142 r3470434 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.5. 89 * Version: 6.5.9 10 10 * Requires at least: 5.6 11 11 * Requires PHP: 7.4 … … 43 43 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 44 44 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGINS_TOP_DIR', plugin_dir_path( __DIR__ ) ); 45 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_VERSION', '6.5. 8' );45 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_VERSION', '6.5.9' ); 46 46 // Include the plugin autoloader, so we can dynamically include the classes. 47 47 require_once WIDGET_FOR_EVENTBRITE_API_PLUGIN_DIR . 'includes/vendor/autoload.php'; -
widget-for-eventbrite-api/trunk/changelog.txt
r3465142 r3470434 1 = 6.5.9 = 2 * Fix calendar date showing wrong day in non-UTC timezones (e.g. Brisbane) 3 * Fix event repetition after page 5 in paginated results (Pro Only) 4 1 5 = 6.5.8 = 2 6 * Fix thumb_width constraint incorrectly applied to card layout -
widget-for-eventbrite-api/trunk/includes/class-freemius-config.php
r3445634 r3470434 16 16 require_once WIDGET_FOR_EVENTBRITE_API_PLUGIN_DIR . '/includes/vendor/freemius/wordpress-sdk/start.php'; 17 17 $wfea_fs = fs_dynamic_init( array( 18 'id' => '1330',19 'slug' => 'widget-for-eventbrite-api',20 'type' => 'plugin',21 'public_key' => 'pk_97d4242a859ccad67940512ad19ab',22 'is_premium' => false,23 'premium_suffix' => '( Pro )',24 'has_addons' => false,25 'has_paid_plans' => true,26 'trial' => array(18 'id' => '1330', 19 'slug' => 'widget-for-eventbrite-api', 20 'type' => 'plugin', 21 'public_key' => 'pk_97d4242a859ccad67940512ad19ab', 22 'is_premium' => false, 23 'premium_suffix' => '( Pro )', 24 'has_addons' => false, 25 'has_paid_plans' => true, 26 'trial' => array( 27 27 'days' => 14, 28 28 'is_require_payment' => true, 29 29 ), 30 'navigation' => 'tabs',31 'menu' => array(30 'navigation' => 'tabs', 31 'menu' => array( 32 32 'slug' => 'widget-for-eventbrite-api-settings', 33 33 'contact' => false, … … 37 37 ), 38 38 ), 39 'is_live' => true, 39 'is_live' => true, 40 'is_org_compliant' => true, 40 41 ) ); 41 42 } -
widget-for-eventbrite-api/trunk/includes/vendor/composer/installed.php
r3465142 r3470434 2 2 'root' => array( 3 3 'name' => 'fullworks/widget-for-eventbrite-api', 4 'pretty_version' => 'v6.5. 8',5 'version' => '6.5. 8.0',6 'reference' => ' c22286a7152d889ebe85a84909db5ba6b331210a',4 'pretty_version' => 'v6.5.9', 5 'version' => '6.5.9.0', 6 'reference' => '05bd32f14ce49738266fae3dfae0d66ebc145ea8', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../../', … … 70 70 ), 71 71 'fullworks/widget-for-eventbrite-api' => array( 72 'pretty_version' => 'v6.5. 8',73 'version' => '6.5. 8.0',74 'reference' => ' c22286a7152d889ebe85a84909db5ba6b331210a',72 'pretty_version' => 'v6.5.9', 73 'version' => '6.5.9.0', 74 'reference' => '05bd32f14ce49738266fae3dfae0d66ebc145ea8', 75 75 'type' => 'wordpress-plugin', 76 76 'install_path' => __DIR__ . '/../../../', -
widget-for-eventbrite-api/trunk/readme.txt
r3465142 r3470434 3 3 Tags: eventbrite, widget, events, eventbrite widget, eventbrite shortcode 4 4 Tested up to: 6.9 5 Stable tag: 6.5. 85 Stable tag: 6.5.9 6 6 Requires PHP: 7.4 7 7 License: GPL-2.0-or-later -
widget-for-eventbrite-api/trunk/templates__free/parts/calendar_date__free.php
r3445634 r3470434 10 10 $wfea_timestamp = strtotime( $data->utilities->get_event_start()->local ); 11 11 ?> 12 <div class="eaw-calendar-date-month"><?php echo wp_date('M', $wfea_timestamp); ?></div>13 <div class="eaw-calendar-date-day"><?php echo wp_date('j', $wfea_timestamp); ?></div>12 <div class="eaw-calendar-date-month"><?php echo date_i18n('M', $wfea_timestamp); ?></div> 13 <div class="eaw-calendar-date-day"><?php echo date_i18n('j', $wfea_timestamp); ?></div> 14 14 </div> 15 15 <?php endif; -
widget-for-eventbrite-api/trunk/widget-for-eventbrite-api.php
r3465142 r3470434 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.5. 89 * Version: 6.5.9 10 10 * Requires at least: 5.6 11 11 * Requires PHP: 7.4 … … 43 43 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_URL', plugin_dir_url( __FILE__ ) ); 44 44 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGINS_TOP_DIR', plugin_dir_path( __DIR__ ) ); 45 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_VERSION', '6.5. 8' );45 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_VERSION', '6.5.9' ); 46 46 // Include the plugin autoloader, so we can dynamically include the classes. 47 47 require_once WIDGET_FOR_EVENTBRITE_API_PLUGIN_DIR . 'includes/vendor/autoload.php';
Note: See TracChangeset
for help on using the changeset viewer.