wordpress-develop/tests/phpunit/tests/rest-api
Grzegorz (Greg) Ziółkowski 78d3ff391c Block Editor: Remove experimental Social Links blocks
We decided to mark Social Links block as an experimental feature in Gutenberg. In effect, we are moving all related code from WordPress 5.3 release.

Props youknowriad.

Fixes #48263.



git-svn-id: https://develop.svn.wordpress.org/trunk@46543 602fd350-edb4-49c9-b593-d223f7449a82
2019-10-15 15:35:03 +00:00
..
rest-attachments-controller.php REST API: Add support for continuing the post-processing of images after upload. Flow: 2019-10-07 17:04:49 +00:00
rest-autosaves-controller.php Tests: Replace use of $this->server with rest_get_server() in test_registered_query_params(). 2018-12-17 01:24:36 +00:00
rest-block-renderer-controller.php REST API: Preserve unknown, respect null in server-side block rendering. 2018-12-17 17:59:44 +00:00
rest-blocks-controller.php REST API: Always include title.raw/content.raw for Blocks in context=view. 2018-12-17 17:21:05 +00:00
rest-categories-controller.php REST API: Avoid undefined-property notice when setting parent term to 0. 2019-03-21 18:58:50 +00:00
rest-comments-controller.php REST API: Ensure users with "moderate_comments" capability may edit comments. 2019-10-08 04:00:25 +00:00
rest-controller.php REST API: Support dot.nested hierarchical properties in _fields query parameter. 2019-09-19 14:04:51 +00:00
rest-pages-controller.php REST API: Include permalink_template/generated_slug for Posts 2018-12-12 02:11:22 +00:00
rest-post-meta-fields.php REST API: Do not addslash when receiving meta arrays of non-string values. 2019-10-09 17:34:20 +00:00
rest-post-statuses-controller.php Tests: Correct ::assertArrayHasKey() capitalization in [46252]. 2019-09-26 20:30:35 +00:00
rest-post-types-controller.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
rest-posts-controller.php REST API: Ensure rest_controller instantiates the post type's declared REST controller class. 2019-10-08 13:41:29 +00:00
rest-request-validation.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
rest-request.php Code Modernization: Remove all code using a version_compare() with a PHP version older than PHP 5.6. 2019-09-20 22:01:36 +00:00
rest-revisions-controller.php Add @ticket annotations for [45812]. 2019-08-16 03:32:23 +00:00
rest-schema-sanitization.php REST API: Pass "null" as the post date property to reset post to initial "floating" date value. 2019-09-23 17:24:58 +00:00
rest-schema-setup.php Block Editor: Remove experimental Social Links blocks 2019-10-15 15:35:03 +00:00
rest-schema-validation.php REST API: Pass "null" as the post date property to reset post to initial "floating" date value. 2019-09-23 17:24:58 +00:00
rest-search-controller.php REST API: Permit embedding of the 'self' link relation in the /search endpoint. 2019-10-08 04:43:10 +00:00
rest-server.php REST API: Permit embedding of the 'self' link relation in the /search endpoint. 2019-10-08 04:43:10 +00:00
rest-settings-controller.php REST API: Remove permalink_structure from the REST API settings endpoint. 2019-01-08 02:50:05 +00:00
rest-tags-controller.php REST API: Return term resources in "edit" context after PUT or POST request. 2019-09-12 21:28:14 +00:00
rest-taxonomies-controller.php REST API: Add @ticket annotation to test from [45813]. 2019-08-15 23:08:31 +00:00
rest-term-meta-fields.php Coding Standards: Upgrade WPCS to 1.0.0 2018-08-17 01:50:26 +00:00
rest-test-controller.php REST API: Don't add fields to object when not included in ?_fields=. 2018-12-12 20:50:22 +00:00
rest-themes-controller.php Themes: Introduce responsive embeds support. 2018-12-14 01:49:46 +00:00
rest-users-controller.php REST API: Cache results of get_item_schema on controller instances for performance. 2019-08-15 21:08:05 +00:00