Changeset 3276212
- Timestamp:
- 04/17/2025 09:30:30 PM (11 months ago)
- Location:
- widget-for-eventbrite-api
- Files:
-
- 2 deleted
- 16 edited
- 1 copied
-
tags/6.2.4 (copied) (copied from widget-for-eventbrite-api/trunk)
-
tags/6.2.4/changelog.txt (modified) (1 diff)
-
tags/6.2.4/includes/class-utilities.php (modified) (1 diff)
-
tags/6.2.4/includes/vendor/composer/autoload_classmap.php (modified) (1 diff)
-
tags/6.2.4/includes/vendor/composer/autoload_static.php (modified) (1 diff)
-
tags/6.2.4/includes/vendor/composer/installed.json (modified) (1 diff)
-
tags/6.2.4/includes/vendor/composer/installed.php (modified) (2 diffs)
-
tags/6.2.4/includes/vendor/gamajo (deleted)
-
tags/6.2.4/readme.txt (modified) (1 diff)
-
tags/6.2.4/widget-for-eventbrite-api.php (modified) (2 diffs)
-
trunk/changelog.txt (modified) (1 diff)
-
trunk/includes/class-utilities.php (modified) (1 diff)
-
trunk/includes/vendor/composer/autoload_classmap.php (modified) (1 diff)
-
trunk/includes/vendor/composer/autoload_static.php (modified) (1 diff)
-
trunk/includes/vendor/composer/installed.json (modified) (1 diff)
-
trunk/includes/vendor/composer/installed.php (modified) (2 diffs)
-
trunk/includes/vendor/gamajo (deleted)
-
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.2.4/changelog.txt
r3275158 r3276212 1 = 6.2.4 = 2 * Fix loop when specifying content=true in shortcode 3 1 4 = 6.2.3 = 2 Fix issues from WP6.8 fix5 * Fix issues from WP6.8 fix 3 6 4 7 = 6.2.2 = -
widget-for-eventbrite-api/tags/6.2.4/includes/class-utilities.php
r3275158 r3276212 853 853 */ 854 854 public function the_content() { 855 $content = get_the_content( );855 $content = get_the_content( null, false, $this->get_event() ); 856 856 $content = apply_filters( 'the_content', $content ); 857 857 $content = str_replace( ']]>', ']]>', $content ); -
widget-for-eventbrite-api/tags/6.2.4/includes/vendor/composer/autoload_classmap.php
r3156254 r3276212 8 8 return array( 9 9 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', 10 'Gamajo_Template_Loader' => $vendorDir . '/gamajo/template-loader/class-gamajo-template-loader.php',11 10 ); -
widget-for-eventbrite-api/tags/6.2.4/includes/vendor/composer/autoload_static.php
r3250726 r3276212 69 69 public static $classMap = array ( 70 70 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 71 'Gamajo_Template_Loader' => __DIR__ . '/..' . '/gamajo/template-loader/class-gamajo-template-loader.php',72 71 ); 73 72 -
widget-for-eventbrite-api/tags/6.2.4/includes/vendor/composer/installed.json
r3250726 r3276212 367 367 }, 368 368 { 369 "name": "gamajo/template-loader",370 "version": "dev-master",371 "version_normalized": "dev-master",372 "source": {373 "type": "git",374 "url": "https://github.com/GaryJones/Gamajo-Template-Loader.git",375 "reference": "05057216f60baebfc4939e1a2b9aae6e89d25c91"376 },377 "dist": {378 "type": "zip",379 "url": "https://api.github.com/repos/GaryJones/Gamajo-Template-Loader/zipball/05057216f60baebfc4939e1a2b9aae6e89d25c91",380 "reference": "05057216f60baebfc4939e1a2b9aae6e89d25c91",381 "shasum": ""382 },383 "require": {384 "php": ">=5.2.4"385 },386 "time": "2017-03-24T17:28:34+00:00",387 "type": "library",388 "installation-source": "dist",389 "autoload": {390 "classmap": [391 "class-gamajo-template-loader.php"392 ]393 },394 "license": [395 "GPL-2.0+"396 ],397 "authors": [398 {399 "name": "Gary Jones",400 "email": "gamajo@gamajo.com",401 "homepage": "http://gamajo.com",402 "role": "Developer"403 }404 ],405 "description": "A class for your WordPress plugin, to allow loading template parts with fallback through the child theme > parent theme > plugin",406 "homepage": "http://github.com/GaryJones/Gamajo-Template-Loader",407 "keywords": [408 "templates",409 "wordpress"410 ],411 "support": {412 "issues": "https://github.com/GaryJones/Gamajo-Template-Loader/issues",413 "source": "https://github.com/GaryJones/Gamajo-Template-Loader/tree/1.3.0"414 },415 "install-path": "../gamajo/template-loader"416 },417 {418 369 "name": "kriswallsmith/assetic", 419 370 "version": "v1.4.0", -
widget-for-eventbrite-api/tags/6.2.4/includes/vendor/composer/installed.php
r3250726 r3276212 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 8649d1a4e71cfd4e02404119229f3994e9965059',6 'reference' => '7e6d20ddfbfe7c1a24f52f1de25990ffd9c18caf', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../../', … … 61 61 'pretty_version' => 'dev-master', 62 62 'version' => 'dev-master', 63 'reference' => ' 8649d1a4e71cfd4e02404119229f3994e9965059',63 'reference' => '7e6d20ddfbfe7c1a24f52f1de25990ffd9c18caf', 64 64 'type' => 'wordpress-plugin', 65 65 'install_path' => __DIR__ . '/../../../', 66 'aliases' => array(),67 'dev_requirement' => false,68 ),69 'gamajo/template-loader' => array(70 'pretty_version' => 'dev-master',71 'version' => 'dev-master',72 'reference' => '05057216f60baebfc4939e1a2b9aae6e89d25c91',73 'type' => 'library',74 'install_path' => __DIR__ . '/../gamajo/template-loader',75 66 'aliases' => array(), 76 67 'dev_requirement' => false, -
widget-for-eventbrite-api/tags/6.2.4/readme.txt
r3275158 r3276212 3 3 Tags: eventbrite, widget, events, eventbrite widget, eventbrite shortcode 4 4 Tested up to: 6.8 5 Stable tag: 6.2. 35 Stable tag: 6.2.4 6 6 Requires PHP: 7.4 7 7 License: GPL-2.0-or-later -
widget-for-eventbrite-api/tags/6.2.4/widget-for-eventbrite-api.php
r3275158 r3276212 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. 39 * Version: 6.2.4 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. 3' );44 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_VERSION', '6.2.4' ); 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
r3275158 r3276212 1 = 6.2.4 = 2 * Fix loop when specifying content=true in shortcode 3 1 4 = 6.2.3 = 2 Fix issues from WP6.8 fix5 * Fix issues from WP6.8 fix 3 6 4 7 = 6.2.2 = -
widget-for-eventbrite-api/trunk/includes/class-utilities.php
r3275158 r3276212 853 853 */ 854 854 public function the_content() { 855 $content = get_the_content( );855 $content = get_the_content( null, false, $this->get_event() ); 856 856 $content = apply_filters( 'the_content', $content ); 857 857 $content = str_replace( ']]>', ']]>', $content ); -
widget-for-eventbrite-api/trunk/includes/vendor/composer/autoload_classmap.php
r3156254 r3276212 8 8 return array( 9 9 'Composer\\InstalledVersions' => $vendorDir . '/composer/InstalledVersions.php', 10 'Gamajo_Template_Loader' => $vendorDir . '/gamajo/template-loader/class-gamajo-template-loader.php',11 10 ); -
widget-for-eventbrite-api/trunk/includes/vendor/composer/autoload_static.php
r3250726 r3276212 69 69 public static $classMap = array ( 70 70 'Composer\\InstalledVersions' => __DIR__ . '/..' . '/composer/InstalledVersions.php', 71 'Gamajo_Template_Loader' => __DIR__ . '/..' . '/gamajo/template-loader/class-gamajo-template-loader.php',72 71 ); 73 72 -
widget-for-eventbrite-api/trunk/includes/vendor/composer/installed.json
r3250726 r3276212 367 367 }, 368 368 { 369 "name": "gamajo/template-loader",370 "version": "dev-master",371 "version_normalized": "dev-master",372 "source": {373 "type": "git",374 "url": "https://github.com/GaryJones/Gamajo-Template-Loader.git",375 "reference": "05057216f60baebfc4939e1a2b9aae6e89d25c91"376 },377 "dist": {378 "type": "zip",379 "url": "https://api.github.com/repos/GaryJones/Gamajo-Template-Loader/zipball/05057216f60baebfc4939e1a2b9aae6e89d25c91",380 "reference": "05057216f60baebfc4939e1a2b9aae6e89d25c91",381 "shasum": ""382 },383 "require": {384 "php": ">=5.2.4"385 },386 "time": "2017-03-24T17:28:34+00:00",387 "type": "library",388 "installation-source": "dist",389 "autoload": {390 "classmap": [391 "class-gamajo-template-loader.php"392 ]393 },394 "license": [395 "GPL-2.0+"396 ],397 "authors": [398 {399 "name": "Gary Jones",400 "email": "gamajo@gamajo.com",401 "homepage": "http://gamajo.com",402 "role": "Developer"403 }404 ],405 "description": "A class for your WordPress plugin, to allow loading template parts with fallback through the child theme > parent theme > plugin",406 "homepage": "http://github.com/GaryJones/Gamajo-Template-Loader",407 "keywords": [408 "templates",409 "wordpress"410 ],411 "support": {412 "issues": "https://github.com/GaryJones/Gamajo-Template-Loader/issues",413 "source": "https://github.com/GaryJones/Gamajo-Template-Loader/tree/1.3.0"414 },415 "install-path": "../gamajo/template-loader"416 },417 {418 369 "name": "kriswallsmith/assetic", 419 370 "version": "v1.4.0", -
widget-for-eventbrite-api/trunk/includes/vendor/composer/installed.php
r3250726 r3276212 4 4 'pretty_version' => 'dev-master', 5 5 'version' => 'dev-master', 6 'reference' => ' 8649d1a4e71cfd4e02404119229f3994e9965059',6 'reference' => '7e6d20ddfbfe7c1a24f52f1de25990ffd9c18caf', 7 7 'type' => 'wordpress-plugin', 8 8 'install_path' => __DIR__ . '/../../../', … … 61 61 'pretty_version' => 'dev-master', 62 62 'version' => 'dev-master', 63 'reference' => ' 8649d1a4e71cfd4e02404119229f3994e9965059',63 'reference' => '7e6d20ddfbfe7c1a24f52f1de25990ffd9c18caf', 64 64 'type' => 'wordpress-plugin', 65 65 'install_path' => __DIR__ . '/../../../', 66 'aliases' => array(),67 'dev_requirement' => false,68 ),69 'gamajo/template-loader' => array(70 'pretty_version' => 'dev-master',71 'version' => 'dev-master',72 'reference' => '05057216f60baebfc4939e1a2b9aae6e89d25c91',73 'type' => 'library',74 'install_path' => __DIR__ . '/../gamajo/template-loader',75 66 'aliases' => array(), 76 67 'dev_requirement' => false, -
widget-for-eventbrite-api/trunk/readme.txt
r3275158 r3276212 3 3 Tags: eventbrite, widget, events, eventbrite widget, eventbrite shortcode 4 4 Tested up to: 6.8 5 Stable tag: 6.2. 35 Stable tag: 6.2.4 6 6 Requires PHP: 7.4 7 7 License: GPL-2.0-or-later -
widget-for-eventbrite-api/trunk/widget-for-eventbrite-api.php
r3275158 r3276212 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. 39 * Version: 6.2.4 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. 3' );44 define( 'WIDGET_FOR_EVENTBRITE_API_PLUGIN_VERSION', '6.2.4' ); 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.