Skip to content

Commit

Permalink
Merge pull request #85 from woocommerce/version_bumb/1.4.22
Browse files Browse the repository at this point in the history
Bump version in preparation for 1.4.22 release
  • Loading branch information
alefesouza authored May 12, 2022
2 parents 9abb590 + 299afbd commit 4506535
Show file tree
Hide file tree
Showing 5 changed files with 100 additions and 99 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.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
4 changes: 2 additions & 2 deletions gateway-payfast.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Receive payments using the South African PayFast payments provider.
* Author: WooCommerce
* Author URI: http://woocommerce.com/
* Version: 1.4.21
* Version: 1.4.22
* Requires at least: 4.4
* Tested up to: 6.0
* WC tested up to: 6.4
Expand All @@ -16,7 +16,7 @@

defined( 'ABSPATH' ) || exit;

define( 'WC_GATEWAY_PAYFAST_VERSION', '1.4.21' ); // WRCS: DEFINED_VERSION.
define( 'WC_GATEWAY_PAYFAST_VERSION', '1.4.22' ); // 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
188 changes: 93 additions & 95 deletions 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.21",
"version": "1.4.22",
"license": "GPL-3.0",
"homepage": "https://wordpress.org/plugins/woocommerce-payfast-gateway/",
"repository": {
Expand Down
2 changes: 1 addition & 1 deletion 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.21
Stable tag: 1.4.22
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

Expand Down

0 comments on commit 4506535

Please sign in to comment.