Releases: wp-papi/papi
Releases · wp-papi/papi
v1.2.8
v1.2.7
v1.2.5
v1.2.4
v1.2.3
v1.2.2
- Fixed so repeater runs update value method on every property
- Fixed so property editor does run
the_contentfilter when you get the value from Papi. Getting raw output from a editor you have to use text property with the editor setting. - Changed so Papi base property class used the container for creating instances of property classes.
v1.2.1
v1.2.0
- Added a filter so you can hide a page type on add new view when you need to
- Added a filter so you can change standard page description
- Added a filter so you can change standard page name
- Added a filter so you can change standard page thumbnail
- Added blank row to post property
- Added Papi container so a page type only can be loaded once
- Added property editor as a shortcut property to property text
- Added property gallery as a shortcut property to property image
- Added property html so you can add custom html blocks between properties
- Added property reference so you can se which page reference in another page. Good use cases are for modules
- Added query settings to post property
- Added so it works to change labels on page types
- Added so you can have a callable function that returns a array of properties or tabs
- Added so Papi escape html on all values except those who are saved in the database and html settings on property html
- Added so you can use \n in description for a property.
- Fixed so empty text settings will hide the p tag in post property
- Fixed so namespaces works in page type files
- Fixed so Papi use
plugins_loadedinstead ofafter_setup_themeaction to load Papi. - Fixed so statics page can count only page types
- Improved the directory structure of Papi
- Renamed all private internal Papi functions to public (removed '_' before the function name)
v1.1.1
v1.1.0
- Added property color as a core property
- Using WordPress attachment classes for property image
- Fixed so gallery is sortable
- Use property type as 3:e value to generate slug instead of
uniqid - Use the first column in repeater row as sortable handler instead of the full row
- Fixed better style for repeater property in
seamlessmode - Added a second parameter to
_papi_get_all_page_typesso it works to get all page types with a specified post type - Added a filter to the post/page list so it works to filter the list based on page type
- Added menu order sort to relationship property
- Fixed so all pages should use only_page_type if it's available (#37)
- Fixed css issue with datetime property in Firefox
- Updated
select2to 3.5.2 - Updated
moment.jsto 2.9.0 - Fixed image urls for relationship property and Papi logotype
- Repeater is now deleting all rows before is saves the new one. This fixes so you can do custom sql against the repeater
- Added so you can change image when you click the the attachment image in image property like feature image
- Fixed issue with more then 10 rows in repeater