Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.8.4]
- Add support for Checkout Design v2.

## [3.8.3]
- Fix: Unable to refund orders that contain deleted products.
- Avoid unnecessary extra API calls in the daily flow.
Expand Down
6 changes: 3 additions & 3 deletions altapay.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@
* Author URI: https://altapay.com
* Text Domain: altapay
* Domain Path: /languages
* Version: 3.8.3
* Version: 3.8.4
* Name: SDM_Altapay
* WC requires at least: 3.9.0
* WC tested up to: 10.1.2
* WC tested up to: 10.2.1
*
* @package Altapay
*/
Expand Down Expand Up @@ -41,7 +41,7 @@
}

if ( ! defined( 'ALTAPAY_PLUGIN_VERSION' ) ) {
define( 'ALTAPAY_PLUGIN_VERSION', '3.8.3' );
define( 'ALTAPAY_PLUGIN_VERSION', '3.8.4' );
}

// Include the autoloader, so we can dynamically include the rest of the classes.
Expand Down
Loading