From d1be68b88c93caca359e93ff927017a2fafec1fc Mon Sep 17 00:00:00 2001 From: Leif Singer Date: Fri, 19 Apr 2024 23:11:01 +0200 Subject: [PATCH] Update @woo.com email addresses to @woocommerce.com (#46387) * update @woo.com email addresses * update %40woo.com email address * add changelog file * update docs manifest --- .github/workflows/cherry-pick.yml | 4 ++-- .github/workflows/post-release.yml | 4 ++-- .github/workflows/release-code-freeze.yml | 4 ++-- CODE_OF_CONDUCT.md | 2 +- docs/docs-manifest.json | 7 ++++++- .../js/blocks/classic-template/order-confirmation.tsx | 2 +- .../woocommerce/changelog/update-woo-com-email-addresses | 4 ++++ plugins/woocommerce/sample-data/sample_products.xml | 2 +- .../order-items/class-wc-tests-order-item-product.php | 4 ++-- tools/code-analyzer/src/lib/__tests__/fixtures/diff.txt | 4 ++-- 10 files changed, 23 insertions(+), 14 deletions(-) create mode 100644 plugins/woocommerce/changelog/update-woo-com-email-addresses diff --git a/.github/workflows/cherry-pick.yml b/.github/workflows/cherry-pick.yml index fd3fc4a381a..c9519aeb277 100644 --- a/.github/workflows/cherry-pick.yml +++ b/.github/workflows/cherry-pick.yml @@ -26,9 +26,9 @@ on: env: GIT_COMMITTER_NAME: 'WooCommerce Bot' - GIT_COMMITTER_EMAIL: 'no-reply@woo.com' + GIT_COMMITTER_EMAIL: 'no-reply@woocommerce.com' GIT_AUTHOR_NAME: 'WooCommerce Bot' - GIT_AUTHOR_EMAIL: 'no-reply@woo.com' + GIT_AUTHOR_EMAIL: 'no-reply@woocommerce.com' permissions: {} diff --git a/.github/workflows/post-release.yml b/.github/workflows/post-release.yml index 75717ffb62e..6f2b9bb284b 100644 --- a/.github/workflows/post-release.yml +++ b/.github/workflows/post-release.yml @@ -5,9 +5,9 @@ on: env: GIT_COMMITTER_NAME: 'WooCommerce Bot' - GIT_COMMITTER_EMAIL: 'no-reply@woo.com' + GIT_COMMITTER_EMAIL: 'no-reply@woocommerce.com' GIT_AUTHOR_NAME: 'WooCommerce Bot' - GIT_AUTHOR_EMAIL: 'no-reply@woo.com' + GIT_AUTHOR_EMAIL: 'no-reply@woocommerce.com' permissions: {} diff --git a/.github/workflows/release-code-freeze.yml b/.github/workflows/release-code-freeze.yml index 7224674f5cb..6bf892968fa 100644 --- a/.github/workflows/release-code-freeze.yml +++ b/.github/workflows/release-code-freeze.yml @@ -16,9 +16,9 @@ on: env: TIME_OVERRIDE: ${{ inputs.timeOverride || 'now' }} GIT_COMMITTER_NAME: 'WooCommerce Bot' - GIT_COMMITTER_EMAIL: 'no-reply@woo.com' + GIT_COMMITTER_EMAIL: 'no-reply@woocommerce.com' GIT_AUTHOR_NAME: 'WooCommerce Bot' - GIT_AUTHOR_EMAIL: 'no-reply@woo.com' + GIT_AUTHOR_EMAIL: 'no-reply@woocommerce.com' permissions: {} diff --git a/CODE_OF_CONDUCT.md b/CODE_OF_CONDUCT.md index ca72e50b480..879213cd31d 100644 --- a/CODE_OF_CONDUCT.md +++ b/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@woo.com](mailto:support@woo.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 [support@woocommerce.com](mailto: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. 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/docs/docs-manifest.json b/docs/docs-manifest.json index d057b5bd72d..c25ab1fb9b7 100644 --- a/docs/docs-manifest.json +++ b/docs/docs-manifest.json @@ -967,6 +967,11 @@ ], "categories": [] }, + { + "category_slug": "utilities", + "category_title": "Utilities", + "categories": [] + }, { "content": "\nThis section covers general guidelines, and best practices to follow in order to ensure your product experience aligns with WooCommerce for ease of use, seamless integration, and strong adoption.\n\nWe strongly recommend you review the current [WooCommerce setup experience](https://woocommerce.com/documentation/plugins/woocommerce/getting-started/) to get familiar with the user experience and taxonomy.\n\nWe also recommend you review the [WordPress core guidelines](https://developer.wordpress.org/plugins/wordpress-org/detailed-plugin-guidelines/) to ensure your product isn't breaking any rules, and review [this helpful resource](https://woocommerce.com/document/grammar-punctuation-style-guide/) on content style.\n\n## General\n\nUse existing WordPress/WooCommerce UI, built in components (text fields, checkboxes, etc) and existing menu structures.\n\nPlugins which draw on WordPress' core design aesthetic will benefit from future updates to this design as WordPress continues to evolve. If you need to make an exception for your product, be prepared to provide a valid use case.\n\n- [WordPress Components library](https://wordpress.github.io/gutenberg/?path=/story/docs-introduction--page)\n- [Figma for WordPress](https://make.wordpress.org/design/2018/11/19/figma-for-wordpress/) | ([WordPress Design Library Figma](https://www.figma.com/file/e4tLacmlPuZV47l7901FEs/WordPress-Design-Library))\n- [WooCommerce Component Library](https://woocommerce.github.io/woocommerce-admin/)\n", "category_slug": "user-experience-extensions", @@ -1266,5 +1271,5 @@ "categories": [] } ], - "hash": "22dc26fbd0e387183beec01e381506771318c236ba6a63b573ffb888dcc1d1d0" + "hash": "05621c308414a34776d141252c0d0b8f618eaf28961758d3432e23e58ae5861d" } \ No newline at end of file diff --git a/plugins/woocommerce-blocks/assets/js/blocks/classic-template/order-confirmation.tsx b/plugins/woocommerce-blocks/assets/js/blocks/classic-template/order-confirmation.tsx index d95f5d9653b..39f483be8eb 100644 --- a/plugins/woocommerce-blocks/assets/js/blocks/classic-template/order-confirmation.tsx +++ b/plugins/woocommerce-blocks/assets/js/blocks/classic-template/order-confirmation.tsx @@ -118,7 +118,7 @@ const getSkeleton = () => {
  • { __( 'Email', 'woocommerce' ) }:{ ' ' } - shopper@woo.com + shopper@woocommerce.com
  • { __( 'Total', 'woocommerce' ) }:{ ' ' } diff --git a/plugins/woocommerce/changelog/update-woo-com-email-addresses b/plugins/woocommerce/changelog/update-woo-com-email-addresses new file mode 100644 index 00000000000..76533d12fde --- /dev/null +++ b/plugins/woocommerce/changelog/update-woo-com-email-addresses @@ -0,0 +1,4 @@ +Significance: patch +Type: update + +Update @woo.com email addresses to @woocommerce.com. diff --git a/plugins/woocommerce/sample-data/sample_products.xml b/plugins/woocommerce/sample-data/sample_products.xml index 3b8926fb271..b9b07b4a3db 100644 --- a/plugins/woocommerce/sample-data/sample_products.xml +++ b/plugins/woocommerce/sample-data/sample_products.xml @@ -31,7 +31,7 @@ 1 shopmanager - info@woo.com + info@woocommerce.com diff --git a/plugins/woocommerce/tests/legacy/unit-tests/order-items/class-wc-tests-order-item-product.php b/plugins/woocommerce/tests/legacy/unit-tests/order-items/class-wc-tests-order-item-product.php index 38f6c366e85..95cd2619140 100644 --- a/plugins/woocommerce/tests/legacy/unit-tests/order-items/class-wc-tests-order-item-product.php +++ b/plugins/woocommerce/tests/legacy/unit-tests/order-items/class-wc-tests-order-item-product.php @@ -145,14 +145,14 @@ class WC_Tests_Order_Item_Product extends WC_Unit_Test_Case { $product->save(); $order = new WC_Order(); - $order->set_billing_email( 'test@woo.com' ); + $order->set_billing_email( 'test@woocommerce.com' ); $order->save(); $product_item = new WC_Order_Item_Product(); $product_item->set_product( $product ); $product_item->set_order_id( $order->get_id() ); - $expected_regex = '/download_file=.*&order=wc_order_.*&email=test%40woo.com&key=100/'; + $expected_regex = '/download_file=.*&order=wc_order_.*&email=test%40woocommerce.com&key=100/'; $this->assertMatchesRegularExpression( $expected_regex, $product_item->get_item_download_url( 100 ) ); } diff --git a/tools/code-analyzer/src/lib/__tests__/fixtures/diff.txt b/tools/code-analyzer/src/lib/__tests__/fixtures/diff.txt index b47c9075567..a3cdd517607 100644 --- a/tools/code-analyzer/src/lib/__tests__/fixtures/diff.txt +++ b/tools/code-analyzer/src/lib/__tests__/fixtures/diff.txt @@ -414,9 +414,9 @@ index 71dd29b060..33e289bf86 100644 +env: + TIME_OVERRIDE: ${{ inputs.timeOverride }} + GIT_COMMITTER_NAME: 'WooCommerce Bot' -+ GIT_COMMITTER_EMAIL: 'no-reply@woo.com' ++ GIT_COMMITTER_EMAIL: 'no-reply@woocommerce.com' + GIT_AUTHOR_NAME: 'WooCommerce Bot' -+ GIT_AUTHOR_EMAIL: 'no-reply@woo.com' ++ GIT_AUTHOR_EMAIL: 'no-reply@woocommerce.com' jobs: maybe-create-next-milestone-and-release-branch: