Skip to content

Commit

Permalink
Readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
jchristopher committed Apr 9, 2014
1 parent 75e71e7 commit ca2dcfc
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions readme.txt
Expand Up @@ -91,6 +91,18 @@ Please see [Issues on GitHub](https://github.com/jchristopher/attachments/issues

Please see [Attachments' changelog on GitHub](https://github.com/jchristopher/attachments/docs/changelog.md)

= 3.5.4 =
* Fixed assumption of field keys (props bukka)
* Improved documentation (props Lane Goldberg, Roman Kokarev, Ore Landau)
* Added <code>rewind()</code> method to reset Attachments reference array (props joost de keijzer)
* TinyMCE fix to support WordPress 3.9+
* Fixed an issue where nonce was potentially wrongly flagged as sent if an instance was filtered
* Added <code>post_parent</code> argument support for instances, setting to <code>true</code> will populate the <strong>Uploaded to</strong> column in Media
* New filter: <code>attachments_default_instance</code> to disable/enable the default instance (default is <code>true</code>, <code>ATTACHMENTS_DEFAULT_INSTANCE</code> constant is deprecated)
* New filter: <code>attachments_settings_screen</code> to hide/show the settings screen (default is <code>true</code>, <code>ATTACHMENTS_SETTINGS_SCREEN</code> constant is deprecated)
* Fixed an issue where Attachments meta box(es) would not show up when creating new posts whose <code>post_type</code> had a dash in it
* Updated Italian translation (props Luca Speranza)

= 3.5.3 =
* Cleaned up PHP Warning/Notice (props Mike C.)
* Fixed a potential fatal error triggered by deleting something from the Media library that was an Attachment
Expand Down

0 comments on commit ca2dcfc

Please sign in to comment.