diff --git a/packages/js/product-editor/changelog/docs-43052-update-links-to-woo-com-for-woo-blocks-docs b/packages/js/product-editor/changelog/docs-43052-update-links-to-woo-com-for-woo-blocks-docs new file mode 100644 index 00000000000..bfcd6dd67ec --- /dev/null +++ b/packages/js/product-editor/changelog/docs-43052-update-links-to-woo-com-for-woo-blocks-docs @@ -0,0 +1,5 @@ +Significance: patch +Type: dev +Comment: Merge with trunk touched some of the files from the Product Editor package + + diff --git a/packages/js/product-editor/src/images/shopping-bugs/index.tsx b/packages/js/product-editor/src/images/shopping-bugs/index.tsx new file mode 100644 index 00000000000..5e46f5b3c78 --- /dev/null +++ b/packages/js/product-editor/src/images/shopping-bugs/index.tsx @@ -0,0 +1,41 @@ +/** + * External dependencies + */ +import { SVG, Path } from '@wordpress/components'; +import { createElement } from '@wordpress/element'; + +export function ShoppingBags( { + colorOne = '#E0E0E0', + colorTwo = '#F0F0F0', + size = '88', +} ) { + return ( + + + + + + + + + + ); +} diff --git a/packages/js/product-editor/src/images/shopping-bugs/stories/index.tsx b/packages/js/product-editor/src/images/shopping-bugs/stories/index.tsx new file mode 100644 index 00000000000..8174ac37d15 --- /dev/null +++ b/packages/js/product-editor/src/images/shopping-bugs/stories/index.tsx @@ -0,0 +1,24 @@ +/** + * External dependencies + */ +import React from 'react'; + +/** + * Internal dependencies + */ +import { ShoppingBags } from '../index'; + +export default { + title: 'Product Editor/images/ShoppingBags', + component: ShoppingBags, + args: { + size: '88', + colorOne: '#E0E0E0', + colorTwo: '#F0F0F0', + }, +}; + +export const Default = ( args ) => ; + +// Set the story name +Default.storyName = 'Shopping Bags'; diff --git a/plugins/woocommerce-blocks/.github/CODE_OF_CONDUCT.md b/plugins/woocommerce-blocks/.github/CODE_OF_CONDUCT.md index e0d865b5a5f..550a6e00b83 100644 --- a/plugins/woocommerce-blocks/.github/CODE_OF_CONDUCT.md +++ b/plugins/woocommerce-blocks/.github/CODE_OF_CONDUCT.md @@ -34,7 +34,7 @@ This Code of Conduct applies both within project spaces and in public spaces whe ## Enforcement -Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at support@woocommerce.com. The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. +Instances of abusive, harassing, or otherwise unacceptable behavior may be reported by contacting the project team at . The project team will review and investigate all complaints, and will respond in a way that it deems appropriate to the circumstances. The project team is obligated to maintain confidentiality with regard to the reporter of an incident. Further details of specific enforcement policies may be posted separately. Project maintainers who do not follow or enforce the Code of Conduct in good faith may face temporary or permanent repercussions as determined by other members of the project's leadership. diff --git a/plugins/woocommerce-blocks/.github/ISSUE_TEMPLATE/--support-question.md b/plugins/woocommerce-blocks/.github/ISSUE_TEMPLATE/--support-question.md index a83f6b5320b..9f0b74d4b76 100644 --- a/plugins/woocommerce-blocks/.github/ISSUE_TEMPLATE/--support-question.md +++ b/plugins/woocommerce-blocks/.github/ISSUE_TEMPLATE/--support-question.md @@ -8,15 +8,17 @@ labels: "type: support" We don't offer technical support on GitHub so we recommend using the following: ## Reading our documentation -Usage docs can be found here: https://docs.woocommerce.com/ -If you have a problem, you may want to start with the self help guide here: https://docs.woocommerce.com/document/woocommerce-self-service-guide/ +Usage docs can be found here: -**Technical support for premium extensions or if you're a WooCommerce.com customer** +If you have a problem, you may want to start with the self help guide here: + +**Technical support for premium extensions or if you're a Woo.com customer** from a human being - submit a ticket via the helpdesk -https://woocommerce.com/contact-us/ + ## General usage and development questions -- WooCommerce Slack Community: https://woocommerce.com/community-slack/ -- WordPress.org Forums: https://wordpress.org/support/plugin/woocommerce + +- WooCommerce Slack Community: +- WordPress.org Forums: - The WooCommerce Help and Share Facebook group diff --git a/plugins/woocommerce-blocks/.github/patch-initial-checklist.md b/plugins/woocommerce-blocks/.github/patch-initial-checklist.md index a964e2fd890..09ebf6184ef 100644 --- a/plugins/woocommerce-blocks/.github/patch-initial-checklist.md +++ b/plugins/woocommerce-blocks/.github/patch-initial-checklist.md @@ -65,7 +65,7 @@ After testing: - [ ] After the wp.org workflow completes, confirm the following - [ ] Confirm svn tag is correct, e.g. [{{version}}](https://plugins.svn.wordpress.org/woo-gutenberg-products-block/tags/{{version}}/) - [ ] Changelog, Version, and Last Updated on [WP.org plugin page](https://wordpress.org/plugins/woo-gutenberg-products-block/) is correct. - - [ ] Confirm [WooCommerce.com plugin page](https://woocommerce.com/products/woocommerce-gutenberg-products-block/) is updated. Note: this can take several hours, feel free to check it the following day. + - [ ] Confirm [Woo.com plugin page](https://woo.com/customize/) is updated. Note: this can take several hours, feel free to check it the following day. - [ ] Download zip and smoke test. - [ ] Test updating plugin from previous version. @@ -97,7 +97,7 @@ This only needs done if the patch release needs to be included in WooCommerce Co You only need to post public release announcements and update relevant public facing docs if this patch release is deployed to WP.org. Otherwise, you can skip this section. -- [ ] Post release announcement on [WooCommerce Developer Blog](https://developer.woocommerce.com/category/release-post/woocommerce-blocks-release-notes/). +- [ ] Post release announcement on [WooCommerce Developer Blog](https://developer.woo.com/category/release-post/woocommerce-blocks-release-notes/). - Ping porters from each team to know which changelog entries need to be highlighted. Ask them to write a short text and optionally provide a screenshot. They can use previous posts for inspiration, we usually try to highlight new features or API changes. - Ensure the release notes are included in the post verbatim. - Don't forget to use category `WooCommerce Blocks Release Notes` for the post. diff --git a/plugins/woocommerce-blocks/.github/patch-release-pull-request.md b/plugins/woocommerce-blocks/.github/patch-release-pull-request.md index 658fbee6bab..4936be43770 100644 --- a/plugins/woocommerce-blocks/.github/patch-release-pull-request.md +++ b/plugins/woocommerce-blocks/.github/patch-release-pull-request.md @@ -18,7 +18,7 @@ This is the patch release pull request for WooCommerce Blocks plugin `{{version} Please leave a comment on this PR with links to the following: -- [ ] Release announcement (announcement post on developer.woocommerce.com published after release). +- [ ] Release announcement (announcement post on https://developer.woo.com/ published after release). {{#if devNoteItems}} **Developer Notes** - The following issues require developer notes in the release post: diff --git a/plugins/woocommerce-blocks/.github/release-initial-checklist.md b/plugins/woocommerce-blocks/.github/release-initial-checklist.md index 733f3432e3b..21ea3d1ee0c 100644 --- a/plugins/woocommerce-blocks/.github/release-initial-checklist.md +++ b/plugins/woocommerce-blocks/.github/release-initial-checklist.md @@ -71,7 +71,7 @@ After testing: - [ ] After the wp.org workflow completes, confirm the following - [ ] Confirm svn tag is correct, e.g. [{{version}}](https://plugins.svn.wordpress.org/woo-gutenberg-products-block/tags/{{version}}/) - [ ] Changelog, Version, and Last Updated on [WP.org plugin page](https://wordpress.org/plugins/woo-gutenberg-products-block/) is correct. - - [ ] Confirm [WooCommerce.com plugin page](https://woocommerce.com/products/woocommerce-gutenberg-products-block/) is updated. Note: this can take several hours, feel free to check it the following day. + - [ ] Confirm [Woo.com plugin page](https://woo.com/customize/) is updated. Note: this can take several hours, feel free to check it the following day. - [ ] Download zip and smoke test. - [ ] Test updating plugin from previous version. @@ -116,7 +116,7 @@ If this is a monthly release, you'll need to do the following steps as well: ## Publish posts -- [ ] Post release announcement on [WooCommerce Developer Blog](https://developer.woocommerce.com/category/release-post/woocommerce-blocks-release-notes/). +- [ ] Post release announcement on [WooCommerce Developer Blog](https://developer.woo.com/category/release-post/woocommerce-blocks-release-notes/). - Ping porters from each team to know which changelog entries need to be highlighted. Ask them to write a short text and optionally provide a screenshot. They can use previous posts for inspiration, we usually try to highlight new features or API changes. - Ensure the release notes are included in the post verbatim. - Don't forget to use category `WooCommerce Blocks Release Notes` for the post. @@ -134,7 +134,7 @@ If this is a monthly release, you'll need to do the following steps as well: - Are there any new blocks in this release? Ensure they have adequate user documentation. - Ensure any major improvements or changes are documented. - [ ] Update minimum supported versions (WordPress, WooCommerce Core) and other requirements where necessary, including: - - [WCCOM product page](https://woocommerce.com/products/woocommerce-gutenberg-products-block/) - - [WooCommerce blocks main documentation page](https://docs.woocommerce.com/document/woocommerce-blocks/) + - [WCCOM product page](https://woo.com/customize/) + - [WooCommerce blocks main documentation page](https://woo.com/document/woocommerce-blocks/) - [ ] Go through the description of the release pull request and edit it to update all the sections and checklist instructions there. - [ ] Close this PR. diff --git a/plugins/woocommerce-blocks/.github/release-pull-request.md b/plugins/woocommerce-blocks/.github/release-pull-request.md index 00a25f3bbf2..261e67dafaa 100644 --- a/plugins/woocommerce-blocks/.github/release-pull-request.md +++ b/plugins/woocommerce-blocks/.github/release-pull-request.md @@ -18,7 +18,7 @@ This is the release pull request for WooCommerce Blocks plugin `{{version}}`. Please leave a comment on this PR with links to the following: -- [ ] Release announcement (announcement post on developer.woocommerce.com published after release). +- [ ] Release announcement (announcement post on developer.woo.com published after release). {{#if devNoteItems}} **Developer Notes** - The following issues require developer notes in the release post: diff --git a/plugins/woocommerce-blocks/README.md b/plugins/woocommerce-blocks/README.md index 785d6d749f6..37bd9f926f2 100644 --- a/plugins/woocommerce-blocks/README.md +++ b/plugins/woocommerce-blocks/README.md @@ -11,7 +11,7 @@ This is the client for WooCommerce + Gutenberg. This package serves as a space t ## Documentation -To find out more about the blocks and how to use them, [check out the documentation on WooCommerce.com](https://docs.woocommerce.com/document/woocommerce-blocks/). +To find out more about the blocks and how to use them, [check out the documentation on Woo.com](https://woo.com/document/woocommerce-blocks/). If you want to see what we're working on for future versions, or want to help out, read on. diff --git a/plugins/woocommerce-blocks/assets/js/blocks/attribute-filter/edit.tsx b/plugins/woocommerce-blocks/assets/js/blocks/attribute-filter/edit.tsx index 355e26efa19..8934b2da245 100644 --- a/plugins/woocommerce-blocks/assets/js/blocks/attribute-filter/edit.tsx +++ b/plugins/woocommerce-blocks/assets/js/blocks/attribute-filter/edit.tsx @@ -316,7 +316,7 @@ const Edit = ( { - +