diff --git a/readme.txt b/readme.txt index 5f4237f..3252668 100644 --- a/readme.txt +++ b/readme.txt @@ -55,6 +55,10 @@ Make sure your theme's `footer.php` file has `` somewhere i == ChangeLog == += Version 3.2.1 = + +* Fix shortcode issues that would occur during post editing if the code contained what looked like opening HTML tags such as `SyntaxHighlighter. TIP: Don't use the Visual editor if you don't want your code mangled. TinyMCE will "clean up" your HTML. Author: Alex Mills (Viper007Bond) Author URI: http://www.viper007bond.com/ @@ -21,7 +21,7 @@ class SyntaxHighlighter { // All of these variables are private. Filters are provided for things that can be modified. - var $pluginver = '3.2.0'; // Plugin version + var $pluginver = '3.2.1'; // Plugin version var $agshver = false; // Alex Gorbatchev's SyntaxHighlighter version (dynamically set below due to v2 vs v3) var $shfolder = false; // Controls what subfolder to load SyntaxHighlighter from (v2 or v3) var $settings = array(); // Contains the user's settings