You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fixed: Box options didn't work when no properties exists in the box.
6
8
* Fixed: Some properties that was stored in options table did return null from `papi_get_option`, mostly flexible and repeater.
7
9
* Fixed: Object cache issue with options fields that did get post id instead of zero that options should have.
8
10
* Fixed: Check for registered directories before they are used.
9
11
* Fixed: Double fields issue for any field when using `papi_get_field` in hooks that fires earlier then `admin_init`[#153](https://github.com/wp-papi/papi/issues/153).
10
12
13
+
### Removed
14
+
15
+
* 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.
0 commit comments