Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/release/1.5.9' into trunk
Browse files Browse the repository at this point in the history
  • Loading branch information
mattallan committed Sep 18, 2023
2 parents 8f6fde8 + 7e20492 commit 56e5378
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
6 changes: 6 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
*** PayFast Changelog ***

= 1.5.9 - 2023-09-18 =
* Dev - Bump WordPress "tested up to" version from 6.2 to 6.3.
* Dev - Bump WooCommerce "tested up to" version 7.9.
* Dev - Bump WooCommerce minimum supported version to 7.7.
* Dev - Bump PHP minimum supported version to 7.3.

= 1.5.8 - 2023-08-29 =
* Add - Admin notice if this extension is activated without WooCommerce.

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.5.8
* Version: 1.5.9
* Requires at least: 6.1
* Tested up to: 6.3
* Tested up to: 6.2
Expand All @@ -17,7 +17,7 @@

defined( 'ABSPATH' ) || exit;

define( 'WC_GATEWAY_PAYFAST_VERSION', '1.5.8' ); // WRCS: DEFINED_VERSION.
define( 'WC_GATEWAY_PAYFAST_VERSION', '1.5.9' ); // 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.5.8",
"version": "1.5.9",
"license": "GPL-3.0",
"homepage": "https://wordpress.org/plugins/woocommerce-payfast-gateway/",
"repository": {
Expand Down
8 changes: 7 additions & 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: 6.1
Tested up to: 6.3
Requires PHP: 7.3
Stable tag: 1.5.8
Stable tag: 1.5.9
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.5.9 - 2023-09-18 =
* Dev - Bump WordPress "tested up to" version from 6.2 to 6.3.
* Dev - Bump WooCommerce "tested up to" version 7.9.
* Dev - Bump WooCommerce minimum supported version to 7.7.
* Dev - Bump PHP minimum supported version to 7.3.

= 1.5.8 - 2023-08-29 =
* Add - Admin notice if this extension is activated without WooCommerce.

Expand Down

0 comments on commit 56e5378

Please sign in to comment.