From f0d1ae05973b9e26e0dae4e8652357b3db8cd470 Mon Sep 17 00:00:00 2001 From: Daniel Mallory Date: Wed, 8 Nov 2023 11:03:51 +0000 Subject: [PATCH] Update links across the plugin to woo.com (#7643) --- README.md | 2 +- SECURITY.md | 4 ++-- .../wcpay-live-branches.user.js | 2 +- changelog/dev-woo.com-update | 4 ++++ .../add-payment-methods-task.js | 4 ++-- client/checkout/blocks/fields.js | 2 +- client/components/account-balances/strings.ts | 4 ++-- .../account-balances/test/index.test.tsx | 8 +++---- .../deposits-overview/next-deposit.tsx | 6 ++--- .../suspended-deposit-notice.tsx | 2 +- .../test/__snapshots__/index.tsx.snap | 2 +- .../deposits-overview/test/index.tsx | 4 ++-- client/components/deposits-status/index.tsx | 2 +- .../test/__snapshots__/index.js.snap | 4 ++-- .../payment-method-disabled-tooltip/index.tsx | 4 ++-- .../payment-methods-list/payment-method.tsx | 4 ++-- client/components/tooltip/test/index.test.tsx | 2 +- .../save-user/checkout-page-save-user.js | 2 +- client/connect-account-page/modal/index.js | 2 +- .../modal/test/__snapshots__/index.js.snap | 4 ++-- client/deposits/instant-deposits/modal.tsx | 2 +- .../test/__snapshots__/index.tsx.snap | 2 +- .../enabled-currencies-list/index.js | 2 +- .../test/__snapshots__/index.js.snap | 2 +- .../store-settings/index.js | 2 +- .../test/__snapshots__/index.test.js.snap | 2 +- .../single-currency-settings/index.js | 4 ++-- client/onboarding/strings.tsx | 2 +- client/order/cancel-confirm-modal/index.js | 2 +- .../dispute-details/dispute-notice.tsx | 4 ++-- .../dispute-resolution-footer.tsx | 10 ++++----- .../dispute-details/dispute-steps.tsx | 4 ++-- .../dispute-details/dispute-summary-row.tsx | 2 +- client/payment-details/summary/index.tsx | 2 +- .../test/__snapshots__/index.test.tsx.snap | 6 ++--- .../disable-confirmation-modal.js | 4 ++-- .../capability-request-map.ts | 2 +- client/payment-methods/delete-modal.tsx | 2 +- .../multi-currency-toggle.js | 2 +- .../migrate-automatically-notice.tsx | 2 +- .../migrate-option-notice.tsx | 2 +- .../stripe-billing-toggle.tsx | 2 +- .../wcpay-subscriptions-toggle.js | 2 +- client/settings/deposits/index.js | 4 ++-- client/settings/disable-upe-modal/index.js | 4 ++-- .../woopay-settings.js | 6 ++--- .../settings/express-checkout/link-item.tsx | 2 +- .../settings/express-checkout/woopay-item.tsx | 4 ++-- .../cards/cvc-verification.tsx | 2 +- .../cvc-verification.test.tsx.snap | 2 +- .../test/__snapshots__/index.test.tsx.snap | 16 +++++++------- client/settings/general-settings/index.js | 4 ++-- client/settings/settings-manager/index.js | 10 ++++----- .../incompatibility-notice.js | 2 +- client/utils/account-fees.tsx | 4 ++-- .../test/__snapshots__/account-fees.tsx.snap | 6 ++--- docs/version-support-policy.md | 2 +- includes/class-wc-payment-gateway-wcpay.php | 2 +- ...ass-wc-payments-apple-pay-registration.php | 2 +- includes/class-wc-payments-checkout.php | 2 +- includes/class-wc-payments-upe-checkout.php | 4 ++-- includes/class-wc-payments-utils.php | 2 +- includes/core/CONTRIBUTING.md | 2 +- includes/core/class-mode.php | 4 ++-- .../class-order-fraud-and-risk-meta-box.php | 2 +- .../multi-currency/SettingsOnboardCta.php | 2 +- ...ments-notes-additional-payment-methods.php | 2 +- ...yments-notes-instant-deposits-eligible.php | 4 ++-- ...-payments-notes-set-https-for-checkout.php | 2 +- ...wc-payments-notes-set-up-refund-policy.php | 2 +- ...ss-wc-payments-notes-set-up-stripelink.php | 2 +- .../subscriptions/assets/js/plugin-page.js | 2 +- .../html-subscriptions-plugin-notice.php | 4 ++-- .../html-wcpay-deactivate-warning.php | 6 ++--- .../html-woo-payments-deactivate-warning.php | 6 ++--- readme.txt | 22 +++++++++---------- templates/emails/customer-ipp-receipt.php | 2 +- .../email-ipp-receipt-compliance-details.php | 2 +- .../email-ipp-receipt-store-details.php | 2 +- .../emails/plain/customer-ipp-receipt.php | 2 +- .../email-ipp-receipt-compliance-details.php | 2 +- .../plain/email-ipp-receipt-store-details.php | 2 +- tests/e2e/config/default.json | 18 +++++++-------- ...st-class-order-fraud-and-risk-meta-box.php | 8 +++---- .../unit/helpers/class-wc-helper-product.php | 2 +- ...ments-notes-additional-payment-methods.php | 2 +- ...ss-wc-payments-notes-set-up-stripelink.php | 2 +- .../test-class-upe-split-payment-gateway.php | 2 +- ...ents-reports-authorizations-controller.php | 16 +++++++------- ...yments-reports-transactions-controller.php | 12 +++++----- woocommerce-payments.php | 8 +++---- 91 files changed, 181 insertions(+), 177 deletions(-) create mode 100644 changelog/dev-woo.com-update diff --git a/README.md b/README.md index 416c6b6a728..72508e1b51a 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ We currently support the following variables: ## Test account setup -For setting up a test account follow [these instructions](https://woocommerce.com/document/woopayments/testing-and-troubleshooting/dev-mode/). +For setting up a test account follow [these instructions](https://woo.com/document/woopayments/testing-and-troubleshooting/dev-mode/). You will need a externally accessible URL to set up the plugin. You can use ngrok for this. diff --git a/SECURITY.md b/SECURITY.md index 2eb0d10eb87..aa165252b5a 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -4,11 +4,11 @@ Full details of the Automattic Security Policy can be found on [automattic.com]( ## Supported Versions -Generally, only the latest version of the extension has continued support. In some cases, we may opt to backport critical vulnerabilities fixes to previous versions. +Generally, only the latest version of the extension has continued support. In some cases, we may opt to backport critical vulnerabilities fixes to previous versions. ## Reporting a Vulnerability -[WooCommerce Payments](https://woocommerce.com/payments/) is an open-source plugin for WooCommerce. Our HackerOne program covers the plugin software. +[WooPayments](https://woo.com/payments/) is an open-source plugin for WooCommerce. Our HackerOne program covers the plugin software. **For responsible disclosure of security issues and to be eligible for our bug bounty program, please submit your report via the [HackerOne](https://hackerone.com/automattic) portal.** diff --git a/bin/wcpay-live-branches/wcpay-live-branches.user.js b/bin/wcpay-live-branches/wcpay-live-branches.user.js index 73df0f3abca..ebd09e6c75c 100644 --- a/bin/wcpay-live-branches/wcpay-live-branches.user.js +++ b/bin/wcpay-live-branches/wcpay-live-branches.user.js @@ -388,7 +388,7 @@ */ function appendHtml( el, contents ) { const $el = $( el ); - const wooColor = '#7F54B3'; // https://woocommerce.com/brand-and-logo-guidelines/ + const wooColor = '#7F54B3'; // https://woo.com/brand-and-logo-guidelines/ const styles = $( '