-
Notifications
You must be signed in to change notification settings - Fork 471
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Updates WooCommerce.com links to Woo.com #2132
Conversation
Updates all instances of WooCommerce.com links in both the wp-admin and frontend. This includes the developer composer and package files, readme, and language files.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I left one non-blocking comment about the footer note.
Aside from that, I spot-tested the new URLs to confirm they point to working pages.
Everything LGTM! 🚀
@@ -139,9 +139,9 @@ function storefront_credit() { | |||
|
|||
if ( apply_filters( 'storefront_credit_link', true ) ) { | |||
if ( storefront_is_woocommerce_activated() ) { | |||
$links_output .= '<a href="https://woocommerce.com" target="_blank" title="' . esc_attr__( 'WooCommerce - The Best eCommerce Platform for WordPress', 'storefront' ) . '" rel="noreferrer nofollow">' . esc_html__( 'Built with Storefront & WooCommerce', 'storefront' ) . '</a>.'; | |||
$links_output .= '<a href="https://woo.com" target="_blank" title="' . esc_attr__( 'WooCommerce - The Best eCommerce Platform for WordPress', 'storefront' ) . '" rel="noreferrer nofollow">' . esc_html__( 'Built with Storefront & WooCommerce', 'storefront' ) . '</a>.'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not a blocker but it was recommended to also update this text to read:
Built with WooCommerce.
The reasoning was that it simplifies the text, and puts the emphasis on WooCommerce, with the URL pointing to our new landing page for WooCommerce.
See this thread for context: p1704919987116639/1704919648.335339-slack-C02PXDRC67P
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah I missed that. Updated now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Updated the language pot file as well.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also notice the E2E tests were failing because of the change to the text in the footer credit.
I took the liberty to update the test (in be6292d) to look for the updated output. Tests are passing now.
Changes footer credit from: "Built with Storefront & WooCommerce." To "Built with WooCommerce."
Updates language file with new footer credit string.
Updates all instances of WooCommerce.com links in both the wp-admin and frontend. This includes the developer composer and package files, readme, and language files.
Fixes request from @kevinbates as per p1704919648335339-slack-C02PXDRC67P
How to test the changes in this Pull Request:
Changelog