From 7cd08d525d3e6cf2b4d108cac943a9eb1000fd36 Mon Sep 17 00:00:00 2001 From: Christian Date: Tue, 10 Jan 2023 12:52:17 +0100 Subject: [PATCH] NTR: Release 3.4.0 (#491) --- 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 72e619330..449109dba 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "kiener/mollie-payments-plugin", "description": "Mollie Payments", - "version": "v3.3.0", + "version": "v3.4.0", "type": "shopware-platform-plugin", "license": "MIT", "authors": [ diff --git a/composer.lock b/composer.lock index a8644809b..2b7870652 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": "6c435bdc5519f5125e717e5d24dbd6ca", + "content-hash": "871646d578abb84950521ba28b17dfd9", "packages": [ { "name": "composer/ca-bundle", @@ -227,16 +227,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.255.9", + "version": "3.256.0", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "a001ab98b9e76a6f5cae327b3316b08fab37a296" + "reference": "99d254413e0b4899feb53d4ad373fc630a9e089a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/a001ab98b9e76a6f5cae327b3316b08fab37a296", - "reference": "a001ab98b9e76a6f5cae327b3316b08fab37a296", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/99d254413e0b4899feb53d4ad373fc630a9e089a", + "reference": "99d254413e0b4899feb53d4ad373fc630a9e089a", "shasum": "" }, "require": { @@ -315,9 +315,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.255.9" + "source": "https://github.com/aws/aws-sdk-php/tree/3.256.0" }, - "time": "2023-01-04T19:24:09+00:00" + "time": "2023-01-09T19:23:53+00:00" }, { "name": "boxblinkracer/phpunuhi", diff --git a/src/MolliePayments.php b/src/MolliePayments.php index 1addcaa0b..34376dcba 100644 --- a/src/MolliePayments.php +++ b/src/MolliePayments.php @@ -19,7 +19,7 @@ class MolliePayments extends Plugin { - const PLUGIN_VERSION = '3.3.0'; + const PLUGIN_VERSION = '3.4.0'; /**