From 539499361458f5a3728bc51bc3250847d632522a Mon Sep 17 00:00:00 2001 From: Vitalij Mik Date: Wed, 16 Oct 2024 15:39:44 +0200 Subject: [PATCH] NTR: bump plugin version for 6.6.7.0 (#866) 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 e3fdbb051..325d7fd40 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "kiener/mollie-payments-plugin", "description": "Mollie Payments", - "version": "v4.11.1", + "version": "v4.11.2", "type": "shopware-platform-plugin", "license": "MIT", "authors": [ diff --git a/composer.lock b/composer.lock index f8f33387e..b1ee09d92 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": "1ad514bc18600a464158354ca9bc2daa", + "content-hash": "38ecadc22e1c60f16344f40277cbe21b", "packages": [ { "name": "aws/aws-crt-php", @@ -62,16 +62,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.323.3", + "version": "3.324.3", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "9dec2a6453bdb32b3abeb475fc63b46ba1cbd996" + "reference": "018a692622175ad65ebefa3f6645e4e6208a11fe" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/9dec2a6453bdb32b3abeb475fc63b46ba1cbd996", - "reference": "9dec2a6453bdb32b3abeb475fc63b46ba1cbd996", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/018a692622175ad65ebefa3f6645e4e6208a11fe", + "reference": "018a692622175ad65ebefa3f6645e4e6208a11fe", "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.3" + "source": "https://github.com/aws/aws-sdk-php/tree/3.324.3" }, - "time": "2024-10-08T18:05:47+00:00" + "time": "2024-10-15T18:29:08+00:00" }, { "name": "brick/math", diff --git a/src/MolliePayments.php b/src/MolliePayments.php index 29c158dd9..e645335cf 100644 --- a/src/MolliePayments.php +++ b/src/MolliePayments.php @@ -20,7 +20,7 @@ class MolliePayments extends Plugin { - const PLUGIN_VERSION = '4.11.1'; + const PLUGIN_VERSION = '4.11.2'; /**