Описание
Adds features to use WordPress as headless CMS
Arbitrary section
- BREAKING CHANGE 1.7.0: core/block for block references has changed
Установка
- Upload
headless.zip
to the/wp-content/plugins/
directory - Extract the Plugin to a
headless
Folder - Activate the plugin through the ‘Plugins’ menu in WordPress
Отзывы
Нет отзывов об этом плагине.
Участники и разработчики
«Headless» — проект с открытым исходным кодом. В развитие плагина внесли свой вклад следующие участники:
УчастникиПеревести «Headless» на ваш язык.
Заинтересованы в разработке?
Посмотрите код, проверьте SVN репозиторий, или подпишитесь на журнал разработки по RSS.
Журнал изменений
1.7.1
- Use taxonomy name for headless posts as fallback for rest_base
1.7.0
- BREAKING CHANGE: core/block for block references has changed
- Optimization: changed preview url magic to redirect
- Removed: filter headless_post_link because it is not healthy
- Removed: filter headless_preview_redirect because it is not in use
1.6.2
- Add headless_rest_api_prepare_post filter for uniform post responses
1.6.1
- Optimization: revalidation uses url array
- Bugfix: Remove domain from page rest api response
1.6.0
- Feature: Tag Cloud Block extension
- Feature: User extensions
- Feature: Term extensions
- Optimization: stale-while-revalidate cache-control header for headless requests to the rest api
- Optimization: api key restriction
1.5.5
- Headless settings as rest api
1.5.3
- Featured media sizes to rest api
1.5.1
- Optimization: add image sizes
1.5.0
- Feature: Comment extensions with display_name and nickname
- Feature: Revalidation via gutenberg button
- Feature: Revalidation system via schedules
1.4.2
- add embed block preparations
- update wp fetch lib
1.4.1
- renamed attribute for reference block because of react attribute name problems
1.4.0
- add reference block preparation for content resolution
- add paragraph block preparation for smaller response size
1.3.0
- add featured media attributes to posts
- extend core/image and core/gallery
1.2.1
- Allow blockName null for freeform blocks
1.2.0
- Post Meta Query for rest requests
1.1.1
- Preview feature
1.0.0
- First release