From a5ac041c5c814850c39b1cbab16b162ef4e80e2f Mon Sep 17 00:00:00 2001 From: Francois-Gomis Date: Thu, 12 Dec 2024 16:51:20 +0100 Subject: [PATCH] Core: change version and changelog --- CHANGELOG.md | 5 +++++ composer.json | 1 + src/AlmaSyliusPaymentPlugin.php | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9223d23..38ada84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +v2.1.0 +------ + +- Fix: CartBuilder fix call to member function getPath() on null + v2.0.0 ------ diff --git a/composer.json b/composer.json index d87c232..6119996 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,7 @@ { "name": "alma/sylius-payment-plugin", "type": "sylius-plugin", + "version": "2.1.0", "keywords": [ "alma", "buy now pay later", diff --git a/src/AlmaSyliusPaymentPlugin.php b/src/AlmaSyliusPaymentPlugin.php index 8b152a2..d48a05c 100644 --- a/src/AlmaSyliusPaymentPlugin.php +++ b/src/AlmaSyliusPaymentPlugin.php @@ -11,7 +11,7 @@ final class AlmaSyliusPaymentPlugin extends Bundle { - const VERSION = "2.0.0"; + const VERSION = "2.1.0"; use SyliusPluginTrait;