You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 23, 2024. It is now read-only.
@@ -64,6 +64,23 @@ Yes you can! Join in on our [GitHub repository](https://github.com/woocommerce/w
64
64
65
65
== Changelog ==
66
66
67
+
== 1.3.0 - 2019-01-15 =
68
+
69
+
- Feature: Added new blocks: "Featured Product", "Hand-picked Products", "Best Selling Products", "Newest Products", "On Sale Products", "Top Rated Products"
70
+
- Enhancement: Create new "WooCommerce" block category, all blocks are found there now
71
+
- Enhancement: Added a control to "Products by Category" block to control whether products need to match any selected categories or all selected categories
72
+
- Fix: Fixed a bug in "Products by Category" block where all products would display if no category was selected
73
+
- Legacy block: Remove legacy "Products" block from being shown in the block inserter (still loading the block for an existing uses)
74
+
- Legacy block: Fix an issue with imageless products in the legacy "Products" block.
75
+
- Components: Add new Control components `ProductControl`, `ProductsControl`, `ProductOrderbyControl`
76
+
- Components: Update `SearchListControl` to allow selecting a single item
77
+
- API: Add `cat_operator` support to products endpoint
78
+
- API: Add product `description` & `short_description` to each product
79
+
- API: Add attribute group names to each attribute
80
+
- Build: Update packages
81
+
- Build: Add cssnano to minify CSS
82
+
- Build: Split out node_modules code into separate vendors files
* Fix - All users who can edit posts can now use these blocks thanks to a new set of API endpoints allowing view access to products, product categories, and product attributes.
0 commit comments