|
1 | 1 | # Shortcake (Shortcode UI) # |
2 | | -**Contributors:** fusionengineering, mattheu, danielbachhuber, zebulonj, goldenapples, jitendraharpalani, sanchothefat, bfintal, davisshaver |
| 2 | +**Contributors:** fusionengineering, mattheu, danielbachhuber, zebulonj, goldenapples, jitendraharpalani, sanchothefat, bfintal, davisshaver, garyj, mte90, fredserva, khromov |
3 | 3 | **Tags:** shortcodes |
4 | 4 | **Requires at least:** 4.1 |
5 | | -**Tested up to:** 4.3 |
6 | | -**Stable tag:** 0.5.0 |
| 5 | +**Tested up to:** 4.4 |
| 6 | +**Stable tag:** 0.6.0 |
7 | 7 | **License:** GPLv2 or later |
8 | 8 | **License URI:** http://www.gnu.org/licenses/gpl-2.0.html |
9 | 9 |
|
@@ -59,12 +59,24 @@ We've removed the compatibility shim for the magical `content` attribute. If you |
59 | 59 |
|
60 | 60 | ## Changelog ## |
61 | 61 |
|
62 | | -### 0.6.0 (???) ### |
63 | | -* Core integration: Fully support PHP 5.2. |
| 62 | +### 0.6.0 (November 2, 2015) ### |
| 63 | +* Supports an optional `encode=true` argument for attributes, to allow limited HTML support. Attributes need to be run through `shortcode_atts()` in order to be properly decoded. |
64 | 64 | * Defines a `SHORTCODE_UI_DOING_PREVIEW` constant when rendering a shortcode preview, which enables callbacks to serve a different representation of the shortcode in TinyMCE. |
| 65 | +* When an attachment is already selected for a shortcode attribute, opening media library will include it selected. |
| 66 | +* Cleaned up icon vertical alignment in the Insert Post Element UI. |
| 67 | +* Added CSS utility classes to all field HTML. For instance, the attachment field is now wrapped with `shortcode-ui-field-attachment`. |
| 68 | +* Added filters to modify shortcode UI arguments on registration. |
| 69 | +* Cleaned up the example plugin, so it's a much more useful developer reference. |
| 70 | +* Uses core's JavaScript regex for parsing shortcodes, instead of maintaining separate regex. |
| 71 | +* Permits HTML in field labels and descriptions. |
65 | 72 | * Added Danish translation. |
66 | 73 | * Added Italian translation. |
67 | | -* When an attachment is already selected for a shortcode attribute, opening media library will include it selected. |
| 74 | +* Added German translation. |
| 75 | +* Core integration: Fully supports PHP 5.2. |
| 76 | +* Bug fix: Persists shortcode attributes and inner content when there isn't UI registered for them. Previously, they would be discarded. |
| 77 | +* Bug fix: Display the description on the post select field. |
| 78 | +* Bug fix: Attribute field change event binds to `input` event rather than `keyup`. |
| 79 | +* [Full release notes](http://fusion.net/story/225765/introducing-shortcake-v0-6-0-cream/) |
68 | 80 |
|
69 | 81 | ### 0.5.0 (August 26, 2015) ### |
70 | 82 | * Attachment field: Made it easier to change the attachment by clicking on the thumbnail; added attachment metadata in the field view. |
|
0 commit comments