Releases: wp-papi/papi
Releases · wp-papi/papi
v3.1.0-beta2
Second beta release of Papi 3.1!
Changes since v3.1.0-beta1:
Added
- 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.
Fixed
- Fixed: Heartbeat JavaScript will only add Papi fields when a post id exists.
- Fixed: Taxonomy fields will now be saved
- Fixed: Taxonomy custom labels will be overwritten on the frontend
- Fixed: Group property child properties slug will only be changed in WordPress admin.
v3.0.7
v3.1.0-beta1
First beta release of Papi 3.1!
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
anddrag_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
withpublish_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.
Changed
- Updated cross icon for file property with new color #158.
- Updated so
$id
param forpapi_get_slugs
is optional.
Removed
- Removed Papi tool page.
v3.0.6
v3.0.5
v2.4.15
v3.0.4
v2.4.14
v3.0.3
- Fixed: Box options didn't work when no properties exists in the box.
- Fixed: Some properties that was stored in options table did return null from
papi_get_option
, mostly flexible and repeater. - Fixed: Object cache issue with options fields that did get post id instead of zero that options should have.
- Fixed: Check for registered directories before they are used.
v2.4.13
Fixed
- Fixed: Box options didn't work when no properties exists in the box.
- Fixed: Some properties that was stored in options table did return null from
papi_get_option
, mostly flexible and repeater. - Fixed: Object cache issue with options fields that did get post id instead of zero that options should have.
- Fixed: Check for registered directories before they are used.
- Fixed: Double fields issue for any field when using
papi_get_field
in hooks that fires earlier thenadmin_init
#153.
Removed
- Removed:
papi_get_all_page_types
had a broken cache that didn't work as it should when you have more than one Papi directory it will not load all types.