Skip to content

Commit

Permalink
Merge pull request #92 from woocommerce/version_bumb/1.4.23
Browse files Browse the repository at this point in the history
Bump version in preparation for 1.4.23 release
  • Loading branch information
alefesouza authored Jul 6, 2022
2 parents f8d7690 + 6875e8d commit b26e6a2
Show file tree
Hide file tree
Showing 5 changed files with 3,728 additions and 20,924 deletions.
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
*** PayFast Changelog ***

= 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

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.22
* Version: 1.4.23
* Requires at least: 4.4
* Tested up to: 6.0
* WC tested up to: 6.4
* WC tested up to: 6.6
* WC requires at least: 2.6
*
*/
use Automattic\WooCommerce\Blocks\Payments\PaymentMethodRegistry;

defined( 'ABSPATH' ) || exit;

define( 'WC_GATEWAY_PAYFAST_VERSION', '1.4.22' ); // WRCS: DEFINED_VERSION.
define( 'WC_GATEWAY_PAYFAST_VERSION', '1.4.23' ); // 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
Loading

0 comments on commit b26e6a2

Please sign in to comment.