From 67a68ef679b3ac9fca5b579b632c26732b5bf3b8 Mon Sep 17 00:00:00 2001 From: Mario Lorenz Date: Fri, 21 Jun 2024 14:49:37 +0200 Subject: [PATCH] Release --- CHANGELOG.md | 2 +- src/Core/Module.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0c39ddc..c0e2ecf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/). -## [1.1.6] - 2024-??-?? +## [1.1.6] - 2024-06-21 - add new Webhookhandler "refund failed" & "report available" - Fix that Captured is shown two times in order history and therefore refundable amount is wrong diff --git a/src/Core/Module.php b/src/Core/Module.php index 9f74f3f..61a5739 100644 --- a/src/Core/Module.php +++ b/src/Core/Module.php @@ -13,7 +13,7 @@ final class Module { public const MODULE_NAME_DE = 'Adyen Payment für OXID'; public const MODULE_NAME_EN = 'Adyen Payment for OXID'; - public const MODULE_VERSION = '1.1.6-rc.1'; + public const MODULE_VERSION = '1.1.6'; public const MODULE_VERSION_FULL = self::MODULE_VERSION . ' SDK-Version ' . self::ADYEN_SDK_VERSION; public const MODULE_PLATFORM_NAME = 'OXID'; public const MODULE_PLATFORM_VERSION = '1.0';