Skip to content

Releases: mjangda/plugin-notes

v1.6

16 Jun 21:32
Compare
Choose a tag to compare

2015-06-13 / 1.6 Originally released Dec 2012 by @jrfnl

  • [New feature] Added ability to change the background color of notes.

v1.5

16 Jun 21:30
Compare
Choose a tag to compare

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 and plugin_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 new plugin_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.