Skip to content

Commit

Permalink
Version 7.7.2 (#737) (#738)
Browse files Browse the repository at this point in the history
* Fixes notices being displayed on WordPress 6.7 due to loading translations too early. (#730)

* Remove unnecessary call to check if feature exists - fixes WP 6.7 compat

* Fix early translation calls in our privacy exporter/eraser class

* Register caching debug tools after init to fix translation issues

* Add changelog entry

* Update release PR workflow to use the selected branch instead of always using trunk

* Version 7.7.2

---------

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
3 people authored Nov 27, 2024
1 parent 2f07e05 commit 913bc76
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
4 changes: 3 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@

= 7.8.0 - xxxx-xx-xx =
* Fix - Use block theme-styled buttons for subscription and related-orders actions on My Account pages.
* Fix - Prevents notices being displayed on WordPress 6.7 due to loading translations too early.
* Update - Changed the link on the order thank-you page to take customers directly to their "My Account > Subscriptions" page.

= 7.7.2 - 2024-11-26 =
* Fix - Prevents notices being displayed on WordPress 6.7 due to loading translations too early.

= 7.7.1 - 2024-11-13 =
* Fix - Only show the individual subscription information in customer notification emails, not all subscriptions purchased in the initial order.
* Fix - Resolved issues with Customer Notification emails not being sent due to unsupported emoji used in the default email subject.
Expand Down
2 changes: 1 addition & 1 deletion includes/class-wc-subscriptions-core-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class WC_Subscriptions_Core_Plugin {
* The version of subscriptions-core library.
* @var string
*/
protected $library_version = '7.7.1'; // WRCS: DEFINED_VERSION.
protected $library_version = '7.7.2'; // WRCS: DEFINED_VERSION.

/**
* The subscription scheduler instance.
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"title": "WooCommerce Subscriptions Core",
"author": "Automattic",
"license": "GPL-3.0-or-later",
"version": "7.7.1",
"version": "7.7.2",
"description": "",
"homepage": "https://github.com/Automattic/woocommerce-subscriptions-core",
"main": "Gruntfile.js",
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-subscriptions-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@
* Author: Automattic
* Author URI: https://woocommerce.com/
* Requires WP: 5.6
* Version: 7.7.1
* Version: 7.7.2
*/

0 comments on commit 913bc76

Please sign in to comment.