From c47e81a589548fda4fbe0a951be59fbac9d540aa Mon Sep 17 00:00:00 2001 From: Marija Date: Wed, 15 Jan 2025 10:31:59 +0100 Subject: [PATCH] Release version 5.2.7 CS-6379 --- src/adyenofficial.php | 2 +- src/composer.json | 2 +- src/composer.lock | 16 +++++++--------- 3 files changed, 9 insertions(+), 11 deletions(-) diff --git a/src/adyenofficial.php b/src/adyenofficial.php index 432c62b4..4420442e 100755 --- a/src/adyenofficial.php +++ b/src/adyenofficial.php @@ -46,7 +46,7 @@ public function __construct() { $this->name = 'adyenofficial'; $this->tab = 'payments_gateways'; - $this->version = '5.2.6'; + $this->version = '5.2.7'; $this->author = $this->l('Adyen'); $this->need_instance = 0; diff --git a/src/composer.json b/src/composer.json index e4217979..de84c912 100755 --- a/src/composer.json +++ b/src/composer.json @@ -40,7 +40,7 @@ "php": "^7.2|^7.4|^8.0", "ext-json": "*", "ext-zip": "*", - "adyen/integration-core": "dev-dev", + "adyen/integration-core": "1.2.3", "ext-simplexml": "*", "ext-openssl": "*" }, diff --git a/src/composer.lock b/src/composer.lock index f51797b8..c8ceb668 100755 --- a/src/composer.lock +++ b/src/composer.lock @@ -4,20 +4,20 @@ "Read more about it at https://getcomposer.org/doc/01-basic-usage.md#installing-dependencies", "This file is @generated automatically" ], - "content-hash": "c8ac8a46814761056cc992ffb3eec1bd", + "content-hash": "0b8e8cc111ebcbfd8fc063152f468b88", "packages": [ { "name": "adyen/integration-core", - "version": "dev-dev", + "version": "1.2.3", "source": { "type": "git", "url": "git@github.com:Adyen/adyen-php-plugin-core.git", - "reference": "009c47bdc483dbe459130adc33051e9f887093c7" + "reference": "e1496ef02285322b8c054828ae6969e669f0524e" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Adyen/adyen-php-plugin-core/zipball/009c47bdc483dbe459130adc33051e9f887093c7", - "reference": "009c47bdc483dbe459130adc33051e9f887093c7", + "url": "https://api.github.com/repos/Adyen/adyen-php-plugin-core/zipball/e1496ef02285322b8c054828ae6969e669f0524e", + "reference": "e1496ef02285322b8c054828ae6969e669f0524e", "shasum": "" }, "require": { @@ -48,7 +48,7 @@ "proprietary" ], "description": "Core Adyen integration library", - "time": "2025-01-09T12:37:43+00:00" + "time": "2025-01-15T09:24:24+00:00" }, { "name": "adyen/php-webhook-module", @@ -1519,9 +1519,7 @@ ], "aliases": [], "minimum-stability": "dev", - "stability-flags": { - "adyen/integration-core": 20 - }, + "stability-flags": [], "prefer-stable": true, "prefer-lowest": false, "platform": {