Skip to content
This repository has been archived by the owner on Nov 6, 2022. It is now read-only.

Prevent an error for a block with a large attributes object #524

Closed
wants to merge 7 commits into from

Commits on Apr 3, 2020

  1. Fork the <ServerSideRender> from Core, filter the REST API

    This should at least temporarily fix two recurring
    issues in GitHub issues and wp.org support topics.
    kienstra committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    cc65001 View commit details
    Browse the repository at this point in the history
  2. Use 'block-lab' textdomain in forked ServerSideRender

    This should be more reliable,
    in case the strings change.
    kienstra committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    abbe210 View commit details
    Browse the repository at this point in the history
  3. Apply the fix from the Core patch to allow POST requests

    Before, this did not allow POST requests,
    so add this.
    kienstra committed Apr 3, 2020
    Configuration menu
    Copy the full SHA
    5b4f509 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2020

  1. Add a test class for Rest, including testing filtering

    Test that the filter of the endpoints works,
    and that the edited get_items() function
    works as expected.
    kienstra committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    6cfe7c3 View commit details
    Browse the repository at this point in the history
  2. Add WP versions to the Travis build, may revert

    The Rest class uses classes from Core,
    and has an important filter of 'rest_endpoints'
    that needs to work with all supported versions of Core.
    kienstra committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    82b02ae View commit details
    Browse the repository at this point in the history
  3. Add lodash to package.json, as ServerSideRender uses it

    Also, make minor edits to PHPDoc summaries.
    kienstra committed Apr 4, 2020
    Configuration menu
    Copy the full SHA
    5cfbfcb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b288d54 View commit details
    Browse the repository at this point in the history