Skip to content

Commit

Permalink
Merge pull request #146 from woocommerce/release/1.5.6
Browse files Browse the repository at this point in the history
Bump version to 1.5.6 and update changelog entries
  • Loading branch information
a-danae authored Jul 19, 2023
2 parents decbfbb + 1c717ca commit 2adf3eb
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 5 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.5.6 - 2023-07-19 =
* Fix - Include build directory.

= 1.5.5 - 2023-07-04 =
* Dev - Bump WooCommerce "tested up to" version 7.8.
* Dev - Bump WooCommerce minimum supported version from 6.8 to 7.2.
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.5
* Version: 1.5.6
* Requires at least: 6.1
* Tested up to: 6.2
* WC tested up to: 7.8
Expand All @@ -16,7 +16,7 @@

defined( 'ABSPATH' ) || exit;

define( 'WC_GATEWAY_PAYFAST_VERSION', '1.5.5' ); // WRCS: DEFINED_VERSION.
define( 'WC_GATEWAY_PAYFAST_VERSION', '1.5.6' ); // 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.5",
"version": "1.5.6",
"license": "GPL-3.0",
"homepage": "https://wordpress.org/plugins/woocommerce-payfast-gateway/",
"repository": {
Expand Down
5 changes: 4 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.2
Requires PHP: 7.2
Stable tag: 1.5.5
Stable tag: 1.5.6
License: GPLv3
License URI: https://www.gnu.org/licenses/gpl-3.0.html

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

== Changelog ==

= 1.5.6 - 2023-07-19 =
* Fix - Include build directory.

= 1.5.5 - 2023-07-04 =
* Dev - Bump WooCommerce "tested up to" version 7.8.
* Dev - Bump WooCommerce minimum supported version from 6.8 to 7.2.
Expand Down

0 comments on commit 2adf3eb

Please sign in to comment.