Skip to content

Releases: wp-papi/papi

v3.1.2

27 Jul 07:07
Compare
Choose a tag to compare
  • Added: papi_filter_settings_only_taxonomy_type that acts the same way as papi_filter_settings_only_page_type
  • Fixed: UTF-8 Encoding issue with JSON encoded strings #177.
  • Fixed: Equal hight class names on add new page view.

v3.1.1

04 Jul 13:30
Compare
Choose a tag to compare
  • Fixed: Path to files was rewritten with to lowercase #176

v3.1.0

27 Jun 07:49
Compare
Choose a tag to compare

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

v3.0.10

20 Jun 10:47
Compare
Choose a tag to compare
  • Fixed: Page type id is now set on porter import.

v2.4.18

20 Jun 10:44
Compare
Choose a tag to compare
  • Fixed: Page type id is now set on porter import.
  • Fixed: CSS is now loaded before content is loaded.

v3.1.0-rc1

30 May 05:29
Compare
Choose a tag to compare
v3.1.0-rc1 Pre-release
Pre-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

v3.0.9

25 May 08:45
Compare
Choose a tag to compare
  • Fixed: Checkbox property did not save unchecked values.

v2.4.17

25 May 08:46
Compare
Choose a tag to compare
  • Fixed: Checkbox property did not save unchecked values.

v3.0.8

17 May 18:30
Compare
Choose a tag to compare
  • Fixed: Cache issue where admin and theme did get the same cached data, will now be saved as two caches.

v2.4.16

17 May 18:18
Compare
Choose a tag to compare
  • Fixed: Object cache issue with properties that overwrites a existing post field. Cached data was loaded in WordPress admin.
  • Fixed: Cache issue where admin and theme did get the same cached data, will now be saved as two caches.