Skip to content

Releases: wp-papi/papi

v1.2.8

12 May 11:37

Choose a tag to compare

Fixed so action, message and post query strings are removed when you using papi/settings/only_page_type_{$post_type}.

v1.2.7

07 May 09:30

Choose a tag to compare

v1.2.6 was target against master branch and v1.2.7 will solve it.

  • Fixed papi_get_page_query_strings so it don't remove query strings

v1.2.5

09 Apr 09:50

Choose a tag to compare

  • Fixed so a property bool isn't checked when it isn't checked in a property repeater.

v1.2.4

07 Apr 16:26

Choose a tag to compare

  • Fixed repeater counter bug. Reseting 'counter' for each repeater property #52. Thanks @sevenbytes!

v1.2.3

09 Mar 09:06

Choose a tag to compare

  • Fixed redeclare issue with format_value for editor property

v1.2.2

06 Mar 10:50

Choose a tag to compare

  • Fixed so repeater runs update value method on every property
  • Fixed so property editor does run the_content filter 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

27 Feb 21:28

Choose a tag to compare

  • Fixed issue with HHVM and opendir where it open empty string as the current directory.
  • Fixed so HHVM will sort the default sort order better.
  • Fixed so you can page types without properties, see issue 49.

v1.2.0

27 Feb 21:19

Choose a tag to compare

  • 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_loaded instead of after_setup_theme action 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

04 Feb 14:08

Choose a tag to compare

  • Fixed select2 images paths

v1.1.0

25 Jan 20:21

Choose a tag to compare

  • 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 seamless mode
  • Added a second parameter to _papi_get_all_page_types so 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 select2 to 3.5.2
  • Updated moment.js to 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