From 3b04128a863b5a5c9db5c780212d7cffb29ad5ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20P=C3=A9rez=20Pellicer?= <5908855+puntope@users.noreply.github.com> Date: Mon, 17 Jun 2024 12:34:20 +0400 Subject: [PATCH] Replace woo.com with woocommerce.com --- .github/CODE_OF_CONDUCT.md | 2 +- README.md | 4 ++-- packages/github-actions/README.md | 4 ++-- .../src/woo-extension-create-pr-for-release.mjs | 2 +- packages/js/generator-grow/README.md | 4 ++-- packages/js/generator-grow/generators/github/github.test.js | 4 ++-- .../generators/github/templates/CODE_OF_CONDUCT.md | 2 +- .../generators/github/templates/CONTRIBUTING.md | 2 +- packages/php/compat-checker/src/Checks/WCCompatibility.php | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/CODE_OF_CONDUCT.md b/.github/CODE_OF_CONDUCT.md index 9194b71f..e0d865b5 100644 --- a/.github/CODE_OF_CONDUCT.md +++ b/.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@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. 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/README.md b/README.md index 5259835a..b218ea8b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,6 @@ The packages here are too experimental or too Grow-specific to be shared Woo-wid



- Made with 💜 by Woo.
- We're hiring! Come work with us! + Made with 💜 by Woo.
+ We're hiring! Come work with us!

diff --git a/packages/github-actions/README.md b/packages/github-actions/README.md index 3772c14c..fa191d2d 100644 --- a/packages/github-actions/README.md +++ b/packages/github-actions/README.md @@ -183,6 +183,6 @@ Branch off from the old version, set the merge base for fixing PR to be the same



- Made with 💜 by Woo.
- We're hiring! Come work with us! + Made with 💜 by Woo.
+ We're hiring! Come work with us!

diff --git a/packages/github-actions/actions/prepare-extension-release/src/woo-extension-create-pr-for-release.mjs b/packages/github-actions/actions/prepare-extension-release/src/woo-extension-create-pr-for-release.mjs index 404e15a9..5ca41396 100644 --- a/packages/github-actions/actions/prepare-extension-release/src/woo-extension-create-pr-for-release.mjs +++ b/packages/github-actions/actions/prepare-extension-release/src/woo-extension-create-pr-for-release.mjs @@ -61,7 +61,7 @@ export default async ( { context, github, inputs, refName } ) => { 1. [ ] Update documentation - [ ] Publish any new required docs - [ ] Update triggers/rules/actions listing pages -1. [ ] Mark related ideas complete [on the feature requests page](https://woo.com/feature-requests/${ extensionPackageName }/). +1. [ ] Mark related ideas complete [on the feature requests page](https://woocommerce.com/feature-requests/${ extensionPackageName }/). ${ postSteps } `; diff --git a/packages/js/generator-grow/README.md b/packages/js/generator-grow/README.md index 067a1d05..0d5f5703 100644 --- a/packages/js/generator-grow/README.md +++ b/packages/js/generator-grow/README.md @@ -24,6 +24,6 @@ Or call task separately:



- Made with 💜 by Woo.
- We're hiring! Come work with us! + Made with 💜 by Woo.
+ We're hiring! Come work with us!

diff --git a/packages/js/generator-grow/generators/github/github.test.js b/packages/js/generator-grow/generators/github/github.test.js index 1ca07e57..49f48949 100644 --- a/packages/js/generator-grow/generators/github/github.test.js +++ b/packages/js/generator-grow/generators/github/github.test.js @@ -69,7 +69,7 @@ describe( ':github', function () { .then( function () { assert.fileContent( '.github/CONTRIBUTING.md', - 'https://woo.com/feature-requests/foo-bar' + 'https://woocommerce.com/feature-requests/foo-bar' ); } ); } ); @@ -83,7 +83,7 @@ describe( ':github', function () { assert.fileContent( '.github/CONTRIBUTING.md', - `https://woo.com/feature-requests/${ appname }` + `https://woocommerce.com/feature-requests/${ appname }` ); } ); } ); diff --git a/packages/js/generator-grow/generators/github/templates/CODE_OF_CONDUCT.md b/packages/js/generator-grow/generators/github/templates/CODE_OF_CONDUCT.md index 9194b71f..e0d865b5 100644 --- a/packages/js/generator-grow/generators/github/templates/CODE_OF_CONDUCT.md +++ b/packages/js/generator-grow/generators/github/templates/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. 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. 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/packages/js/generator-grow/generators/github/templates/CONTRIBUTING.md b/packages/js/generator-grow/generators/github/templates/CONTRIBUTING.md index 6ed36670..26e470ff 100644 --- a/packages/js/generator-grow/generators/github/templates/CONTRIBUTING.md +++ b/packages/js/generator-grow/generators/github/templates/CONTRIBUTING.md @@ -16,4 +16,4 @@ Please see [SECURITY.md](./SECURITY.md). ## Feature Requests -Feature requests can be submitted to our [feature requests page](https://woo.com/feature-requests/<%= slug %>/). Be sure to include a good description of the expected behavior and use case, and before submitting a request, please search for similar ones. +Feature requests can be submitted to our [feature requests page](https://woocommerce.com/feature-requests/<%= slug %>/). Be sure to include a good description of the expected behavior and use case, and before submitting a request, please search for similar ones. diff --git a/packages/php/compat-checker/src/Checks/WCCompatibility.php b/packages/php/compat-checker/src/Checks/WCCompatibility.php index 685a8274..eca4c610 100644 --- a/packages/php/compat-checker/src/Checks/WCCompatibility.php +++ b/packages/php/compat-checker/src/Checks/WCCompatibility.php @@ -28,7 +28,7 @@ class WCCompatibility extends CompatCheck { * * @var int|float The miniumum supported WooCommerce versions before the latest. * - * @see https://woo.com/support-policy/ + * @see https://woocommerce.com/support-policy/ */ private $min_wc_semver = 0.2; // By default, the latest minus two version.