v3.1.0-rc1
Pre-release
Pre-release
Added
- Added:
show_screen_optionsto all types meta method that can turn off screen options tab. - Added:
show_help_tabsto all types meta method that can turn off help tab. - Added:
helpmethod to all types which can be used to add help tabs. - Added:
help_sidebarmethod to all types which can be used to add help tabs sidebar content. - Added: Support for taxonomy types with support for term meta.
- Added:
wp papi termcommand like post command. - Added:
mce_buttonssettings to editor property. - Added:
media_buttons,teenyanddrag_drop_uploadsettings to editor property. - Added: Vertical boxes support #148.
- Added: Support for saving properties on revision posts and restoring revision data.
- Added:
displayoption to box options in order to control if the box should be displayed or not. - Added: Support for repeaters inside repeaters.
- Added: Support for repeaters inside flexibles.
- Added: Support for render html in
Publish boxwithpublish_boxmethod. - Added:
papi_get_entry_type_css_classto get the css class that is added to body for a entry type. - Added: Support for autosaving fields.
- Added: Support for group inside flexibles.
- Added: Support for group inside repeaters.
- Added:
body_classesmethod to all types which can be used to add custom body classes. - Added:
show_permalinkto page type so permalink div can be hidden on a page type. - Added:
show_page_templateto hide page template dropdown by default on a page type. - Added:
show_page_attributesto show page attributes box by default on a page type. - Added:
falsevalue toslugkey to generate a unique slug that don't should be saved in the database but displayed in the admin.
Changed
- Updated: Cross icon for file property with new color #158.
- Updated:
$idparam forpapi_get_slugsis optional. - Updated: Group property is stored as a repeater but only with one row and not a standalone properties.
Removed
- Removed: Papi tool page.
- Removed:
papi_translate_keys