Skip to content

Commit

Permalink
Version 5.1.0 (#307)
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 Nov 24, 2022
1 parent 63377d7 commit 121ef4b
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
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 ***

= 5.1.0 - 2022-xx-xx =
= 5.1.0 - 2022-11-24 =
* Fix - Set payment tokens when copying data between orders and subscriptions in a CRUD compatible way. Fixes PHP notices during renewal order process.
* Fix - Infinite loop that can occur with `WCS_Orders_Table_Subscription_Data_Store::read_multiple()` on HPOS-enabled stores.
* Fix - On HPOS stores, when querying for subscriptions with wcs_get_orders_with_meta_query() with status 'any', ensure that wc_get_orders() queries for subscription statuses.
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 = '5.0.0'; // WRCS: DEFINED_VERSION.
protected $library_version = '5.1.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": "5.0.0",
"version": "5.1.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: 5.0.0
* Version: 5.1.0
*/

0 comments on commit 121ef4b

Please sign in to comment.