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

Update WP compatibility check in gutenberg_pre_init() #29938

Merged
merged 4 commits into from
Apr 14, 2021

Commits on Mar 17, 2021

  1. Update gutenberg_pre_init() compat check to WP 5.6

    The plugin relies on `WP_Block_Supports`, which was added in 5.6
    and `register_block_format()`, which was added in 5.5.
    jeremyfelt committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    700169b View commit details
    Browse the repository at this point in the history
  2. Do not bail early after adding WP version notice

    When `return` is used here, Gutenberg is not loaded and the other
    hooks added in this file use functions that are only loaded with
    Gutenberg.
    jeremyfelt committed Mar 17, 2021
    Configuration menu
    Copy the full SHA
    21a28d6 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2021

  1. Update gutenberg.php

    gziolo committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    ac6aee5 View commit details
    Browse the repository at this point in the history
  2. Update gutenberg.php

    gziolo committed Apr 14, 2021
    Configuration menu
    Copy the full SHA
    9dcd90e View commit details
    Browse the repository at this point in the history