NEW field configuration caching This is handled through WordPress transients and can be enabled/disabled via Field Editor Settings (enabled by default). This should decrease page load times by at least half a second or more, depending on the number of fields you have.
NEW prevent non-package fields from being saved to listing for WCPL This prevents users from bypassing package requirements (fields allowed) by selecting different package after going to preview step.
NEW unattach media from post when package upgrade/downgrade for WCPL
MAJOR BUG FIX FacetWP custom fields not being indexed correctly
FIX bulk actions now work correctly
FIX output show label not working for multiselect fields
FIX per-page screen options not saving correctly
FIX problem with detecting theme name correctly
Made font size smaller for admin notices on list table pages
Along with the new field configuration caching, this update also includes a complete update of the functions used to return and build all the field configuration. All functions/methods are still backwards compatible, but have been updated to support caching, enhance functionality, and decrease the amount of code that has to be ran. This update should decrease page load times when you have caching enabled (see field editor settings page). You can test by appending ?no_cache=true to any URL to prevent caching on that page.