1* 2018-08-21 (fixes by Marcin Orlowski) 2 * Fixed notes' CSS for DokuWiki dark themes 3 * Code cleanup 4 * Updated documentation 5* 2016-09-14 6 * plugin cleanup 7 * adjustment to ODT plugin re-design 8 * fixed PHP7.0 signature errors 9* 2009-06-16 (re-packaged by Mischa The Evil) 10 * Removed obsolete files from the package 11 * Added README with CHANGELOG 12 * Added GNU GPL v2 license 13 * Fixed file-permissions 14* 2009-06-15 (fixes by Aurélien Bompard) 15 * Fix in the ODT renderer 16 * Add toolbar buttons for the notes. 17* 2008-02-17 (patches by Aurélien Bompard) 18 * added support for ODT-export 19* 2006-03-29 (patches by Eric Hameleers and Christopher Smith) 20 * allow note nesting 21 * fix the trimmed space problem 22 * fix the issue with protected modes (e.g. ```<tt><code></tt>``` & ```<tt><file></tt>```) not being allowed within notes 23 * plug the security vulnerability which could allow malicious HTML or JavaScript to infiltrate your wiki 24 * make note types case independent (e.g. ```<tt>important</tt>```, ```<tt>IMPORTANT</tt>``` & ```<tt>Important</tt>``` will all given an "important" note) 25 * and better: 26 * code efficiency 27 * code reading 28 * conformance to DokuWiki's changes in plugin classes 29* 2005-10-13 30 * Initial release by Olivier Cortéz (?) 31