From 3e3718fea466f96b9e82b5f554bd66c750d8b54d Mon Sep 17 00:00:00 2001 From: Aleksandar Sasa Boljanovic Date: Tue, 28 Nov 2023 14:52:46 +0100 Subject: [PATCH] Release 4.0.4 --- composer.json | 2 +- composer.lock | 24 ++++++++++++------------ plugin.xml | 18 +++++++++++++++++- 3 files changed, 30 insertions(+), 14 deletions(-) diff --git a/composer.json b/composer.json index 54458c2e..4f178750 100644 --- a/composer.json +++ b/composer.json @@ -32,7 +32,7 @@ "php": "^7.2|^7.4|^8.0", "ext-json": "*", "ext-zip": "*", - "adyen/integration-core": "1.0.4", + "adyen/integration-core": "1.0.7", "ext-simplexml": "*" }, "minimum-stability": "dev", diff --git a/composer.lock b/composer.lock index fbfe5a4f..b3c242a7 100644 --- a/composer.lock +++ b/composer.lock @@ -4,24 +4,24 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "77f7b72eeb34bb9558a48200fe6e52d1", + "content-hash": "0dc1c93f48a65d3f6d8f1b7f333d9259", "packages": [ { "name": "adyen/integration-core", - "version": "1.0.4", + "version": "1.0.7", "source": { "type": "git", "url": "git@github.com:Adyen/adyen-php-plugin-core.git", - "reference": "caf90c37d782550006cc2197c9b3151779f365ad" + "reference": "f1e2a776608b4ad3934645197031e2db010c5f8a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Adyen/adyen-php-plugin-core/zipball/caf90c37d782550006cc2197c9b3151779f365ad", - "reference": "caf90c37d782550006cc2197c9b3151779f365ad", + "url": "https://api.github.com/repos/Adyen/adyen-php-plugin-core/zipball/f1e2a776608b4ad3934645197031e2db010c5f8a", + "reference": "f1e2a776608b4ad3934645197031e2db010c5f8a", "shasum": "" }, "require": { - "adyen/php-webhook-module": "0.1.0", + "adyen/php-webhook-module": "0.2.0", "ext-ctype": "*", "ext-json": "*", "php": ">=7.2" @@ -48,20 +48,20 @@ "proprietary" ], "description": "Core Adyen integration library", - "time": "2023-11-02T11:21:31+00:00" + "time": "2023-11-28T10:25:27+00:00" }, { "name": "adyen/php-webhook-module", - "version": "0.1.0", + "version": "0.2.0", "source": { "type": "git", "url": "git@github.com:logeecom/adyen-php-webhook-module.git", - "reference": "0ab11cbccbd0ee187fb6f4f643e4cf8747f938ac" + "reference": "0b94d935c98b8e91a4c6f5586657ed1de71bbd9d" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/logeecom/adyen-php-webhook-module/zipball/0ab11cbccbd0ee187fb6f4f643e4cf8747f938ac", - "reference": "0ab11cbccbd0ee187fb6f4f643e4cf8747f938ac", + "url": "https://api.github.com/repos/logeecom/adyen-php-webhook-module/zipball/0b94d935c98b8e91a4c6f5586657ed1de71bbd9d", + "reference": "0b94d935c98b8e91a4c6f5586657ed1de71bbd9d", "shasum": "" }, "require": { @@ -91,7 +91,7 @@ } ], "description": "Webhook module for Adyen Payment Integrations", - "time": "2023-01-23T12:47:14+00:00" + "time": "2023-11-27T12:06:55+00:00" } ], "packages-dev": [], diff --git a/plugin.xml b/plugin.xml index 7e9456f8..8c7f8671 100644 --- a/plugin.xml +++ b/plugin.xml @@ -4,7 +4,7 @@ - 4.0.3 + 4.0.4 Adyen Adyen https://adyen.com @@ -497,4 +497,20 @@ * Update core to version 1.0.4 + + + * Update core to version 1.0.7 + * Add retry mechanism when checking if order exists in OrderUpdate task + * Fix Transaction details when payment code is invalid + * Refactor message when unsupported webhook event code is processed + * Add compatability for HTTP Authorisation with PHP in CGI-mode + + + * Update core to version 1.0.7 + * Add retry mechanism when checking if order exists in OrderUpdate task + * Fix Transaction details when payment code is invalid + * Refactor message when unsupported webhook event code is processed + * Add compatability for HTTP Authorisation with PHP in CGI-mode + +