Skip to content

Commit

Permalink
Merge pull request #104 from onpayio/task/new_version
Browse files Browse the repository at this point in the history
Tagging new release 1.0.37
  • Loading branch information
ebbesmoeller authored Jan 17, 2024
2 parents 177d27b + dd30539 commit b6f0df0
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ 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.37] - 2024-01-17
- Take adjusted total amounts into account on available amounts for capture
- Added general platform that identifies the pluin with the API.
- Shifted declineURL order reference to wc_order key instead of onpay reference.
Expand Down
7 changes: 6 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.36
Stable tag: 1.0.37
License: MIT
License URI: https://mit-license.org/

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

== Changelog ==

= [1.0.37] =
Take adjusted total amounts into account on available amounts for capture
Added general platform that identifies the pluin with the API.
Shifted declineURL order reference to wc_order key instead of onpay reference.

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

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.36
* Version: 1.0.37
**/

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.36';
const PLUGIN_VERSION = '1.0.37';

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

0 comments on commit b6f0df0

Please sign in to comment.