Plugin Directory

Changeset 3278439


Ignore:
Timestamp:
04/21/2025 08:28:36 PM (11 months ago)
Author:
fullworks
Message:

Adding version 6.2.5

Location:
widget-for-eventbrite-api
Files:
2 added
8 edited
1 copied

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
    14= 6.2.4 =
    25* Fix loop when specifying content=true in shortcode
  • widget-for-eventbrite-api/tags/6.2.5/includes/vendor/composer/installed.php

    r3276212 r3278439  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '7e6d20ddfbfe7c1a24f52f1de25990ffd9c18caf',
     6        'reference' => '932edfff3c41d330a58b813b9f7fb639e18d8666',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../../',
     
    6161            'pretty_version' => 'dev-master',
    6262            'version' => 'dev-master',
    63             'reference' => '7e6d20ddfbfe7c1a24f52f1de25990ffd9c18caf',
     63            'reference' => '932edfff3c41d330a58b813b9f7fb639e18d8666',
    6464            'type' => 'wordpress-plugin',
    6565            'install_path' => __DIR__ . '/../../../',
  • widget-for-eventbrite-api/tags/6.2.5/readme.txt

    r3276212 r3278439  
    33Tags: eventbrite, widget, events, eventbrite widget, eventbrite shortcode
    44Tested up to: 6.8
    5 Stable tag: 6.2.4
     5Stable tag: 6.2.5
    66Requires PHP: 7.4
    77License: GPL-2.0-or-later
  • widget-for-eventbrite-api/tags/6.2.5/widget-for-eventbrite-api.php

    r3276212 r3278439  
    77 * Plugin URI:        https://fullworksplugins.com/products/widget-for-eventbrite/
    88 * Description:       Easily display Eventbrite events on your WordPress site
    9  * Version:           6.2.4
     9 * Version:           6.2.5
    1010 * Requires at least: 5.6
    1111 * Requires PHP:      7.4
     
    4242define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    4343define( 'WIDGET_FOR_EVENTBRITE_API_PLUGINS_TOP_DIR', plugin_dir_path( __DIR__ ) );
    44 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_VERSION', '6.2.4' );
     44define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_VERSION', '6.2.5' );
    4545// Include the plugin autoloader, so we can dynamically include the classes.
    4646require_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
    14= 6.2.4 =
    25* Fix loop when specifying content=true in shortcode
  • widget-for-eventbrite-api/trunk/includes/vendor/composer/installed.php

    r3276212 r3278439  
    44        'pretty_version' => 'dev-master',
    55        'version' => 'dev-master',
    6         'reference' => '7e6d20ddfbfe7c1a24f52f1de25990ffd9c18caf',
     6        'reference' => '932edfff3c41d330a58b813b9f7fb639e18d8666',
    77        'type' => 'wordpress-plugin',
    88        'install_path' => __DIR__ . '/../../../',
     
    6161            'pretty_version' => 'dev-master',
    6262            'version' => 'dev-master',
    63             'reference' => '7e6d20ddfbfe7c1a24f52f1de25990ffd9c18caf',
     63            'reference' => '932edfff3c41d330a58b813b9f7fb639e18d8666',
    6464            'type' => 'wordpress-plugin',
    6565            'install_path' => __DIR__ . '/../../../',
  • widget-for-eventbrite-api/trunk/readme.txt

    r3276212 r3278439  
    33Tags: eventbrite, widget, events, eventbrite widget, eventbrite shortcode
    44Tested up to: 6.8
    5 Stable tag: 6.2.4
     5Stable tag: 6.2.5
    66Requires PHP: 7.4
    77License: GPL-2.0-or-later
  • widget-for-eventbrite-api/trunk/widget-for-eventbrite-api.php

    r3276212 r3278439  
    77 * Plugin URI:        https://fullworksplugins.com/products/widget-for-eventbrite/
    88 * Description:       Easily display Eventbrite events on your WordPress site
    9  * Version:           6.2.4
     9 * Version:           6.2.5
    1010 * Requires at least: 5.6
    1111 * Requires PHP:      7.4
     
    4242define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_URL', plugin_dir_url( __FILE__ ) );
    4343define( 'WIDGET_FOR_EVENTBRITE_API_PLUGINS_TOP_DIR', plugin_dir_path( __DIR__ ) );
    44 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_VERSION', '6.2.4' );
     44define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_VERSION', '6.2.5' );
    4545// Include the plugin autoloader, so we can dynamically include the classes.
    4646require_once WIDGET_FOR_EVENTBRITE_API_PLUGIN_DIR . 'includes/vendor/autoload.php';
Note: See TracChangeset for help on using the changeset viewer.