Skip to content

Commit

Permalink
Fix typos in changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
goldenapples committed Jan 16, 2019
1 parent 0d77b4f commit ca77eba
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ We've removed the compatibility shim for the magical `content` attribute. If you
### 0.7.4 (January 16, 2019) ###
* Block editor compatability: prevent templates from being output before the document head, which forced the browser into quirksmode, breaking some CSS styles in the block editor.
* Bug fix: the above bugfix.
* Bug fix: Fix a javascript error which would cause the Insert Post Element modal to be blank if any shortcode contains a select field with no visible options and no default set..
* Bug fix: Fix a javascript error which would cause the Insert Post Element modal to be blank if any shortcode contains a select field with no visible options and no default set.
* Bug fix: Fix a bug where the "Select Files" button in the media controller became unresponsive after a post element has been inserted.
* Enhancement: add an optional "allow clear" field attribute to be passed to select2 fields (post, user, or term select) so that multi-select fields can be cleared with a single click. (defaults to false and should not affect existing fields).
* Enhancement: add an optional "allow clear" field attribute to be passed to select2 fields (post, user, or term select) so that multi-select fields can be cleared with a single click. (This option defaults to off and should not affect existing fields.)

### 0.7.3 (September 5, 2017) ###
* Security: Use nonce validation in ajax render shortcode callback to protect against CSRF.
Expand Down
4 changes: 2 additions & 2 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ We've removed the compatibility shim for the magical `content` attribute. If you
= 0.7.4 (January 16, 2019) =
* Block editor compatability: prevent templates from being output before the document head, which forced the browser into quirksmode, breaking some CSS styles in the block editor.
* Bug fix: the above bugfix.
* Bug fix: Fix a javascript error which would cause the Insert Post Element modal to be blank if any shortcode contains a select field with no visible options and no default set..
* Bug fix: Fix a javascript error which would cause the Insert Post Element modal to be blank if any shortcode contains a select field with no visible options and no default set.
* Bug fix: Fix a bug where the "Select Files" button in the media controller became unresponsive after a post element has been inserted.
* Enhancement: add an optional "allow clear" field attribute to be passed to select2 fields (post, user, or term select) so that multi-select fields can be cleared with a single click. (defaults to false and should not affect existing fields).
* Enhancement: add an optional "allow clear" field attribute to be passed to select2 fields (post, user, or term select) so that multi-select fields can be cleared with a single click. (This option defaults to off and should not affect existing fields.)

= 0.7.3 (September 5, 2017) =
* Security: Use nonce validation in ajax render shortcode callback to protect against CSRF.
Expand Down

0 comments on commit ca77eba

Please sign in to comment.