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

Commit 07bf070

Browse files
Version 7.7.1 (#725)
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 0cdd81e commit 07bf070

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.7.1 - 2024-xx-xx =
3+
= 7.7.1 - 2024-11-13 =
44
* Fix - Only show the individual subscription information in customer notification emails, not all subscriptions purchased in the initial order.
55
* Fix - Resolved issues with Customer Notification emails not being sent due to unsupported emoji used in the default email subject.
66

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

0 commit comments

Comments
 (0)