Changeset 3278439
- Timestamp:
- 04/21/2025 08:28:36 PM (11 months ago)
- Location:
- widget-for-eventbrite-api
- Files:
-
- 2 added
- 8 edited
- 1 copied
-
tags/6.2.5 (copied) (copied from widget-for-eventbrite-api/trunk)
-
tags/6.2.5/changelog.txt (modified) (1 diff)
-
tags/6.2.5/includes/vendor/composer/installed.php (modified) (2 diffs)
-
tags/6.2.5/readme.txt (modified) (1 diff)
-
tags/6.2.5/support-config.json (added)
-
tags/6.2.5/widget-for-eventbrite-api.php (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/includes/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (1 diff)
-
trunk/support-config.json (added)
-
trunk/widget-for-eventbrite-api.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
widget-for-eventbrite-api/tags/6.2.5/changelog.txt
r3276212 r3278439 1 = 6.2.5 = 2 * Add support-config.json to allow support data to be sent to support 3 1 4 = 6.2.4 = 2 5 * Fix loop when specifying content=true in shortcode -
widget-for-eventbrite-api/tags/6.2.5/includes/vendor/composer/installed.php
r3276212 r3278439 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 7e6d20ddfbfe7c1a24f52f1de25990ffd9c18caf',6 'reference' => '932edfff3c41d330a58b813b9f7fb639e18d8666', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../../', … … 61 61 'pretty_version' => 'dev-master', 62 62 'version' => 'dev-master', 63 'reference' => ' 7e6d20ddfbfe7c1a24f52f1de25990ffd9c18caf',63 'reference' => '932edfff3c41d330a58b813b9f7fb639e18d8666', 64 64 'type' => 'wordpress-plugin', 65 65 'install_path' => __DIR__ . '/../../../', -
widget-for-eventbrite-api/tags/6.2.5/readme.txt
r3276212 r3278439 3 3 Tags: eventbrite, widget, events, eventbrite widget, eventbrite shortcode 4 4 Tested up to: 6.8 5 Stable tag: 6.2. 45 Stable tag: 6.2.5 6 6 Requires PHP: 7.4 7 7 License: GPL-2.0-or-later -
widget-for-eventbrite-api/tags/6.2.5/widget-for-eventbrite-api.php
r3276212 r3278439 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.2. 49 * Version: 6.2.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.2. 4' );44 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_VERSION', '6.2.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
r3276212 r3278439 1 = 6.2.5 = 2 * Add support-config.json to allow support data to be sent to support 3 1 4 = 6.2.4 = 2 5 * Fix loop when specifying content=true in shortcode -
widget-for-eventbrite-api/trunk/includes/vendor/composer/installed.php
r3276212 r3278439 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 7e6d20ddfbfe7c1a24f52f1de25990ffd9c18caf',6 'reference' => '932edfff3c41d330a58b813b9f7fb639e18d8666', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../../', … … 61 61 'pretty_version' => 'dev-master', 62 62 'version' => 'dev-master', 63 'reference' => ' 7e6d20ddfbfe7c1a24f52f1de25990ffd9c18caf',63 'reference' => '932edfff3c41d330a58b813b9f7fb639e18d8666', 64 64 'type' => 'wordpress-plugin', 65 65 'install_path' => __DIR__ . '/../../../', -
widget-for-eventbrite-api/trunk/readme.txt
r3276212 r3278439 3 3 Tags: eventbrite, widget, events, eventbrite widget, eventbrite shortcode 4 4 Tested up to: 6.8 5 Stable tag: 6.2. 45 Stable tag: 6.2.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
r3276212 r3278439 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.2. 49 * Version: 6.2.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.2. 4' );44 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_VERSION', '6.2.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.