From 113e4513bdf60e51f4bf1d5c9c223cb651fe44c5 Mon Sep 17 00:00:00 2001 From: "David.Owusu" Date: Tue, 4 Aug 2020 12:45:06 +0200 Subject: [PATCH 1/4] [change] (MAGE2-323) Allow PHP 7.4 in composer json. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 36a4fa6..1b19572 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "magento2-module", "license": "Apache-2.0", "require": { - "php": "~7.1.3|~7.2.0|~7.3.0", + "php": "~7.1.3|~7.2.0|~7.3.0,~7.4.0", "heidelpay/heidelpay-php": ">=1.2.7.0 <1.3.0.0", "ext-json": "*" }, From 3bda87f32e27309cae14a154e488344aa18fcebb Mon Sep 17 00:00:00 2001 From: "David.Owusu" Date: Tue, 4 Aug 2020 12:59:22 +0200 Subject: [PATCH 2/4] [fix] (MAGE2-323) json syntax. --- composer.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/composer.json b/composer.json index 1b19572..be7afe3 100644 --- a/composer.json +++ b/composer.json @@ -4,7 +4,7 @@ "type": "magento2-module", "license": "Apache-2.0", "require": { - "php": "~7.1.3|~7.2.0|~7.3.0,~7.4.0", + "php": "~7.1.3|~7.2.0|~7.3.0|~7.4.0", "heidelpay/heidelpay-php": ">=1.2.7.0 <1.3.0.0", "ext-json": "*" }, From 981ddb7695f2aeff0bac6fc40878c0e26a958a5a Mon Sep 17 00:00:00 2001 From: "David.Owusu" Date: Tue, 11 Aug 2020 10:41:38 +0200 Subject: [PATCH 3/4] [change] (MAGE2-323) Update version and changelog. --- CHANGELOG.md | 5 ++++- etc/module.xml | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dc3708e..85d2583 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,12 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html). - +## [1.0.1][1.0.1] +### Added +* php 7.4 support. ## [1.0.0][1.0.0] ### Added * Initial release. [1.0.0]: https://github.com/heidelpay/magento2-merchant-gateway/tree/1.0.0 +[1.0.1]: https://github.com/heidelpay/magento2-merchant-gateway/compare/1.0.0..1.0.1 diff --git a/etc/module.xml b/etc/module.xml index f7955c0..a57503e 100644 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,7 +1,7 @@ - + From f07f42719300138364c3410232edadc2f363d4f4 Mon Sep 17 00:00:00 2001 From: "David.Owusu" Date: Tue, 11 Aug 2020 15:11:46 +0200 Subject: [PATCH 4/4] [change] (MAGE2-323) Update readme. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60c053e..b7ab4be 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Currently supported payment methods are: * Sofort ## SYSTEM REQUIREMENTS -This extension requires PHP 7.1, PHP 7.2 or PHP 7.3. +This extension requires PHP 7.1, PHP 7.2, PHP 7.3 or PHP 7.4. It also depends on the heidelpay/heidelpay-php SDK, which will be installed along with the plugin. Please refer to the additional requirements listed under https://docs.heidelpay.com/docs/system-requirements (et seq.).