From 32fc23b6b849706211971d255bf3dfe26b1c8e3f Mon Sep 17 00:00:00 2001 From: Siarhey Uchukhlebau Date: Thu, 29 Aug 2024 12:57:53 +0300 Subject: [PATCH] v1.3.0 --- composer.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/composer.json b/composer.json index 870d977..18134d3 100755 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "magento2-module", "require": { "magento/framework": ">=103.0.2 < 104", - "mageworx/module-seoredirects": ">= 2.6.12", + "mageworx/module-seoredirects": ">= 2.7.0", "magento/module-url-rewrite-graph-ql": ">= 100.4.2 < 101" }, "license": [ @@ -19,5 +19,5 @@ "MageWorx\\SeoRedirectsGraphQl\\": "" } }, - "version": "1.2.1" + "version": "1.3.0" }