Skip to content
This repository has been archived by the owner on Feb 23, 2024. It is now read-only.

Release: 10.4.2 #9784

Merged
merged 22 commits into from
Jun 13, 2023
Merged

Release: 10.4.2 #9784

merged 22 commits into from
Jun 13, 2023

Commits on Jun 12, 2023

  1. Empty commit for release pull request

    github-actions committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    aaffa31 View commit details
    Browse the repository at this point in the history
  2. Update Hero Product 3-split pattern image

    albarin authored and Tarun Vijwani committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f40145a View commit details
    Browse the repository at this point in the history
  3. Update Banner Pattern To Replace Unsplash Image (#9760)

    * Update Banner to replace Unsplash image.
    
    Replaces the Unsplash image with a CCO licensed image from Pxhere. Also
    updates the CTA button to link to the Shop page, by default.
    
    * Remove extra padding from top of test column.
    
    Vertical alignment was off on the text column due to 60px of top
    padding. This aligns everythign, as expected.
    danielwrobert authored and Tarun Vijwani committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    3048367 View commit details
    Browse the repository at this point in the history
  4. Update Chessboard pattern images (#9761)

    albarin authored and Tarun Vijwani committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    2198599 View commit details
    Browse the repository at this point in the history
  5. Updathe the Hero Product Split (#9762)

    albarin authored and Tarun Vijwani committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    9146775 View commit details
    Browse the repository at this point in the history
  6. Remove unused pattern image (#9763)

    albarin authored and Tarun Vijwani committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    820e932 View commit details
    Browse the repository at this point in the history
  7. Update Images for the Product Details Patterns (#9764)

    * Update image for the Product Hero pattern.
    
    Replace the Unsplash image with a CCO licensed image from Pxhere.
    
    * Update images for Prod List Gallery Desc pattern
    
    Replace the Unsplash image with a CCO licensed image from Pxhere for the
    Product Listing with Gallery and Description pattern.
    
    * Remove unneeded Unsplash images.
    
    * Update copy for Prod Listing Gallery Desc pattern.
    
    * Optimize new image exports.
    
    * Update image for the Product Listing pattern.
    
    Replace the Unsplash image with a CCO licensed image from Pxhere.
    
    * Update images for Product Details pattern.
    
    Replace the Unsplash images with CCO licensed images from Pxhere.
    
    * Remove unneeded Unsplash image.
    
    * Use Relative URLs for Images in the Product Listing Pattern
    
    This commit replaces hardcoded URLs with dynamic ones for image placeholders in the `product-listing-with-gallery-and-description.php` pattern file.
    
    - The `plugins_url()` function is now used to generate URLs, which correctly points to the images folder within the WooCommerce Blocks plugin directory. This approach provides better flexibility and portability since it doesn't rely on a specific domain or path. The `esc_url()` function is used to ensure the URL is safe to use in the HTML context.
    
    - The change is made for a total of four images in the pattern.
    
    ---------
    
    Co-authored-by: Manish Menaria <the.manish.menaria@gmail.com>
    2 people authored and Tarun Vijwani committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    96a90c7 View commit details
    Browse the repository at this point in the history
  8. Update/patterns featured category product collection (#9765)

    * Update image for featured category focus pattern
    
    * Update image for featured category cover image pattern
    
    * Update images for featured category triple pattern
    
    * Change to wide width
    
    * Update links to buttons
    
    * Fix typo in hex color value.
    
    There was an extra `f` in the hex color value, causing the text to
    unexpectedly render black.
    
    ---------
    
    Co-authored-by: Daniel W. Robert <danielwrobert@gmail.com>
    2 people authored and Tarun Vijwani committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    284ecb0 View commit details
    Browse the repository at this point in the history
  9. Update/collection pattern images (#9766)

    * Update featured collections images
    
    * Add shop link to shop by price pattern
    roykho authored and Tarun Vijwani committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    4662d8e View commit details
    Browse the repository at this point in the history
  10. Update hero product pattern title (#9769)

    albarin authored and Tarun Vijwani committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    96ff235 View commit details
    Browse the repository at this point in the history
  11. Remove unused pattern image (#9770)

    albarin authored and Tarun Vijwani committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    2b2b759 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4b11102 View commit details
    Browse the repository at this point in the history
  13. Add 10.4.2 changelog in readme.txt

    Tarun Vijwani committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    f5e7e35 View commit details
    Browse the repository at this point in the history
  14. Update version number to 10.4.2

    Tarun Vijwani committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    5caeb34 View commit details
    Browse the repository at this point in the history
  15. Add testing instructions for 10.4.2

    Tarun Vijwani committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    03fd9ae View commit details
    Browse the repository at this point in the history
  16. Add 9769 PR testing steps

    Tarun Vijwani committed Jun 12, 2023
    Configuration menu
    Copy the full SHA
    3b66f89 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2023

  1. WooCommerce Classic Template block: Fix error on clearing customizati…

    …ons on Woo Templates (#9759)
    
    * Fix Classic Template block error on clearing customizations on template
    
    * Add link to issue in JS Doc
    thealexandrelara authored and Tarun Vijwani committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    cc57b39 View commit details
    Browse the repository at this point in the history
  2. Change the way of debug check of tests-mysql container (#9794)

    kmanijak authored and Tarun Vijwani committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    9748294 View commit details
    Browse the repository at this point in the history
  3. Add alt text to images used in patterns describing their purpose (#9788)

    * Add alt text to images used in patterns describing their purpose
    
    * Replace 1/3 notation with 1 out of 3, so it's better handled byt screen readers
    kmanijak authored and Tarun Vijwani committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    4be8e42 View commit details
    Browse the repository at this point in the history
  4. Update testing instructions to include 9759 PR

    Tarun Vijwani committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    1ea18c9 View commit details
    Browse the repository at this point in the history
  5. Update zip to include 9759 PR

    Tarun Vijwani committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    695197e View commit details
    Browse the repository at this point in the history
  6. Remove 9759 PR from testing instructions

    Tarun Vijwani committed Jun 13, 2023
    Configuration menu
    Copy the full SHA
    2886a75 View commit details
    Browse the repository at this point in the history