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.
Copy file name to clipboardExpand all lines: readme.txt
+42Lines changed: 42 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -86,6 +86,48 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/
86
86
87
87
== Changelog ==
88
88
89
+
= 7.5.0 - 2022-04-25 =
90
+
91
+
#### Enhancements
92
+
93
+
- Add PHP templates support to the Active Product Filters block. ([6295](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/6295))
94
+
- Enable Draft orders in WooCommerce Core. ([6288](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/6288))
95
+
- Enhanced the *Featured Category block*:
96
+
- Implemented support for duotone.
97
+
- Implemented support for gradients on the overlay.
98
+
- Implemented support for custom inner padding.
99
+
- Implemented image fit options: users can now decide how should the image behave on the resizing of the component; it can either scale to always cover the entire container, or remain its original size.
100
+
- Fixed an inconsistency where the overlay color was controlled by the background color control. It is now moved to the correct section.
101
+
- Fixed the focal point picker, it now works on both axis as long as the image fit (above) is set to `none`.
102
+
- Fixed an issue with the visibility of the resizing handle.
103
+
- Fixed an issue which would keep the resizing handle always active regardless of block selection status.
104
+
- Changed the behavior of the resizing: The block can't be resized below a minimum height determined by its content plus the padding. ([6276](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/6276))
105
+
- Allow adding the Filter Products by Stock block to Product Catalog templates to filter products. ([6261](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/6261))
106
+
- Enhanced the *Featured Product block*:
107
+
- Implemented support for duotone.
108
+
- Implemented support for gradients on the overlay.
109
+
- Implemented support for custom inner padding.
110
+
- Implemented image fit options: users can now decide how should the image behave on the resizing of the component; it can either scale to always cover the entire container, or remain its original size.
111
+
- Fixed an inconsistency where the overlay color was controlled by the background color control. It is now moved to the correct section.
112
+
- Fixed the focal point picker, it now works on both axis as long as the image fit (above) is set to `none`.
113
+
- Fixed an issue with the visibility of the resizing handle.
114
+
- Fixed an issue which would keep the resizing handle always active regardless of block selection status.
115
+
- Changed the behavior of the resizing: The block can't be resized below a minimum height determined by its content plus the padding. ([6181](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/6181))
116
+
- Allow saved payment methods labels other than card/eCheck to display brand & last 4 digits if present. ([6177](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/6177))
117
+
118
+
#### Bug Fixes
119
+
120
+
- Filter Products by Attribute: Fix the page reload which happens when clicking the filter button on Woo templates using the Classic Template block. ([6287](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/6287))
121
+
- Store API: Show visible attributes in simple products, and hidden attributes in variable products. ([6274](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/6274))
122
+
- Add RTL support for the Mini Cart icon. ([6264](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/6264))
123
+
- Fix page load problem due to incorrect URL to certain assets. ([6260](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/6260))
124
+
- Fix: Make Filters Products by Price work with Active Filters block for the PHP rendered Classic Template. ([6245](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/6245))
125
+
126
+
#### Various
127
+
128
+
- Product Query: Pass any product taxonomies existing in the URL parameters. ([6152](https://github.com/woocommerce/woocommerce-gutenberg-products-block/pull/6152))
0 commit comments