Skip to content

Commit

Permalink
Merge pull request #98 from onpayio/task/new_version
Browse files Browse the repository at this point in the history
Tagging new release 1.0.36
  • Loading branch information
ebbesmoeller authored Sep 6, 2023
2 parents 48ff011 + 823882e commit 94e3f5c
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [1.0.36] - 2023-09-06
- Ensure proper type of card method logo list before looping it

## [1.0.35] - 2023-09-06
- Added ability to set language of created payments according to frontoffice language
- Performance optimization of payment creation.
Expand Down
5 changes: 4 additions & 1 deletion README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: onpay, gateway, payment, payment gateway, woocommerce, psp
Requires at least: 5.8
Tested up to: 6.3.1
Requires PHP: 7.2
Stable tag: 1.0.35
Stable tag: 1.0.36
License: MIT
License URI: https://mit-license.org/

Expand Down Expand Up @@ -34,6 +34,9 @@ Don't have an OnPay account yet? Order one through <a href="https://dandomain.d

== Changelog ==

= [1.0.36] =
Ensure proper type of card method logo list before looping it

= [1.0.35] =
Added ability to set language of created payments according to frontoffice language
Performance optimization of payment creation.
Expand Down
4 changes: 2 additions & 2 deletions woocommerce-onpay.php
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
* Author URI: https://onpay.io/
* Text Domain: wc-onpay
* Domain Path: /languages
* Version: 1.0.35
* Version: 1.0.36
**/

if ( ! defined( 'ABSPATH' ) ) {
Expand Down Expand Up @@ -63,7 +63,7 @@ function init_onpay() {
include_once __DIR__ . '/classes/gateway-paypal.php';

class WC_OnPay extends WC_Payment_Gateway {
const PLUGIN_VERSION = '1.0.35';
const PLUGIN_VERSION = '1.0.36';

const SETTING_ONPAY_GATEWAY_ID = 'gateway_id';
const SETTING_ONPAY_SECRET = 'secret';
Expand Down

0 comments on commit 94e3f5c

Please sign in to comment.