Skip to content

Commit

Permalink
Merge pull request #421 from moderntribe/release/5.0.3
Browse files Browse the repository at this point in the history
packaged version 5.0.3
  • Loading branch information
chanceaclark committed Apr 3, 2023
2 parents 6734bb3 + 92a76cc commit fed1786
Show file tree
Hide file tree
Showing 9 changed files with 27 additions and 17 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## [5.0.3]

### Fixed
- Resolved issue with categories and brands import, preventing infinite loop import on such steps

## [5.0.2]

### Added
Expand Down Expand Up @@ -1889,6 +1894,7 @@
in fact, reset postdata, so far as Gutenberg 3.2.0 is concerned.


[5.0.3]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/5.0.2...5.0.3
[5.0.2]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/5.0.1...5.0.2
[5.0.1]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/5.0.0...5.0.1
[5.0.0]: https://github.com/bigcommerce/bigcommerce-for-wordpress/compare/4.37.0...5.0.0
Expand Down
2 changes: 1 addition & 1 deletion bigcommerce.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
Plugin Name: BigCommerce for WordPress
Description: Scale your ecommerce business with WordPress on the front-end and BigCommerce on the back end. Free up server resources from things like catalog management, processing payments, and managing fulfillment logistics.
Author: BigCommerce
Version: 5.0.2
Version: 5.0.3
Author URI: https://www.bigcommerce.com/wordpress
Requires PHP: 7.4.0
Text Domain: bigcommerce
Expand Down
2 changes: 1 addition & 1 deletion build-timestamp.php
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<?php
define('BIGCOMMERCE_ASSETS_BUILD_TIMESTAMP', '3.41.03.24.2023');
define('BIGCOMMERCE_ASSETS_BUILD_TIMESTAMP', '5.19.04.03.2023');
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Contributors: bigcommerce, moderntribe, jbrinley, becomevocal, vincentlistrani,
Tags: ecommerce, online store, sell online, storefront, retail, online shop, bigcommerce, big commerce, e-commerce, physical products, buy buttons, commerce, shopping cart, checkout, cart, shop, headless commerce, shipping, payments, fulfillment
Requires at least: 5.2
Tested up to: 6.0.3
Stable tag: 5.0.2
Stable tag: 5.0.3
Requires PHP: 7.4.0
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Expand Down
4 changes: 4 additions & 0 deletions src/BigCommerce/Import/Processors/Term_Import.php
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,10 @@ public function run() {
$rest_fallback = true;

if ( empty( $terms ) ) {
do_action( 'bigcommerce/log', Error_Log::DEBUG, sprintf( __( 'Could not find terms for %s. Wrapping up step and go to the next one', 'bigcommerce' ), $this->taxonomy() ), [] );
$status->set_status( $this->completed_state() );
$this->clear_state();

return;
}
}
Expand Down
2 changes: 1 addition & 1 deletion src/BigCommerce/Plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace BigCommerce;

class Plugin {
const VERSION = '5.0.2';
const VERSION = '5.0.3';

protected static $_instance;

Expand Down
2 changes: 1 addition & 1 deletion vendor/autoload.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@

require_once __DIR__ . '/composer/autoload_real.php';

return ComposerAutoloaderInit9f56a5c2911017136344a43be2570fff::getLoader();
return ComposerAutoloaderInit56aad9c11d69d10a9df712a486bacc21::getLoader();
14 changes: 7 additions & 7 deletions vendor/composer/autoload_real.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

// autoload_real.php @generated by Composer

class ComposerAutoloaderInit9f56a5c2911017136344a43be2570fff
class ComposerAutoloaderInit56aad9c11d69d10a9df712a486bacc21
{
private static $loader;

Expand All @@ -19,15 +19,15 @@ public static function getLoader()
return self::$loader;
}

spl_autoload_register(array('ComposerAutoloaderInit9f56a5c2911017136344a43be2570fff', 'loadClassLoader'), true, true);
spl_autoload_register(array('ComposerAutoloaderInit56aad9c11d69d10a9df712a486bacc21', 'loadClassLoader'), true, true);
self::$loader = $loader = new \Composer\Autoload\ClassLoader();
spl_autoload_unregister(array('ComposerAutoloaderInit9f56a5c2911017136344a43be2570fff', 'loadClassLoader'));
spl_autoload_unregister(array('ComposerAutoloaderInit56aad9c11d69d10a9df712a486bacc21', 'loadClassLoader'));

$useStaticLoader = PHP_VERSION_ID >= 50600 && !defined('HHVM_VERSION') && (!function_exists('zend_loader_file_encoded') || !zend_loader_file_encoded());
if ($useStaticLoader) {
require_once __DIR__ . '/autoload_static.php';

call_user_func(\Composer\Autoload\ComposerStaticInit9f56a5c2911017136344a43be2570fff::getInitializer($loader));
call_user_func(\Composer\Autoload\ComposerStaticInit56aad9c11d69d10a9df712a486bacc21::getInitializer($loader));
} else {
$classMap = require __DIR__ . '/autoload_classmap.php';
if ($classMap) {
Expand All @@ -39,19 +39,19 @@ public static function getLoader()
$loader->register(true);

if ($useStaticLoader) {
$includeFiles = Composer\Autoload\ComposerStaticInit9f56a5c2911017136344a43be2570fff::$files;
$includeFiles = Composer\Autoload\ComposerStaticInit56aad9c11d69d10a9df712a486bacc21::$files;
} else {
$includeFiles = require __DIR__ . '/autoload_files.php';
}
foreach ($includeFiles as $fileIdentifier => $file) {
composerRequire9f56a5c2911017136344a43be2570fff($fileIdentifier, $file);
composerRequire56aad9c11d69d10a9df712a486bacc21($fileIdentifier, $file);
}

return $loader;
}
}

function composerRequire9f56a5c2911017136344a43be2570fff($fileIdentifier, $file)
function composerRequire56aad9c11d69d10a9df712a486bacc21($fileIdentifier, $file)
{
if (empty($GLOBALS['__composer_autoload_files'][$fileIdentifier])) {
require $file;
Expand Down
10 changes: 5 additions & 5 deletions vendor/composer/autoload_static.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace Composer\Autoload;

class ComposerStaticInit9f56a5c2911017136344a43be2570fff
class ComposerStaticInit56aad9c11d69d10a9df712a486bacc21
{
public static $files = array (
'5255c38a0faeba867671b61dfda6d864' => __DIR__ . '/..' . '/paragonie/random_compat/lib/random.php',
Expand Down Expand Up @@ -1184,10 +1184,10 @@ class ComposerStaticInit9f56a5c2911017136344a43be2570fff
public static function getInitializer(ClassLoader $loader)
{
return \Closure::bind(function () use ($loader) {
$loader->prefixLengthsPsr4 = ComposerStaticInit9f56a5c2911017136344a43be2570fff::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit9f56a5c2911017136344a43be2570fff::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit9f56a5c2911017136344a43be2570fff::$prefixesPsr0;
$loader->classMap = ComposerStaticInit9f56a5c2911017136344a43be2570fff::$classMap;
$loader->prefixLengthsPsr4 = ComposerStaticInit56aad9c11d69d10a9df712a486bacc21::$prefixLengthsPsr4;
$loader->prefixDirsPsr4 = ComposerStaticInit56aad9c11d69d10a9df712a486bacc21::$prefixDirsPsr4;
$loader->prefixesPsr0 = ComposerStaticInit56aad9c11d69d10a9df712a486bacc21::$prefixesPsr0;
$loader->classMap = ComposerStaticInit56aad9c11d69d10a9df712a486bacc21::$classMap;

}, null, ClassLoader::class);
}
Expand Down

0 comments on commit fed1786

Please sign in to comment.