diff --git a/CHANGELOG.md b/CHANGELOG.md index 882f8054d..bf2a9adee 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ All notable changes to this project will be documented in this file. This project adheres to Semantic Versioning. -### 4.0.0-rc1 (pre-release) +### 4.0.0-rc.1 (pre-release) * Introduce cache for Nosto product data to speedup the product tagging added to the product pages * Introduce Nosto product data change detection to avoid redundant API calls to Nosto * Utilize bulk operations for product updates diff --git a/Setup/UpgradeSchema.php b/Setup/UpgradeSchema.php index 7fbe6f9fd..cd67b5494 100755 --- a/Setup/UpgradeSchema.php +++ b/Setup/UpgradeSchema.php @@ -68,7 +68,7 @@ public function upgrade(SchemaSetupInterface $setup, ModuleContextInterface $con ); } - if (version_compare($fromVersion, '4.0.0-rc1', '<')) { + if (version_compare($fromVersion, '4.0.0-rc.1', '<')) { $this->createProductCacheTable($setup); if ($connection->isTableExists(self::PRODUCT_QUEUE_TABLE)) { $connection->dropTable(self::PRODUCT_QUEUE_TABLE); diff --git a/etc/module.xml b/etc/module.xml index c21cd0d83..2fbd3a38e 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -37,5 +37,5 @@ - +