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

Release: 9.1.3 #8011

Merged
merged 39 commits into from
Dec 22, 2022
Merged
Show file tree
Hide file tree
Changes from 38 commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
d87f043
Empty commit for release pull request
invalid-email-address Dec 14, 2022
c05d4a8
Update the readme file with 9.1.1 release changes
danieldudzic Dec 14, 2022
9ccb1bc
Product Query: Add `Sorted by title` preset. (#7949)
dinhtungdu Dec 14, 2022
19ebde0
Update the readme file with #7949 changes
danieldudzic Dec 14, 2022
2515782
9.1.1 Release: Add testing docs
danieldudzic Dec 14, 2022
a944766
Atomic Block: fix ancestor definition (#7947)
gigitux Dec 14, 2022
6b6cb1d
Fix the incorrect layout of Rating and Price in Classic Template and …
kmanijak Dec 14, 2022
9dc23ee
Add dropdown version of Filter by Stock Status (#7831)
kmanijak Dec 14, 2022
2206202
Product Query: Add patterns (#7857)
danieldudzic Dec 13, 2022
5f2f8de
Add dropdown version of Filter by Rating (#7771)
kmanijak Dec 13, 2022
08d5f97
Product Query - Enable "Inherit Query from template" option (#7641)
gigitux Dec 12, 2022
6b2630e
Product Elements: Fix block settings (#7914)
danieldudzic Dec 12, 2022
790f24b
StyleAttributesUtils: Fix PHP notices and invalid CSS output (#7909)
danieldudzic Dec 12, 2022
6dce754
Update MiniCart.php to fix price total amount on page load prices are…
lukeoregan88 Dec 9, 2022
3842c11
Product Query: implement compatibility with Filter by Rating block (#…
gigitux Dec 7, 2022
6c3a570
add new zip file link
gigitux Dec 14, 2022
cb31562
add missing class
gigitux Dec 14, 2022
37f1f38
add testing instructions about #7947
gigitux Dec 14, 2022
99c0f78
add new zip file link
gigitux Dec 14, 2022
c43cd84
Update docs/internal-developers/testing/releases/911.md
gigitux Dec 14, 2022
8b3b0eb
Update docs/internal-developers/testing/releases/911.md
gigitux Dec 14, 2022
4977d87
Update docs/internal-developers/testing/releases/911.md
gigitux Dec 14, 2022
548bf73
Update docs/internal-developers/testing/releases/911.md
gigitux Dec 14, 2022
0fd3c27
Update docs/internal-developers/testing/releases/911.md
gigitux Dec 14, 2022
00a53f8
Bumping version strings to new version.
gigitux Dec 15, 2022
ae2101d
Remove feature flag from Products block (#8001)
Aljullu Dec 21, 2022
8f86ae1
Empty commit for release pull request
invalid-email-address Dec 21, 2022
8f81788
Update changelog
gigitux Dec 21, 2022
af9b904
Add zip file link
gigitux Dec 21, 2022
84d11fd
Merge branch 'release/9.1.2' of https://github.com/woocommerce/woocom…
gigitux Dec 21, 2022
8859f74
Bumping version strings to new version.
gigitux Dec 21, 2022
a20c1f7
Merge branch 'release/9.1.0' of https://github.com/woocommerce/woocom…
gigitux Dec 21, 2022
2ff5202
Enable Product SKU and Product Stock Indicator in Core (#8009)
gigitux Dec 21, 2022
9bf5bff
Update changelog
gigitux Dec 21, 2022
f780b6f
Update changelog
gigitux Dec 21, 2022
1e8a71e
Empty commit for release pull request
invalid-email-address Dec 21, 2022
0e5065c
Merge branch 'release/9.1.0' of https://github.com/woocommerce/woocom…
gigitux Dec 21, 2022
25f2319
Merge branch 'release/9.1.3' of https://github.com/woocommerce/woocom…
gigitux Dec 21, 2022
92f0c48
Bumping version strings to new version.
gigitux Dec 22, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions assets/js/atomic/blocks/product-elements/sku/index.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies
*/
import { registerFeaturePluginBlockType } from '@woocommerce/block-settings';
import { registerBlockType } from '@wordpress/blocks';
import type { BlockConfiguration } from '@wordpress/blocks';

/**
Expand Down Expand Up @@ -31,7 +31,7 @@ const blockConfig: BlockConfiguration = {
edit,
};

registerFeaturePluginBlockType( 'woocommerce/product-sku', {
registerBlockType( 'woocommerce/product-sku', {
...sharedConfig,
...blockConfig,
} );
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/**
* External dependencies
*/
import { registerFeaturePluginBlockType } from '@woocommerce/block-settings';
import { registerBlockType } from '@wordpress/blocks';
import type { BlockConfiguration } from '@wordpress/blocks';

/**
Expand Down Expand Up @@ -35,6 +35,6 @@ const blockConfig: BlockConfiguration = {
],
};

registerFeaturePluginBlockType( 'woocommerce/product-stock-indicator', {
registerBlockType( 'woocommerce/product-stock-indicator', {
...blockConfig,
} );
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@ The majority of our feature flagging is blocks, this is a list of them:

### Feature plugin flag

- ⚛️ Product SKU ([JS flag](https://github.com/woocommerce/woocommerce-blocks/blob/4c18b1ff8511ede063e2082316a68eddc8231b51/assets/js/atomic/blocks/product-elements/sku/index.ts#L34)).
- ⚛️ Product stock indicator ([JS flag](https://github.com/woocommerce/woocommerce-blocks/blob/4c18b1ff8511ede063e2082316a68eddc8231b51/assets/js/atomic/blocks/product-elements/stock-indicator/index.ts#L38)).

### Experimental flag

Expand Down
11 changes: 11 additions & 0 deletions docs/internal-developers/testing/releases/913.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
# Testing notes and ZIP for release 9.1.3

Zip file for testing: [woocommerce-gutenberg-products-block.zip](https://github.com/woocommerce/woocommerce-blocks/files/10279222/woocommerce-gutenberg-products-block.zip)

## Feature plugin and package inclusion in WooCommerce

### Enable Product SKU and Product Stock Indicator in Core ([8009](https://github.com/woocommerce/woocommerce-blocks/pull/8009))

1. Create a post or page and add the Products (Beta) block.
2. Be sure that Product SKU and Product Stock Indicator blocks are visible and can be added.

1 change: 1 addition & 0 deletions docs/internal-developers/testing/releases/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,6 +109,7 @@ Every release includes specific testing instructions for new features and bug fi
- [9.1.0](./910.md)
- [9.1.1](./911.md)
- [9.1.2](./912.md)
- [9.1.3](./913.md)


<!-- FEEDBACK -->
Expand Down
6 changes: 6 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,12 @@ Release and roadmap notes available on the [WooCommerce Developers Blog](https:/

== Changelog ==

= 9.1.3 - 2022-12-21 =

#### Enhancements

- Enable Product SKU and Product Stock Indicator in Core ([8009](https://github.com/woocommerce/woocommerce-blocks/pull/8009))

= 9.1.2 - 2022-12-21 =

#### Enhancements
Expand Down