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

Plugin: require minimum WordPress 6.2 #53451

Merged
merged 7 commits into from
Sep 1, 2023
Merged

Plugin: require minimum WordPress 6.2 #53451

merged 7 commits into from
Sep 1, 2023

Commits on Sep 1, 2023

  1. Initial commit

    ramonjd committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6433903 View commit details
    Browse the repository at this point in the history
  2. Swapping gutenberg_ functions for wp equivalents:

    - wp_get_elements_class_name since 6.0.0
    - _wp_get_presets_class_name since 6.2.0
    
    Ensuring `build_query_vars_from_query_block` doesn't receive `gutenberg_` prefix during build
    ramonjd committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    147d921 View commit details
    Browse the repository at this point in the history
  3. - Remove compat/6.2 folder completely

    - Add usages of wp_normalize_remote_block_pattern (since 6.2)
    ramonjd committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    416e619 View commit details
    Browse the repository at this point in the history
  4. - Using get_template_hierarchy (since 6.2)

    - Removed tests already covered in Core
    ramonjd committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    ce5136a View commit details
    Browse the repository at this point in the history
  5. Moving get_items() method from Gutenberg_REST_Block_Patterns_Controll…

    …er_6_2 to Gutenberg_REST_Block_Patterns_Controller_6_3 because the following methods were updated in 6.3:
    
    - gutenberg_load_remote_block_patterns
    - gutenberg_load_remote_featured_patterns
    - gutenberg_register_remote_theme_patterns
    ramonjd committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    6c9011f View commit details
    Browse the repository at this point in the history
  6. Referencing private property

    ramonjd committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    9479a53 View commit details
    Browse the repository at this point in the history
  7. Delete lib/compat/wordpress-6.3/class-gutenberg-rest-global-styles-co…

    …ntroller-6-3.php because it wanted to live after a less than ideal rebase
    ramonjd committed Sep 1, 2023
    Configuration menu
    Copy the full SHA
    efadeea View commit details
    Browse the repository at this point in the history