Skip to content

v3.1.0-rc1

Pre-release
Pre-release

Choose a tag to compare

@frozzare frozzare released this 30 May 05:29
· 775 commits to master since this release

Added

  • Added: show_screen_options to all types meta method that can turn off screen options tab.
  • Added: show_help_tabs to all types meta method that can turn off help tab.
  • Added: help method to all types which can be used to add help tabs.
  • Added: help_sidebar method 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 term command like post command.
  • Added: mce_buttons settings to editor property.
  • Added: media_buttons, teeny and drag_drop_upload settings to editor property.
  • Added: Vertical boxes support #148.
  • Added: Support for saving properties on revision posts and restoring revision data.
  • Added: display option 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 box with publish_box method.
  • Added: papi_get_entry_type_css_class to 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_classes method to all types which can be used to add custom body classes.
  • Added: show_permalink to page type so permalink div can be hidden on a page type.
  • Added: show_page_template to hide page template dropdown by default on a page type.
  • Added: show_page_attributes to show page attributes box by default on a page type.
  • Added: false value to slug key 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: $id param for papi_get_slugs is 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