Releases: mjangda/plugin-notes
Releases · mjangda/plugin-notes
v1.6
v1.5
2015-06-09 / 1.5 Originally released Dec 2012 by @jrfnl
- [Bug fix] Fixed AJAX delete bug (kept 'waiting').
- [New feature] Added output filters for html output (
plugin_notes_row
andplugin_notes_form
) and the note itself (plugin_notes_note
). - [New feature] Added ability to use a number of variables in notes which will automagically be replaced - see FAQ for more info.
- [New feature] Added ability to use markdown syntax in notes - see FAQ for more info.
- [Usability improvement] Added
<hr />
to allowed tags list and made the tag list filterable through the newplugin_notes_allowed_tags
filter. - [Usability improvement] Made the default text area for adding a note larger.
- [Usability improvement] Added automagical target="_blank" to all links in plugin notes including external link indicator.
- [Usability improvement] Added contextual help for WP 3.3+,
- [Usability improvement] Added FAQ section and plugin license info to the readme file ;-)
- [Usability improvement] Added uninstall script for clean uninstall of the plugin.
- [Usability improvement] Added minified versions of the js and css files.
- [I8n] Created .POT file and added Dutch translation.
- [Security] Improved output escaping.