diff --git a/composer.json b/composer.json index 22c5cc1f4..4906519fb 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "kiener/mollie-payments-plugin", "description": "Mollie Payments", - "version": "v2.3.1", + "version": "v2.4.0", "type": "shopware-platform-plugin", "license": "MIT", "authors": [ diff --git a/composer.lock b/composer.lock index d9e4a6eb7..4017d2935 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": "e650f7d90578797e73558a1f5a1d6123", + "content-hash": "ddc480b5d76a1763128c7fa9d700efbc", "packages": [ { "name": "composer/ca-bundle", @@ -227,16 +227,16 @@ }, { "name": "aws/aws-sdk-php", - "version": "3.231.17", + "version": "3.232.4", "source": { "type": "git", "url": "https://github.com/aws/aws-sdk-php.git", - "reference": "d377e1b62b40a4d9e5d9c9387db7c539f28cb6df" + "reference": "c23943f845b4418d82b8a804ebc2b961de9f9eea" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/d377e1b62b40a4d9e5d9c9387db7c539f28cb6df", - "reference": "d377e1b62b40a4d9e5d9c9387db7c539f28cb6df", + "url": "https://api.github.com/repos/aws/aws-sdk-php/zipball/c23943f845b4418d82b8a804ebc2b961de9f9eea", + "reference": "c23943f845b4418d82b8a804ebc2b961de9f9eea", "shasum": "" }, "require": { @@ -313,9 +313,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.231.17" + "source": "https://github.com/aws/aws-sdk-php/tree/3.232.4" }, - "time": "2022-07-29T18:17:57+00:00" + "time": "2022-08-09T18:20:29+00:00" }, { "name": "brick/math", @@ -1704,16 +1704,16 @@ }, { "name": "doctrine/persistence", - "version": "2.5.3", + "version": "2.5.4", "source": { "type": "git", "url": "https://github.com/doctrine/persistence.git", - "reference": "d7edf274b6d35ad82328e223439cc2bb2f92bd9e" + "reference": "830c2ba42093e0e428eca37568ab36bd8008bc17" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/doctrine/persistence/zipball/d7edf274b6d35ad82328e223439cc2bb2f92bd9e", - "reference": "d7edf274b6d35ad82328e223439cc2bb2f92bd9e", + "url": "https://api.github.com/repos/doctrine/persistence/zipball/830c2ba42093e0e428eca37568ab36bd8008bc17", + "reference": "830c2ba42093e0e428eca37568ab36bd8008bc17", "shasum": "" }, "require": { @@ -1786,7 +1786,7 @@ ], "support": { "issues": "https://github.com/doctrine/persistence/issues", - "source": "https://github.com/doctrine/persistence/tree/2.5.3" + "source": "https://github.com/doctrine/persistence/tree/2.5.4" }, "funding": [ { @@ -1802,7 +1802,7 @@ "type": "tidelift" } ], - "time": "2022-05-03T09:16:53+00:00" + "time": "2022-08-06T22:06:57+00:00" }, { "name": "egulias/email-validator", @@ -2714,16 +2714,16 @@ }, { "name": "google/cloud-core", - "version": "v1.47.0", + "version": "v1.47.1", "source": { "type": "git", "url": "https://github.com/googleapis/google-cloud-php-core.git", - "reference": "a2ea4dc6fdfc990eeb2b197681661aca9ce212ad" + "reference": "14d856517d18b14754b364896b28210df2738df0" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/a2ea4dc6fdfc990eeb2b197681661aca9ce212ad", - "reference": "a2ea4dc6fdfc990eeb2b197681661aca9ce212ad", + "url": "https://api.github.com/repos/googleapis/google-cloud-php-core/zipball/14d856517d18b14754b364896b28210df2738df0", + "reference": "14d856517d18b14754b364896b28210df2738df0", "shasum": "" }, "require": { @@ -2773,9 +2773,9 @@ ], "description": "Google Cloud PHP shared dependency, providing functionality useful to all components.", "support": { - "source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.47.0" + "source": "https://github.com/googleapis/google-cloud-php-core/tree/v1.47.1" }, - "time": "2022-07-29T00:07:49+00:00" + "time": "2022-08-05T00:41:21+00:00" }, { "name": "google/cloud-storage", diff --git a/src/MolliePayments.php b/src/MolliePayments.php index 3bccf0084..c5b116c7b 100644 --- a/src/MolliePayments.php +++ b/src/MolliePayments.php @@ -20,7 +20,7 @@ class MolliePayments extends Plugin { - const PLUGIN_VERSION = '2.3.1'; + const PLUGIN_VERSION = '2.4.0'; /**