Skip to content
This repository was archived by the owner on May 21, 2025. It is now read-only.

Commit 7eb1e26

Browse files
Version 7.3.0
1 parent bf871da commit 7eb1e26

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

changelog.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
*** WooCommerce Subscriptions Core Changelog ***
22

3-
= 7.3.0 - 2024-xx-xx =
3+
= 7.3.0 - 2024-07-16 =
44
* Fix - Label improvements on subscription and order page templates.
55
* Fix - Fixed an issue with subscriptions containing multiple renewal orders to mark a random item as processing, instead of the last order.
66
* Fix - Prevent errors from invalid subscription objects during customer payment method updates.

includes/class-wc-subscriptions-core-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ class WC_Subscriptions_Core_Plugin {
1616
* The version of subscriptions-core library.
1717
* @var string
1818
*/
19-
protected $library_version = '7.2.0'; // WRCS: DEFINED_VERSION.
19+
protected $library_version = '7.3.0'; // WRCS: DEFINED_VERSION.
2020

2121
/**
2222
* The subscription scheduler instance.

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
@@ -3,7 +3,7 @@
33
"title": "WooCommerce Subscriptions Core",
44
"author": "Automattic",
55
"license": "GPL-3.0-or-later",
6-
"version": "7.2.0",
6+
"version": "7.3.0",
77
"description": "",
88
"homepage": "https://github.com/Automattic/woocommerce-subscriptions-core",
99
"main": "Gruntfile.js",

woocommerce-subscriptions-core.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@
66
* Author: Automattic
77
* Author URI: https://woocommerce.com/
88
* Requires WP: 5.6
9-
* Version: 7.2.0
9+
* Version: 7.3.0
1010
*/

0 commit comments

Comments
 (0)