Skip to content

Version 0.7.4

Latest
Compare
Choose a tag to compare
@goldenapples goldenapples released this 16 Jan 22:42
· 15 commits to master since this release
90db780
  • Block editor compatibility: prevent templates from being output before the document head, which forced the browser into quirksmode, breaking some CSS styles in the block editor.
  • Bug fix: the above bugfix.
  • Bug fix: Fix a javascript error which would cause the Insert Post Element modal to be blank if any shortcode contains a select field with no visible options and no default set.
  • Bug fix: Fix a bug where the "Select Files" button in the media controller became unresponsive after a post element has been inserted.
  • Enhancement: add an optional "allow clear" field attribute to be passed to select2 fields (post, user, or term select) so that multi-select fields can be cleared with a single click. (This option defaults to off and should not affect existing fields.)