Changed the handling of the TinyMCE button as some server configurations had problems finding the correct path.
Fixed a problem that didn't let a snippet contain a tag.
Version 1.4.7 - 27 Apr 2009
Added a workaround for a bug in WordPress 2.7.x wp-includes/compat.php that prevented the plugin to work correctly on webservers running with PHP below version 5.1.0 together with WP 2.7.x. This bug is patched in WordPress 2.8.
Version 1.4.6 - 25 Apr 2009
Updated all code to follow the WordPress Coding Standards for consistency, if someone wants to modify my code.
Removed the nodechangehandler from the TinyMCE js, as it didn't fill any purpose.
Updated the save code to remove the PHP Notice messages, if using error logging on the server.
Added additional proofing for the variables string.
Version 1.4.5 - 24 Apr 2009
Fixed a problem in the admin options that didn't allow a form with a textarea to be used as a snippet.
Widened the columns for SC and QT slightly in the options panel so they should look a bit better on the mac.
Version 1.4.4 - 19 Apr 2009
Minor fix with quicktags and certain snippets that was left out in the last update.
Version 1.4.3 - 16 Apr 2009
Fixed an escaping problem with the recently implemented shortcode function, that could cause problems on certain strings.
Fixed an escaping problem with the quicktag javascript, that could cause problems on certain strings.
Version 1.4.2 - 11 Apr 2009
Fixed some additional syntax for servers where the shortopentag configuration setting is disabled.
Version 1.4.1 - 10 Apr 2009
Removed all short syntax commands and replaced them with the full versions so the plugin also works on servers with the shortopentag configuration setting disabled.
Version 1.4 - 10 Apr 2009
Added a checkbox for Shortcodes (SC) in the admin panel. When checking this one a dynamic shortcode will be generated and inserted instead of the snippet, which allows snippets to be updated later on for all posts it's been inserted into when using this option.
Added a checkbox for Quicktags (QT) in the admin panel, so Quicktags are optional. Speeds up loading of the post editor if you don't need the quicktag support, and only use the visual editor. Defaults to off.
Version 1.3.5 - 9 Apr 2009
Fixed so the TinyMCE window adds a scrollbar if there is more variables for a snippet than fits in the window.
Fixed a bug that snippets didn't get inserted when using the visual editor in fullscreen mode.
Version 1.3 - 2 Apr 2009
Fixed a problem with the regular expressions that prohibited variables consisting of just a single number to work.
Updated the Help info in the admin page to take less space.
Included a check so the plugin only runs in WP 2.7 or newer.
Version 1.2 - 1 Apr 2009
Added support for Quicktags so the snippets can be made available in the HTML editor as well.