Skip to content
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

Cherry-picked commits for WordPress 6.4 RC1 #55298

Merged
merged 10 commits into from
Oct 12, 2023
Merged

Cherry-picked commits for WordPress 6.4 RC1 #55298

merged 10 commits into from
Oct 12, 2023

Commits on Oct 11, 2023

  1. Configuration menu
    Copy the full SHA
    d9df1e7 View commit details
    Browse the repository at this point in the history
  2. Private APIs: Update consent string for unlocking access. (#55182)

    Replace the consent string with `I know using unstable features means my theme or plugin will inevitably break in the next version of WordPress`.
    peterwilsoncc authored and mikachan committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    4ae6b0d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ba05c6a View commit details
    Browse the repository at this point in the history
  4. Remove the lightbox filter and view file when the lightbox setting is…

    … disabled. (#55120)
    
    * Remove the filter and view file of the lightbox when the lightbox setting is disabled.
    
    * Make sure to add filter and view file when needed.
    
    * Fix block comment indentation.
    afercia authored and mikachan committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    63bba04 View commit details
    Browse the repository at this point in the history
  5. Patterns: Remove the version enforcement for npm in engines field (#…

    …55245)
    
    * Patterns: Remove the version enforcement for npm in `engines`
    
    * Regenerate the lock file
    gziolo authored and mikachan committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    a16a7d6 View commit details
    Browse the repository at this point in the history
  6. Remove @return void from PHP function docs. (#55237)

    # Conflicts:
    #	packages/block-library/src/form/index.php
    tellthemachines authored and mikachan committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    596ae70 View commit details
    Browse the repository at this point in the history
  7. Image: Disable lightbox editor UI for linked images (#55141)

    * Disable lightbox UI and add help text for linked images
    
    * Update help text
    artemiomorales authored and mikachan committed Oct 11, 2023
    Configuration menu
    Copy the full SHA
    1115e80 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2023

  1. Image: Stop crashing with Lightbox on image blocks without an image (#…

    …55269)
    
    * Stop crashing with Lightbox on image blocks without an image
    
    * Fix PHPCS error
    artemiomorales authored and mikachan committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    789ee91 View commit details
    Browse the repository at this point in the history
  2. Update fullscreen icon (#55021)

    richtabor authored and mikachan committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    098edeb View commit details
    Browse the repository at this point in the history
  3. Template Part block: Fall back to current theme if no theme attribute…

    … is given. (#55217)
    
    * Template Part block: Fall back to current theme if no theme attribute is given.
    * Remove now unnecessary _inject_theme_attribute_in_template_part_block() call from pattern block.
    
    ---------
    
    Co-authored-by: Greg Ziółkowski <grzegorz@gziolo.pl>
    Co-authored-by: Felix Arntz <felixarntz@users.noreply.github.com>
    Co-authored-by: Felix Arntz <felixarntz@google.com>
    4 people authored and mikachan committed Oct 12, 2023
    Configuration menu
    Copy the full SHA
    fd15da3 View commit details
    Browse the repository at this point in the history