Skip to content

Commit 32f8337

Browse files
authored
Merge pull request #125 from AltaPay/add-checkout-v2-support
Add checkout v2 support
2 parents 34280ae + 0b2af70 commit 32f8337

9 files changed

Lines changed: 419 additions & 158 deletions

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [3.8.4]
5+
- Add support for Checkout Design v2.
6+
47
## [3.8.3]
58
- Fix: Unable to refund orders that contain deleted products.
69
- Avoid unnecessary extra API calls in the daily flow.

altapay.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
* Author URI: https://altapay.com
88
* Text Domain: altapay
99
* Domain Path: /languages
10-
* Version: 3.8.3
10+
* Version: 3.8.4
1111
* Name: SDM_Altapay
1212
* WC requires at least: 3.9.0
13-
* WC tested up to: 10.1.2
13+
* WC tested up to: 10.2.1
1414
*
1515
* @package Altapay
1616
*/
@@ -41,7 +41,7 @@
4141
}
4242

4343
if ( ! defined( 'ALTAPAY_PLUGIN_VERSION' ) ) {
44-
define( 'ALTAPAY_PLUGIN_VERSION', '3.8.3' );
44+
define( 'ALTAPAY_PLUGIN_VERSION', '3.8.4' );
4545
}
4646

4747
// Include the autoloader, so we can dynamically include the rest of the classes.

0 commit comments

Comments
 (0)