Skip to content

Tags: alleyinteractive/shortcake

Tags

v0.7.2

Toggle v0.7.2's commit message
Merge pull request wp-shortcake#727 from edwinsiebel/patch-1

Update plugin version

v0.7.1

Toggle v0.7.1's commit message
Version 0.7.1

* Change shortcode formatting to add a space before the self-closing trailing slash.
* Fix alignment of attachment previews with long filenames.
* Bug fix: Set an initial value on select fields (previously, no value would be set for a select field unless the user interacts with the field).
* Enhancement/fix: Reuse one copy of the media modal and reset its state upon closing, rather than creating duplicate markup each time the modal is accessed.
* Compatability: Uses "full" version of select2.js 4.0.3 to prevent plugin conflicts with other plugins which expect the full version to be enqueued.
* Compatability: Add `SELECT2_NOCONFLICT` flag to load Select2 in a unique namespace to prevent conflicts with other plugins which are loading select2.js version 3.
* Added Norwegian translation.
* Multiple coding style fixes.

v0.7.0

Toggle v0.7.0's commit message
* Adds "Add post element" button to media buttons - one click to open…

… the shortcode list, rather than clicking "Add media" button and then finding "insert post element" in the menu.

* Added "Term Select" field type.
* Added "User Select" field type.
* Added new hooks that fire on rendering/editing/closing a shortcode, which can be used for field types which require custom javascript initialization or cleanup.
* Select fields: add full support for multiple select fields.
* Select fields: support custom ordering of options.
* Select fields: support grouping option in `<optgroup>`s by passing them as a nested array.
* Attachment fields: support multiple selection.
* Attachment fields: support SVG images (if svg uploads are enabled by a plugin or theme).
* Bug fix: Handle percent signs when decoding fields with `encode=true` specified.
* Bug fix: fix issue where it takes two clicks on a shortcode in editor to bring up the Edit Shortcode modal.
* Bug fix: fix issue when searching for shortcodes by name where if multiple shortcodes start with the search string, only the first is returned.
* Bug fix: only output a description field on an attribute if it's not empty.
* Compatability: Remove shims for handling the media modal in WP 4.1 and 4.2.
* Compatability: Upgrade Select2 library to 4.0.3 to avoid conflicts with other plugins which use the latest version of Select2.
* Added Turkish translation.
* Added Finnish translation.
* Added Swedish translation.
* Added Hungarian translation.

v0.7.0-pre

Toggle v0.7.0-pre's commit message
Merge pull request wp-shortcake#508 from wp-shortcake/attachment-gallery

Attachment Gallery

v0.6.2

Toggle v0.6.2's commit message
Version bump

v0.6.1

Toggle v0.6.1's commit message
Bump stable version

v0.6.0

Toggle v0.6.0's commit message
Merge pull request wp-shortcake#536 from wp-shortcake/526-update-readme

Update readme with what's changed in v0.6.0

v0.5.0

Toggle v0.5.0's commit message
Readme corrections

v0.4.0

Toggle v0.4.0's commit message
Merge pull request wp-shortcake#362 from fusioneng/readme-0-4-0

Release v0.4.0

v0.3.0

Toggle v0.3.0's commit message
Link to the release notes