From d77a98cfb339c4313184e2f8e9f4b65132e13684 Mon Sep 17 00:00:00 2001 From: Marija Date: Wed, 29 Jan 2025 15:47:36 +0100 Subject: [PATCH] Release version 5.2.8 --- 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 7b8ba946..13f7d037 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.7'; + $this->version = '5.2.8'; $this->author = $this->l('Adyen'); $this->need_instance = 0; diff --git a/src/composer.json b/src/composer.json index e4217979..b1cda410 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.5", "ext-simplexml": "*", "ext-openssl": "*" }, diff --git a/src/composer.lock b/src/composer.lock index 68e085d7..85cbdc17 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": "e299196a530532d62d4e87e21e0ba032", "packages": [ { "name": "adyen/integration-core", - "version": "dev-dev", + "version": "1.2.5", "source": { "type": "git", "url": "git@github.com:Adyen/adyen-php-plugin-core.git", - "reference": "44f53ed59d7899c100bffdbac35e5cb7a37cd271" + "reference": "4d34c51e2519293a60f9ec3b636d1bacc093028a" }, "dist": { "type": "zip", - "url": "https://api.github.com/repos/Adyen/adyen-php-plugin-core/zipball/44f53ed59d7899c100bffdbac35e5cb7a37cd271", - "reference": "44f53ed59d7899c100bffdbac35e5cb7a37cd271", + "url": "https://api.github.com/repos/Adyen/adyen-php-plugin-core/zipball/4d34c51e2519293a60f9ec3b636d1bacc093028a", + "reference": "4d34c51e2519293a60f9ec3b636d1bacc093028a", "shasum": "" }, "require": { @@ -48,7 +48,7 @@ "proprietary" ], "description": "Core Adyen integration library", - "time": "2025-01-23T14:43:51+00:00" + "time": "2025-01-29T14:37:05+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": {