Skip to content

Commit

Permalink
Update readme with additional release notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenapples committed Mar 16, 2017
1 parent dc6c757 commit 50a252a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,13 @@ We've removed the compatibility shim for the magical `content` attribute. If you

### 0.7.1 (December 16, 2016) ###

This comment has been minimized.

Copy link
@szepeviktor

szepeviktor Apr 6, 2017

Collaborator

@goldenapples Could it that 21 days ago it was December?

This comment has been minimized.

Copy link
@goldenapples

goldenapples Apr 6, 2017

Author Contributor

Or that I've been caught using copy-paste again?

This comment has been minimized.

Copy link
@goldenapples

goldenapples Apr 6, 2017

Author Contributor

lol. But seriously, thanks for the catch. The meeting where we discussed releasing this fix was back in December, but some of the fixes in it weren't ready; and I didn't go back and fix this date when I finally got the release out. I'll fix.

This comment has been minimized.

Copy link
@szepeviktor

szepeviktor Apr 6, 2017

Collaborator

Thank you.
A release checklist does half of the job.

* 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.
Expand Down Expand Up @@ -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/).

7 changes: 6 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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/).

0 comments on commit 50a252a

Please sign in to comment.