From c046b5c8390e92cee9578be217ecfc02339dd10c Mon Sep 17 00:00:00 2001 From: Vitalij Mik Date: Wed, 9 Oct 2024 11:15:38 +0200 Subject: [PATCH] NTR: prepare hotfix (#861) Co-authored-by: Vitalij Mik --- composer.json | 2 +- composer.lock | 14 +++++++------- src/MolliePayments.php | 2 +- 3 files changed, 9 insertions(+), 9 deletions(-) diff --git a/composer.json b/composer.json index 2a375cbe5..e3fdbb051 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "kiener/mollie-payments-plugin", "description": "Mollie Payments", - "version": "v4.11.0", + "version": "v4.11.1", "type": "shopware-platform-plugin", "license": "MIT", "authors": [ diff --git a/composer.lock b/composer.lock index 5ebc31f1a..f8f33387e 100644 --- a/composer.lock +++ b/composer.lock @@ -4,7 +4,7 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "51fdaeaa91c6da463d3f4d1fe0071e51", + "content-hash": "1ad514bc18600a464158354ca9bc2daa", "packages": [ { "name": "aws/aws-crt-php", @@ -62,16 +62,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.323.2", + "version": "3.323.3", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "030b93340f0e7d6fd20276037087d3eab8f16575" + "reference": "9dec2a6453bdb32b3abeb475fc63b46ba1cbd996" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/030b93340f0e7d6fd20276037087d3eab8f16575", - "reference": "030b93340f0e7d6fd20276037087d3eab8f16575", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/9dec2a6453bdb32b3abeb475fc63b46ba1cbd996", + "reference": "9dec2a6453bdb32b3abeb475fc63b46ba1cbd996", "shasum": "" }, "require": { @@ -154,9 +154,9 @@ "support": { "forum": "https://forums.aws.amazon.com/forum.jspa?forumID=80", "issues": "https://github.com/aws/aws-sdk-php/issues", - "source": "https://github.com/aws/aws-sdk-php/tree/3.323.2" + "source": "https://github.com/aws/aws-sdk-php/tree/3.323.3" }, - "time": "2024-10-07T18:11:24+00:00" + "time": "2024-10-08T18:05:47+00:00" }, { "name": "brick/math", diff --git a/src/MolliePayments.php b/src/MolliePayments.php index cf9dab40f..29c158dd9 100644 --- a/src/MolliePayments.php +++ b/src/MolliePayments.php @@ -20,7 +20,7 @@ class MolliePayments extends Plugin { - const PLUGIN_VERSION = '4.11.0'; + const PLUGIN_VERSION = '4.11.1'; /**