Skip to content

Commit

Permalink
Merge pull request #8 from onpayio/task/new_version
Browse files Browse the repository at this point in the history
Tagging new release 1.0.3
  • Loading branch information
ebbesmoeller authored Aug 23, 2023
2 parents 901f230 + f80623f commit 4127fc8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
2 changes: 1 addition & 1 deletion Helper/Config.php
Original file line number Diff line number Diff line change
Expand Up @@ -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';
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "onpayio/magento2",
"version": "1.0.2",
"version": "1.0.3",
"description": "OnPay Payment Method",
"license": "MIT",
"keywords": [
Expand Down

0 comments on commit 4127fc8

Please sign in to comment.