Skip to content
This repository has been archived by the owner on Jul 12, 2024. It is now read-only.

Commit

Permalink
Release 0.20.1
Browse files Browse the repository at this point in the history
  • Loading branch information
psealock committed Oct 13, 2019
1 parent 2ba8d76 commit bbf8366
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@woocommerce/admin-library",
"version": "0.20.0",
"version": "0.20.1",
"homepage": "https://woocommerce.github.io/woocommerce-admin/",
"repository": {
"type": "git",
Expand Down
5 changes: 5 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ Release and roadmap notes are available on the [WooCommerce Developers Blog](htt

== Changelog ==

= 0.20.1 2019-09-24 =

- Fix: use category lookup id instead of term taxonomy id (#3027)
- Fix: Update order stats table status index length. (#3022)

= 0.20.0 2019-09-24 =

- Dev: Fix issue #2992 (order number in orders panel) #2994
Expand Down
2 changes: 1 addition & 1 deletion src/FeaturePlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ protected function define_constants() {
$this->define( 'WC_ADMIN_PLUGIN_FILE', WC_ADMIN_ABSPATH . 'woocommerce-admin.php' );
// WARNING: Do not directly edit this version number constant.
// It is updated as part of the prebuild process from the package.json value.
$this->define( 'WC_ADMIN_VERSION_NUMBER', '0.20.0' );
$this->define( 'WC_ADMIN_VERSION_NUMBER', '0.20.1' );
}

/**
Expand Down
2 changes: 1 addition & 1 deletion woocommerce-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
* Author URI: https://woocommerce.com/
* Text Domain: woocommerce-admin
* Domain Path: /languages
* Version: 0.20.0
* Version: 0.20.1
* Requires at least: 5.2.0
* Requires PHP: 5.6.20
*
Expand Down

0 comments on commit bbf8366

Please sign in to comment.