From 50a252a42eb39de78900785f4c7dc6f48659bbe2 Mon Sep 17 00:00:00 2001 From: Nathaniel Taintor Date: Thu, 16 Mar 2017 12:37:26 -0700 Subject: [PATCH] Update readme with additional release notes. --- README.md | 7 ++++++- readme.txt | 7 ++++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a5ddea28..b9c6a1b5 100644 --- a/README.md +++ b/README.md @@ -78,8 +78,13 @@ We've removed the compatibility shim for the magical `content` attribute. If you ### 0.7.1 (December 16, 2016) ### * 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. ### 0.7.0 (November 18, 2016) ### * 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. @@ -201,7 +206,7 @@ We've removed the compatibility shim for the magical `content` attribute. If you * Supports all HTML5 input types for form fields. * Shortcode preview tab within the editing experience. -* Re-labeled the UI around “Post Elements”, which is more descriptive than “Content Items.” + }* Re-labeled the UI around “Post Elements”, which is more descriptive than “Content Items.” * Many bug fixes. * [Full release notes](http://next.fusion.net/2014/12/23/shortcake-v0-1-0-live-previews-fieldmanager-integration/). diff --git a/readme.txt b/readme.txt index 097ad59a..3789b0ad 100644 --- a/readme.txt +++ b/readme.txt @@ -70,8 +70,13 @@ We've removed the compatibility shim for the magical `content` attribute. If you = 0.7.1 (December 16, 2016) = * 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. = 0.7.0 (November 18, 2016) = * 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. @@ -193,7 +198,7 @@ We've removed the compatibility shim for the magical `content` attribute. If you * Supports all HTML5 input types for form fields. * Shortcode preview tab within the editing experience. -* Re-labeled the UI around “Post Elements”, which is more descriptive than “Content Items.” + }* Re-labeled the UI around “Post Elements”, which is more descriptive than “Content Items.” * Many bug fixes. * [Full release notes](http://next.fusion.net/2014/12/23/shortcake-v0-1-0-live-previews-fieldmanager-integration/).