Skip to content

v1.2.0

Choose a tag to compare

@frozzare frozzare released this 27 Feb 21:19
· 3249 commits to master since this release
  • 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)