Skip to content

Commit 8304af6

Browse files
author
Brian Yu
authored
Bump version in preparation for 1.4.20 release (#60)
* Bump version in preparation for 1.4.20 release * Update WP, WC tested up to
1 parent 7d07413 commit 8304af6

File tree

5 files changed

+12
-9
lines changed

5 files changed

+12
-9
lines changed

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*** PayFast Changelog ***
22

3-
= 1.4.20 - 2021-xx-xx =
3+
= 1.4.20 - 2022-01-18 =
44
* Fix - Status toggle button not working as expected
55

66
= 1.4.19 - 2021-05-04 =

gateway-payfast.php

Lines changed: 4 additions & 4 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.19
8+
* Version: 1.4.20
99
* Requires at least: 4.4
10-
* Tested up to: 5.8.1
11-
* WC tested up to: 5.8.0
10+
* Tested up to: 5.8
11+
* WC tested up to: 6.1
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.19' ); // WRCS: DEFINED_VERSION.
19+
define( 'WC_GATEWAY_PAYFAST_VERSION', '1.4.20' ); // 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.19",
4+
"version": "1.4.20",
55
"license": "GPL-3.0",
66
"homepage": "https://wordpress.org/plugins/woocommerce-payfast-gateway/",
77
"repository": {

readme.txt

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
Contributors: woocommerce, automattic, royho, akeda, mattyza, bor0, woothemes, dwainm, laurendavissmith001
33
Tags: credit card, payfast, payment request, woocommerce, automattic
44
Requires at least: 4.4
5-
Tested up to: 5.6
5+
Tested up to: 5.8
66
Requires PHP: 5.6
7-
Stable tag: 1.4.19
7+
Stable tag: 1.4.20
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

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

3939
== Changelog ==
4040

41+
= 1.4.20 - 2022-01-18 =
42+
* Fix - Status toggle button not working as expected
43+
4144
= 1.4.19 - 2021-05-04 =
4245
* Add - support for the Cart and Checkout blocks included
4346
* Fix - Error notice from direct access to the order id property.

0 commit comments

Comments
 (0)