Skip to content

2.14

Compare
Choose a tag to compare
@mrcasual mrcasual released this 22 Dec 02:50
· 3086 commits to main since this release

This would be a minor version update (2.13.5), except that we renamed many functions. See "Developer Updates" for this release below.

  • Added: {is_starred} Merge Tag. Learn more about using {is_starred}
  • Fixed: Media files uploaded to Dropbox were not properly embedded
  • Fixed: JavaScript error when trying to edit entry's creator
  • Fixed: Recent Entries widget would cause a fatal error on WP 5.8 or newer
  • Fixed: When using Multiple Forms, editing an entry in a joined form now works properly if the "Edit Entry" tab has not been configured
  • Fixed: View settings not hiding automatically on page load

Developer Updates:

We renamed all instances of blacklist to blocklist and whitelist to allowlist. All methods and filters have been deprecated using apply_filters_deprecated() and _deprecated_function(). See a complete list of modified methods and filters.