Skip to content

Commit

Permalink
Version 6.9.0 (#590)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Mar 28, 2024
1 parent b7ff045 commit baf7366
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion build/index.asset.php
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?php return array('dependencies' => array('wc-blocks-checkout', 'wc-price-format', 'wc-settings', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => '5386ce4810e198e8d50d4e1491067c34');
<?php return array('dependencies' => array('wc-blocks-checkout', 'wc-price-format', 'wc-settings', 'wp-element', 'wp-i18n', 'wp-plugins'), 'version' => 'b439c53b9fc89572bb98cb7ea362b3e0');
4 changes: 2 additions & 2 deletions build/index.js

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

2 changes: 1 addition & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
*** WooCommerce Subscriptions Core Changelog ***

= 6.9.0 - xxxx-xx-xx =
= 6.9.0 - 2024-03-28 =
* Fix - Resolved an issue where discounts, when reapplied to failed or manual subscription order payments, would incorrectly account for inclusive tax.
* Fix - Resolved an issue that could cause an empty error notice to appear on the My Account > Payment methods page when a customer attempted to delete a token used by subscriptions.
* Fix - Make sure we always clear the subscription object from cache after updating dates.
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 = '6.8.0'; // WRCS: DEFINED_VERSION.
protected $library_version = '6.9.0'; // 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": "6.8.0",
"version": "6.9.0",
"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: 6.8.0
* Version: 6.9.0
*/

0 comments on commit baf7366

Please sign in to comment.