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

Introduce proper PHP classes for interacting with block types #1322

Merged
merged 20 commits into from
Jul 26, 2017
Merged

Introduce proper PHP classes for interacting with block types #1322

merged 20 commits into from
Jul 26, 2017

Commits on Jun 20, 2017

  1. Configuration menu
    Copy the full SHA
    ce45293 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d213309 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9aa5fde View commit details
    Browse the repository at this point in the history
  4. Adjust version numbers for WP_Block_Type and WP_Block_Type_Registry c…

    …lasses.
    Felix Arntz committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    a84b787 View commit details
    Browse the repository at this point in the history
  5. Remove register_block_type_args filter.

    Felix Arntz committed Jun 20, 2017
    Configuration menu
    Copy the full SHA
    8e379bf View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2017

  1. Configuration menu
    Copy the full SHA
    a408132 View commit details
    Browse the repository at this point in the history
  2. Use correct __METHOD__ constant instead of __FUNCTION__ in WP_Block_T…

    …ype_Registry.
    Felix Arntz committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    6542555 View commit details
    Browse the repository at this point in the history
  3. Implement method to get all registered block types.

    Felix Arntz committed Jun 23, 2017
    Configuration menu
    Copy the full SHA
    e0539c7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ecc6dbb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8e1464 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2017

  1. Merge remote-tracking branch 'upstream/master' into add/1321-block-cl…

    …asses
    Felix Arntz committed Jul 2, 2017
    2 Configuration menu
    Copy the full SHA
    d45da39 View commit details
    Browse the repository at this point in the history
  2. Introduce WP_Block_Type::render() method and support passing block at…

    …tributes and content to it (see #1631).
    Felix Arntz committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    547b89b View commit details
    Browse the repository at this point in the history
  3. Fix coding standards.

    Felix Arntz committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    75a065a View commit details
    Browse the repository at this point in the history
  4. Add support for passing a WP_Block_Type instance to register_block_ty…

    …pe().
    Felix Arntz committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    ca02a61 View commit details
    Browse the repository at this point in the history
  5. Adjust version numbers.

    Felix Arntz committed Jul 2, 2017
    Configuration menu
    Copy the full SHA
    11c47bc View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2017

  1. Configuration menu
    Copy the full SHA
    6b3ec26 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2017

  1. Merge remote-tracking branch 'upstream/master' into add/1321-block-cl…

    …asses
    Felix Arntz committed Jul 10, 2017
    Configuration menu
    Copy the full SHA
    d45a92a View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2017

  1. Merge remote-tracking branch 'upstream/master' into add/1321-block-cl…

    …asses
    Felix Arntz committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    c296165 View commit details
    Browse the repository at this point in the history
  2. Update PHP block type version numbers.

    Felix Arntz committed Jul 26, 2017
    Configuration menu
    Copy the full SHA
    b7d1824 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    21d8ee6 View commit details
    Browse the repository at this point in the history