WooCommerce - Version 3.5.3

Version Description

  • 2018-12-20 =
  • Fix - Fix orders list in the admin after a change introduced in WordPress 5.0.2. #22273
Download this release

Release Info

Developer claudiosanches
Plugin Icon 128x128 WooCommerce
Version 3.5.3
Comparing to
See all releases

Code changes from version 3.5.2 to 3.5.3

i18n/languages/woocommerce.pot CHANGED
@@ -2,9 +2,9 @@
2
  # This file is distributed under the same license as the WooCommerce package.
3
  msgid ""
4
  msgstr ""
5
- "Project-Id-Version: WooCommerce 3.5.2\n"
6
  "Report-Msgid-Bugs-To: https://github.com/woocommerce/woocommerce/issues\n"
7
- "POT-Creation-Date: 2018-11-29 16:46:44+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
2
  # This file is distributed under the same license as the WooCommerce package.
3
  msgid ""
4
  msgstr ""
5
+ "Project-Id-Version: WooCommerce 3.5.3\n"
6
  "Report-Msgid-Bugs-To: https://github.com/woocommerce/woocommerce/issues\n"
7
+ "POT-Creation-Date: 2018-12-20 15:33:23+00:00\n"
8
  "MIME-Version: 1.0\n"
9
  "Content-Type: text/plain; charset=utf-8\n"
10
  "Content-Transfer-Encoding: 8bit\n"
includes/admin/list-tables/class-wc-admin-list-table-orders.php CHANGED
@@ -796,7 +796,7 @@ class WC_Admin_List_Table_Orders extends WC_Admin_List_Table {
796
  }
797
 
798
  // Status.
799
- if ( ! isset( $query_vars['post_status'] ) ) {
800
  $post_statuses = wc_get_order_statuses();
801
 
802
  foreach ( $post_statuses as $status => $value ) {
796
  }
797
 
798
  // Status.
799
+ if ( empty( $query_vars['post_status'] ) ) {
800
  $post_statuses = wc_get_order_statuses();
801
 
802
  foreach ( $post_statuses as $status => $value ) {
includes/class-woocommerce.php CHANGED
@@ -20,7 +20,7 @@ final class WooCommerce {
20
  *
21
  * @var string
22
  */
23
- public $version = '3.5.2';
24
 
25
  /**
26
  * The single instance of the class.
20
  *
21
  * @var string
22
  */
23
+ public $version = '3.5.3';
24
 
25
  /**
26
  * The single instance of the class.
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: automattic, mikejolley, jameskoster, claudiosanches, claudiulodro,
3
  Tags: ecommerce, e-commerce, store, sales, sell, shop, cart, checkout, downloadable, downloads, paypal, storefront, woo commerce
4
  Requires at least: 4.7
5
  Tested up to: 5.0
6
- Stable tag: 3.5.2
7
  License: GPLv3
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
@@ -158,6 +158,9 @@ Yes you can! Join in on our [GitHub repository](https://github.com/woocommerce/w
158
 
159
  == Changelog ==
160
 
 
 
 
161
  = 3.5.2 - 2018-11-29 =
162
  * Enhancement - Added compatibility for Twenty Nineteen theme. #21970
163
  * Update - Prepare WooCommerce for PHP 7.3. #22009
3
  Tags: ecommerce, e-commerce, store, sales, sell, shop, cart, checkout, downloadable, downloads, paypal, storefront, woo commerce
4
  Requires at least: 4.7
5
  Tested up to: 5.0
6
+ Stable tag: 3.5.3
7
  License: GPLv3
8
  License URI: https://www.gnu.org/licenses/gpl-3.0.html
9
 
158
 
159
  == Changelog ==
160
 
161
+ = 3.5.3 - 2018-12-20 =
162
+ * Fix - Fix orders list in the admin after a change introduced in WordPress 5.0.2. #22273
163
+
164
  = 3.5.2 - 2018-11-29 =
165
  * Enhancement - Added compatibility for Twenty Nineteen theme. #21970
166
  * Update - Prepare WooCommerce for PHP 7.3. #22009
woocommerce.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: WooCommerce
4
  * Plugin URI: https://woocommerce.com/
5
  * Description: An eCommerce toolkit that helps you sell anything. Beautifully.
6
- * Version: 3.5.2
7
  * Author: Automattic
8
  * Author URI: https://woocommerce.com
9
  * Text Domain: woocommerce
3
  * Plugin Name: WooCommerce
4
  * Plugin URI: https://woocommerce.com/
5
  * Description: An eCommerce toolkit that helps you sell anything. Beautifully.
6
+ * Version: 3.5.3
7
  * Author: Automattic
8
  * Author URI: https://woocommerce.com
9
  * Text Domain: woocommerce