From 39a71aed9b1aaf8bc01ecec86f81c6a7fc9fc351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hannu=20Po=CC=88lo=CC=88nen?= Date: Thu, 17 Oct 2019 09:15:50 +0300 Subject: [PATCH] Revert versioning format to be semver compatible --- CHANGELOG.md | 2 +- Setup/UpgradeSchema.php | 2 +- etc/module.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) 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 @@ - +