Skip to content

Commit 7bd11a3

Browse files
authored
Merge pull request #123 from woocommerce/release/1.5.1
Bump versions in preparation for 1.5.1 release
2 parents 040c1af + 7bf2db5 commit 7bd11a3

File tree

5 files changed

+24
-6
lines changed

5 files changed

+24
-6
lines changed

changelog.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
*** PayFast Changelog ***
22

3+
= 1.5.1 - 2023-02-28 =
4+
* Update – Payfast logo and text references to meet their new branding guidelines.
5+
* Tweak – Bump WooCommerce “Tested up to” to 7.3.
6+
* Tweak – Bump WooCommerce tested up to 7.3.0.
7+
* Dev – Bump @sideway/formula from 3.0.0 to 3.0.1.
8+
* Dev – Resolved linting issues.
9+
* Dev – Bump json5 from 1.0.1 to 1.0.2.
10+
* Dev – Bump loader-utils from 1.4.0 to 1.4.2.
11+
312
= 1.5.0 - 2022-12-06 =
413
* Add – Support for High-performance Order Storage (“HPOS”) (formerly known as Custom Order Tables, “COT”).
514
* Dev – Update node version from 12.0.0 to 16.13.0.

gateway-payfast.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
* Description: Receive payments using the South African Payfast payments provider.
66
* Author: WooCommerce
77
* Author URI: http://woocommerce.com/
8-
* Version: 1.5.0
8+
* Version: 1.5.1
99
* Requires at least: 5.6
1010
* Tested up to: 6.1
1111
* WC tested up to: 7.3.0
@@ -16,7 +16,7 @@
1616

1717
defined( 'ABSPATH' ) || exit;
1818

19-
define( 'WC_GATEWAY_PAYFAST_VERSION', '1.5.0' ); // WRCS: DEFINED_VERSION.
19+
define( 'WC_GATEWAY_PAYFAST_VERSION', '1.5.1' ); // 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: 2 additions & 2 deletions
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.5.0",
4+
"version": "1.5.1",
55
"license": "GPL-3.0",
66
"homepage": "https://wordpress.org/plugins/woocommerce-payfast-gateway/",
77
"repository": {

readme.txt

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Tags: credit card, payfast, payment request, woocommerce, automattic
44
Requires at least: 5.6
55
Tested up to: 6.1
66
Requires PHP: 7.0
7-
Stable tag: 1.5.0
7+
Stable tag: 1.5.1
88
License: GPLv3
99
License URI: https://www.gnu.org/licenses/gpl-3.0.html
1010

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

3939
== Changelog ==
4040

41+
= 1.5.1 - 2023-02-28 =
42+
* Update – Payfast logo and text references to meet their new branding guidelines.
43+
* Tweak – Bump WooCommerce “Tested up to” to 7.3.
44+
* Tweak – Bump WooCommerce tested up to 7.3.0.
45+
* Dev – Bump @sideway/formula from 3.0.0 to 3.0.1.
46+
* Dev – Resolved linting issues.
47+
* Dev – Bump json5 from 1.0.1 to 1.0.2.
48+
* Dev – Bump loader-utils from 1.4.0 to 1.4.2.
49+
4150
= 1.5.0 - 2022-12-06 =
4251
* Add – Support for High-performance Order Storage (“HPOS”) (formerly known as Custom Order Tables, “COT”).
4352
* Dev – Update node version from 12.0.0 to 16.13.0.

0 commit comments

Comments
 (0)