Skip to content

Commit

Permalink
Product version bump update
Browse files Browse the repository at this point in the history
  • Loading branch information
luizreis committed Nov 25, 2020
1 parent 33ace54 commit a745950
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*** PayFast Changelog ***

= 1.4.17 - 2020-xx-xx =
= 1.4.17 - 2020-11-25 =
* Fix - Fix Object could not be converted to string when renewing a subscription.
* Tweak - WC tested up to 4.7
* Tweak - WP tested up to 5.6
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.16
* Version: 1.4.17
* Requires at least: 4.4
* Tested up to: 5.6
* WC tested up to: 4.7
Expand All @@ -23,7 +23,7 @@ function woocommerce_payfast_init() {
return;
}

define( 'WC_GATEWAY_PAYFAST_VERSION', '1.4.15' ); // WRCS: DEFINED_VERSION.
define( 'WC_GATEWAY_PAYFAST_VERSION', '1.4.17' ); // WRCS: DEFINED_VERSION.

require_once( plugin_basename( 'includes/class-wc-gateway-payfast.php' ) );
require_once( plugin_basename( 'includes/class-wc-gateway-payfast-privacy.php' ) );
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.16",
"version": "1.4.17",
"license": "GPL-3.0",
"homepage": "https://wordpress.org/plugins/woocommerce-payfast-gateway/",
"repository": {
Expand Down
4 changes: 2 additions & 2 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: 5.4
Requires PHP: 5.6
Stable tag: 1.4.16
Stable tag: 1.4.17
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.4.17 - 2020-xx-xx =
= 1.4.17 - 2020-11-25 =
* Fix - Fix Object could not be converted to string when renewing a subscription.
* Tweak - WC tested up to 4.7
* Tweak - WP tested up to 5.6
Expand Down

0 comments on commit a745950

Please sign in to comment.