diff --git a/changelog.txt b/changelog.txt index b5126a3..73fbc1d 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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. diff --git a/gateway-payfast.php b/gateway-payfast.php index 6d82020..1bfbaea 100644 --- a/gateway-payfast.php +++ b/gateway-payfast.php @@ -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 @@ -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__ ) ) ); diff --git a/package-lock.json b/package-lock.json index f0b94fb..b85b9ee 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "woocommerce-gateway-payfast", - "version": "1.5.5", + "version": "1.5.6", "lockfileVersion": 2, "requires": true, "packages": { diff --git a/package.json b/package.json index 27f716e..8cda72f 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/readme.txt b/readme.txt index 5f6391f..6a10dcc 100644 --- a/readme.txt +++ b/readme.txt @@ -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 @@ -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.