From f80623fb8529833369356c707fc5dc26d72e851b Mon Sep 17 00:00:00 2001 From: ebbesmoeller Date: Wed, 23 Aug 2023 15:20:35 +0200 Subject: [PATCH] Tagging new release 1.0.3 --- CHANGELOG.md | 2 ++ Helper/Config.php | 2 +- composer.json | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c61282..01dbd83 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,4 +4,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [1.0.3] - 2023-08-23 - Implemented payment creation through the API, instead of posting to payment window. \ No newline at end of file diff --git a/Helper/Config.php b/Helper/Config.php index 67d8efa..742800d 100644 --- a/Helper/Config.php +++ b/Helper/Config.php @@ -30,7 +30,7 @@ class Config extends AbstractHelper { - const PLUGIN_VERSION = '1.0.2'; + const PLUGIN_VERSION = '1.0.3'; const MOBILE_PAY_CHECKOUT = 'mobilepay_checkout'; const LOGO_DIR = 'images/'; const MODULE_NAME = 'OnPay_Magento2'; diff --git a/composer.json b/composer.json index 45cc7b4..6c27fd1 100644 --- a/composer.json +++ b/composer.json @@ -1,6 +1,6 @@ { "name": "onpayio/magento2", - "version": "1.0.2", + "version": "1.0.3", "description": "OnPay Payment Method", "license": "MIT", "keywords": [