1# Changelog 2 3## 2018/02/09 4 5> This is the latest release. The has been moved to [SyntaxHighlighter 4](https://github.com/crazy-max/dokuwiki-plugin-syntaxhighlighter4) 6 7* Update author's name 8 9## 2016/12/08 10 11* Add ANT build tools 12* Add StyleCI and Codacy 13 14## 2016/06/19 15 16* Update to Syntaxhighlighter 3.0.90 17* New brushes: Haxe, TAP, TypeScript 18 19## 2016/06/18 20 21* Defaults configuration can be overrided in the Config Manager (Issue #11) 22* Add documentation from plugin page 23 24## 2016/06/13 25 26* Hide box shadow (Issue #1) 27* Add build bash script 28* Add archives releases 29 30## 2016/06/12 31 32* Allow ranges for highlight parameter 33* Add screenshots 34* Add .editorconfig 35* Update README and several infos 36* Add build tools 37* Extract content of plugin in the repository 38* Fork of Daniel Lindgren's syntaxhighlighter3 plugin 39 40## 2013/08/07 41 42> Release available in `archives` folder. 43 44* Fixed problem with the option html-script, always load shBrushXml.js to make it work. 45* Convert brush aliases and options to lowercase, SyntaxHighlighter is case sensitive. 46 47## 2011/06/07 48 49> Release available in `archives` folder. 50 51* Plugin adapted to [current plugin layout](https://www.dokuwiki.org/devel:plugin_file_structure). 52* Uses Autoloader instead of always loading all brushes on all pages. 53* Uses [Config Manager](https://www.dokuwiki.org/plugin:config) to select theme and configure Autoloader brush list. No longer necessary to edit action.php, i.e. plugin updates will not overwrite extra brushes. 54* Add support for block title attribute. 55