Skip to content
Open
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
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [3.8.7]
- Add support for MarketPay payment methods.
- Fix: Renewal/Recurring order status automatically changed to Processing.

## [3.8.6]
- Fix: Apple Pay orders are marked as Processing even when the payment fails.

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.6
* Version: 3.8.7
* Name: SDM_Altapay
* WC requires at least: 3.9.0
* WC tested up to: 10.4.3
* WC tested up to: 10.7.0
*
* @package Altapay
*/
Expand Down Expand Up @@ -41,7 +41,7 @@
}

if ( ! defined( 'ALTAPAY_PLUGIN_VERSION' ) ) {
define( 'ALTAPAY_PLUGIN_VERSION', '3.8.6' );
define( 'ALTAPAY_PLUGIN_VERSION', '3.8.7' );
}

// Include the autoloader, so we can dynamically include the rest of the classes.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
},
"require": {
"php": "^7.4 || ^8.0",
"altapay/api-php":"^3.0",
"altapay/api-php":"^3.5.9",
"eftec/bladeone":"^4.4",
"humbug/php-scoper": "0.17.5"
},
Expand Down
Loading
Loading