From 075bddfd3e21c6b52e39474462bd52e6a23654b3 Mon Sep 17 00:00:00 2001 From: Vitalij Mik Date: Mon, 4 Sep 2023 14:35:55 +0200 Subject: [PATCH] NTR: update to version 4.1.0 (#616) Co-authored-by: Vitalij Mik --- composer.json | 2 +- composer.lock | 4 ++-- src/MolliePayments.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/composer.json b/composer.json index 7882b80f4..bd114ce88 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "kiener/mollie-payments-plugin", "description": "Mollie Payments", - "version": "v4.0.0", + "version": "v4.1.0", "type": "shopware-platform-plugin", "license": "MIT", "authors": [ diff --git a/composer.lock b/composer.lock index dce621fda..c97289de9 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": "d3acf337bdfdaab87a228a9909599c7f", + "content-hash": "2ffbf5f15690099f310448e96e981166", "packages": [ { "name": "composer/ca-bundle", @@ -15043,5 +15043,5 @@ "ext-curl": "*" }, "platform-dev": [], - "plugin-api-version": "2.3.0" + "plugin-api-version": "2.6.0" } diff --git a/src/MolliePayments.php b/src/MolliePayments.php index 6799d7c24..979da2859 100644 --- a/src/MolliePayments.php +++ b/src/MolliePayments.php @@ -24,7 +24,7 @@ class MolliePayments extends Plugin { - const PLUGIN_VERSION = '4.0.0'; + const PLUGIN_VERSION = '4.1.0'; /**