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

Commit 5ba92ad

Browse files
Version 7.1.1 (#620)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 285154e commit 5ba92ad

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.1.1 - 2024-xx-xx =
3+
= 7.1.1 - 2024-05-09 =
44
* Fix - Resolved an issue that caused "WC_DateTime could not be converted to int" warnings to occur on non-hpos sites while editing a subscription.
55

66
= 7.1.0 - 2024-05-09 =

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.1.0'; // WRCS: DEFINED_VERSION.
19+
protected $library_version = '7.1.1'; // 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.1.0",
6+
"version": "7.1.1",
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.1.0
9+
* Version: 7.1.1
1010
*/

0 commit comments

Comments
 (0)