Skip to content

Commit

Permalink
Bump version in preparation for 1.4.24 release (#97)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianyu28 authored Jul 19, 2022
1 parent 72ace9a commit 14e3e05
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 8 deletions.
3 changes: 3 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
*** PayFast Changelog ***

= 1.4.24 - 2022-07-19 =
* Fix - Subscription renewal payment failed issue in the production environment.

= 1.4.23 - 2022-07-05 =
* Add - Allow setup PayFast during onboarding.
* Add - Added support for customer subscription payment method change.
Expand Down
6 changes: 3 additions & 3 deletions gateway-payfast.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
* Description: Receive payments using the South African PayFast payments provider.
* Author: WooCommerce
* Author URI: http://woocommerce.com/
* Version: 1.4.23
* Version: 1.4.24
* Requires at least: 4.4
* Tested up to: 6.0
* WC tested up to: 6.6
* WC tested up to: 6.7
* WC requires at least: 2.6
*
*/
use Automattic\WooCommerce\Blocks\Payments\PaymentMethodRegistry;

defined( 'ABSPATH' ) || exit;

define( 'WC_GATEWAY_PAYFAST_VERSION', '1.4.23' ); // WRCS: DEFINED_VERSION.
define( 'WC_GATEWAY_PAYFAST_VERSION', '1.4.24' ); // WRCS: DEFINED_VERSION.
define( 'WC_GATEWAY_PAYFAST_URL', untrailingslashit( plugins_url( basename( plugin_dir_path( __FILE__ ) ), basename( __FILE__ ) ) ) );
define( 'WC_GATEWAY_PAYFAST_PATH', untrailingslashit( plugin_dir_path( __FILE__ ) ) );

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "woocommerce-gateway-payfast",
"title": "WooCommerce Gateway Payfast",
"version": "1.4.23",
"version": "1.4.24",
"license": "GPL-3.0",
"homepage": "https://wordpress.org/plugins/woocommerce-payfast-gateway/",
"repository": {
Expand Down
9 changes: 6 additions & 3 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Tags: credit card, payfast, payment request, woocommerce, automattic
Requires at least: 4.4
Tested up to: 6.0
Requires PHP: 5.6
Stable tag: 1.4.23
Stable tag: 1.4.24
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.4.24 - 2022-07-19 =
* Fix - Subscription renewal payment failed issue in the production environment.

= 1.4.23 - 2022-07-05 =
* Add - Allow setup PayFast during onboarding.
* Add - Added support for customer subscription payment method change.

= 1.4.22 - 2022-05-12 =
* Tweak - WP tested up to 6.0

= 1.4.21 - 2022-05-03 =
* Tweak - Bump tested up to WordPress version 5.9.

Expand Down

0 comments on commit 14e3e05

Please sign in to comment.