From d8cc66f156d3a76db193be2bbd69ba8fd52a682d Mon Sep 17 00:00:00 2001 From: Daniel Sloof Date: Tue, 16 Aug 2022 14:03:45 +0200 Subject: [PATCH] magento 2.4.3 should not use p1 version of adobe-stock-integration ``` $ composer show magento/product-community-edition name : magento/product-community-edition descrip. : eCommerce Platform for Growth (Community Edition) keywords : versions : * 2.4.3 ``` ``` $ composer show magento/adobe-stock-integration name : magento/adobe-stock-integration descrip. : Adobe Stock integration keywords : versions : * 2.1.2 ``` --- resource/history/magento/product-community-edition/2.4.3.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resource/history/magento/product-community-edition/2.4.3.json b/resource/history/magento/product-community-edition/2.4.3.json index d875a4f..23eb044 100644 --- a/resource/history/magento/product-community-edition/2.4.3.json +++ b/resource/history/magento/product-community-edition/2.4.3.json @@ -7,11 +7,11 @@ "dotmailer/dotmailer-magento2-extension-package": "4.12.0", "klarna/m2-payments": "8.3.2", "magento/adobe-ims": "2.1.2", - "magento/adobe-stock-integration": "2.1.2-p1", + "magento/adobe-stock-integration": "2.1.2", "magento/google-shopping-ads": "4.0.1", "paypal/module-braintree": "4.2.4", "temando/module-shipping": "2.0.0", "vertexinc/product-magento-module": "4.2.1", "yotpo/magento2-module-yotpo-reviews-bundle": "3.2.0" } -} \ No newline at end of file +}