Skip to content

Commit 14e3e05

Browse files
authored
Bump version in preparation for 1.4.24 release (#97)
1 parent 72ace9a commit 14e3e05

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
*** PayFast Changelog ***
22

3+
= 1.4.24 - 2022-07-19 =
4+
* Fix - Subscription renewal payment failed issue in the production environment.
5+
36
= 1.4.23 - 2022-07-05 =
47
* Add - Allow setup PayFast during onboarding.
58
* Add - Added support for customer subscription payment method change.

gateway-payfast.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,18 +5,18 @@
55
* Description: Receive payments using the South African PayFast payments provider.
66
* Author: WooCommerce
77
* Author URI: http://woocommerce.com/
8-
* Version: 1.4.23
8+
* Version: 1.4.24
99
* Requires at least: 4.4
1010
* Tested up to: 6.0
11-
* WC tested up to: 6.6
11+
* WC tested up to: 6.7
1212
* WC requires at least: 2.6
1313
*
1414
*/
1515
use Automattic\WooCommerce\Blocks\Payments\PaymentMethodRegistry;
1616

1717
defined( 'ABSPATH' ) || exit;
1818

19-
define( 'WC_GATEWAY_PAYFAST_VERSION', '1.4.23' ); // WRCS: DEFINED_VERSION.
19+
define( 'WC_GATEWAY_PAYFAST_VERSION', '1.4.24' ); // WRCS: DEFINED_VERSION.
2020
define( 'WC_GATEWAY_PAYFAST_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
2121
define( 'WC_GATEWAY_PAYFAST_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );
2222

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "woocommerce-gateway-payfast",
33
"title": "WooCommerce Gateway Payfast",
4-
"version": "1.4.23",
4+
"version": "1.4.24",
55
"license": "GPL-3.0",
66
"homepage": "https://wordpress.org/plugins/woocommerce-payfast-gateway/",
77
"repository": {

readme.txt

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: credit card, payfast, payment request, woocommerce, automattic
44
Requires at least: 4.4
55
Tested up to: 6.0
66
Requires PHP: 5.6
7-
Stable tag: 1.4.23
7+
Stable tag: 1.4.24
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

@@ -38,13 +38,16 @@ If you get stuck, you can ask for help in the Plugin Forum.
3838

3939
== Changelog ==
4040

41+
= 1.4.24 - 2022-07-19 =
42+
* Fix - Subscription renewal payment failed issue in the production environment.
43+
4144
= 1.4.23 - 2022-07-05 =
4245
* Add - Allow setup PayFast during onboarding.
4346
* Add - Added support for customer subscription payment method change.
44-
47+
4548
= 1.4.22 - 2022-05-12 =
4649
* Tweak - WP tested up to 6.0
47-
50+
4851
= 1.4.21 - 2022-05-03 =
4952
* Tweak - Bump tested up to WordPress version 5.9.
5053

0 commit comments

Comments
 (0)