-
Notifications
You must be signed in to change notification settings - Fork 10.8k
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
Fix combine 415 403 #56047
Fix combine 415 403 #56047
Conversation
Test using WordPress PlaygroundThe changes in this pull request can be previewed and tested using a WordPress Playground instance. Test this pull request with WordPress Playground. Note that this URL is valid for 30 days from when this comment was last updated. You can update it by closing/reopening the PR or pushing a new commit. |
Size Change: +141 B (0%) Total Size: 5.34 MB |
* Secure “Generate coupon code” button * Secure “Export products” button * Secure “Import products” button * Secure inline error messages * Secure link inside inline error messages * Remove “onChangeShippingMethodSelector” * Add changelog message * Secure “Read more” button * Added changelog. * Added element creation to avoid appending text to jQuery Object. --------- Co-authored-by: Niels Lange <[email protected]> Co-authored-by: Paulo Arromba <[email protected]>
IMPORTANT: Merging this PR to the appropriate branches is critical to the release process and ensures that the bug does not cause regressions in the future releases. Cherry picking was successful for frozen release ( |
Fix combine 415 403 (#56047) * Secure “Generate coupon code” button * Secure “Export products” button * Secure “Import products” button * Secure inline error messages * Secure link inside inline error messages * Remove “onChangeShippingMethodSelector” * Add changelog message * Secure “Read more” button * Added changelog. * Added element creation to avoid appending text to jQuery Object. --------- Co-authored-by: Alba Rincón <[email protected]> Co-authored-by: Niels Lange <[email protected]> Co-authored-by: Paulo Arromba <[email protected]>
* Prep release/9.8 for 9.8 cycle (woocommerce#56031) Prep release/9.8 for 9.8 cycle with version bump to 9.8.0-beta.1 Co-authored-by: WooCommerce Bot <[email protected]> * Release: Prepare the changelog for 9.8 (woocommerce#56035) * Delete changelog files from 9.8 release * Update the readme files for the 9.8 release * Update release date --------- Co-authored-by: WooCommerce Bot <[email protected]> Co-authored-by: Jorge Torres <[email protected]> * Cherry pick 56047 into frozen release: release/9.8 (woocommerce#56057) Fix combine 415 403 (woocommerce#56047) * Secure “Generate coupon code” button * Secure “Export products” button * Secure “Import products” button * Secure inline error messages * Secure link inside inline error messages * Remove “onChangeShippingMethodSelector” * Add changelog message * Secure “Read more” button * Added changelog. * Added element creation to avoid appending text to jQuery Object. --------- Co-authored-by: Alba Rincón <[email protected]> Co-authored-by: Niels Lange <[email protected]> Co-authored-by: Paulo Arromba <[email protected]> * Cherry pick 56048 into frozen release: release/9.8 (woocommerce#56060) Remove decodeEntities from the product name used on cart & checkout (woocommerce#56048) revert using RawHTML because it renders an extra div inside the <a> tag Co-authored-by: Alba Rincón <[email protected]> Co-authored-by: Alex Florisca <[email protected]> * Prevent Fatal Error on malformed pagination query (woocommerce#56049) * Avoid fatal by casting page number to integer Cast page number to integer when generating aria-label to ensure proper number formatting * Add changefile(s) from automation for the following project(s): woocommerce --------- Co-authored-by: github-actions <[email protected]> * Fix email accent color causing invisible text in emails (woocommerce#56061) * Use theme button background color as accent color in emails * Add changelog * Update tests * Fix textdomain loading warning in woocommerce 9 80 beta 1 (woocommerce#56133) * Refactor Email Editor Integration Initialization from using FeaturesUtil to `get_option` Using FeaturesUtil::feature_is_enabled here triggers a Translation loading early warning message on WordPress 6.8 Beta * Add change log file * Delete Transients: avoid running statements without options_to_clear. (woocommerce#56136) * Delete Transients: avoid running statements without options_to_clear. * Add changefile(s) from automation for the following project(s): woocommerce * Delete Transients: adds test case. * Fixes spelling. * Fixes _wc_delete_transients call. * Linting. * Fix linter white space * Returns early. --------- Co-authored-by: cpap <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: Tom Cafferkey <[email protected]> * Cherry pick e2e test fixes 56083 and 56121 to 9.8 (woocommerce#56163) * [e2e-utils] Update editor-canvas locator to support updates in Gutenberg nightly (woocommerce#56083) * [e2e tests] Fixes to support WP core 6.8 (woocommerce#56121) --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: WooCommerce Bot <[email protected]> Co-authored-by: Alba Rincón <[email protected]> Co-authored-by: Niels Lange <[email protected]> Co-authored-by: Paulo Arromba <[email protected]> Co-authored-by: Alex Florisca <[email protected]> Co-authored-by: Luigi Teschio <[email protected]> Co-authored-by: github-actions <[email protected]> Co-authored-by: Ján Mikláš <[email protected]> Co-authored-by: Oluwaseun Olorunsola <[email protected]> Co-authored-by: Harris Papazoglou <[email protected]> Co-authored-by: cpap <[email protected]> Co-authored-by: Tom Cafferkey <[email protected]> Co-authored-by: Adrian Moldovan <[email protected]>
Fix 417