diff --git a/composer.json b/composer.json
index cdd34631..3b8967af 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.1.11",
+ "adyen/integration-core": "1.1.12",
"ext-simplexml": "*"
},
"minimum-stability": "dev",
diff --git a/composer.lock b/composer.lock
index b53cdd98..53bf85e5 100644
--- a/composer.lock
+++ b/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": "f58316a2083a48313a2387ae2d853975",
+ "content-hash": "f7e1b34832a425d2556e80ad1983785c",
"packages": [
{
"name": "adyen/integration-core",
- "version": "1.1.11",
+ "version": "1.1.12",
"source": {
"type": "git",
"url": "git@github.com:Adyen/adyen-php-plugin-core.git",
- "reference": "32ce9a5fe2dee8843c1a8840580b6d4560fb58ce"
+ "reference": "b2d4113131e3c4c476758f37da3f10630d44d655"
},
"dist": {
"type": "zip",
- "url": "https://api.github.com/repos/Adyen/adyen-php-plugin-core/zipball/32ce9a5fe2dee8843c1a8840580b6d4560fb58ce",
- "reference": "32ce9a5fe2dee8843c1a8840580b6d4560fb58ce",
+ "url": "https://api.github.com/repos/Adyen/adyen-php-plugin-core/zipball/b2d4113131e3c4c476758f37da3f10630d44d655",
+ "reference": "b2d4113131e3c4c476758f37da3f10630d44d655",
"shasum": ""
},
"require": {
@@ -48,7 +48,7 @@
"proprietary"
],
"description": "Core Adyen integration library",
- "time": "2024-03-11T09:10:43+00:00"
+ "time": "2024-04-15T09:16:20+00:00"
},
{
"name": "adyen/php-webhook-module",
diff --git a/plugin.xml b/plugin.xml
index 7583ffb6..1e047b70 100644
--- a/plugin.xml
+++ b/plugin.xml
@@ -4,7 +4,7 @@
- 4.1.9
+ 4.1.10
Adyen
Adyen
https://adyen.com
@@ -725,4 +725,14 @@
* Fix Adyen button listeners on order details page
+
+
+ * Fix payment method disabling when plugin is uninstalled or payment method is deleted in plugin.
+ * Update core version to 1.1.12
+
+
+ * Fix payment method disabling when plugin is uninstalled or payment method is deleted in plugin.
+ * Update core version to 1.1.12
+
+