Skip to content

Version 0.5.0

Compare
Choose a tag to compare
@danielbachhuber danielbachhuber released this 26 Aug 22:45
· 513 commits to master since this release
  • Attachment field: Made it easier to change the attachment by clicking on the thumbnail; added attachment metadata in the field view.
  • Attachment field: Refactored JavaScript to trigger events.
  • Added a range input type.
  • Introduced a register_shortcode_ui hook for plugins to more safely register UI with.
  • Removed Preview tab to bring Shortcake's user experience closer to Core, in which the inline visual preview is preferred over a separate preview in the media modal.
  • Cleaned up JavaScript using JSHint.
  • Added Russian translation.
  • Added Portuguese translation.
  • Added PHPDoc to all classes.
  • Bug fix: Persists inner_content for a shortcode even when UI isn't defined.
  • Bug fix: Hitting esc in a Shortcake view will now close the modal. (Fixed in Core.)
  • Bug fix: Hitting delete when a Shortcake preview is selected in the Visual editor now results in the shortcode being removed. (Fixed in Core.)
  • Bug fix: The Shortcake 'search' function no longer visually conflicts with the shortcode grid at small screen sizes. (Fixed in Core.)
  • Bug fix: Use get_post_type() instead of get_current_screen()->post_type so context is properly set on the frontend.
  • Full release notes