Changelog 1.8.6 Added : compatibility with qTranslate plugin. 1.8.5 A "bug" is corrected. 1.8.4 * Chinese & Italian translation added. * Template Code improved a bit. * WordPress 2.5 RC-1 friendly. 1.8.3 German translation file updated (Thanks Kristian !) 1.8.2 * New option : size of the space before and/or after the icons in the sidebar. * A widget is included to display icons in the sidebar. * French translation is up to date. Other language than english & french need to be updated. (thanks in advance to the translators) 1.8.1 A little bug is corrected. 1.8 The plugin is now compatible with WordPress Mu. 1.7.9 Just a little 'bug' corrected. 1.7.8 * Bulgarian language added. Thanks to Kalin Dimitrov. * Dutch language added. Thanks to Vincent Sparreboom. * German language added. Thanks to Kristian Bollnow. * New functionnality : in the parameters of put_cat_icons() function, if you put icons_only=1, then only the icons will be displayed in the sidebar, instead of the icon AND the category name. example : if (function_exists('put_cat_icons')) put_cat_icons( wp_list_categories('title_li=&echo=0') ,'icons_only=1'); else wp_list_categories('title_li='); 1.7.7 * The plugin is now compatible with the 'Top Level Categories' plugin. * Now, if no class is given in the parameters, the class attribute is not added to the img tag. 1.7.6 * Added Ukrainian language by Andrew S. (http://airman.myphotos.cc/) * Bug resolved : I said to put the category_icons.php file into the category_icons directory instead of category-icons directory. So, to be clear, you must put (if it's not done yet) category_icons.php file in the category-icons directory. 1.7.5a * Added Slovak (sk) language. Author : Samuel K. (http://blog.samopal.eu/) * Added Spanish (es_ES) languages. Author : TechnopodMan (http://simplezaweb.com/) 1.7.5 * The Code Template process has been improved. * Added an option to automatically patch or not the template files. 1.7.4 * now, the plugin is in a directory named 'category_icons'. * a bug is resolved * get_settings() (deprecated) replaced by get_option() * new functionnality : Through The Template Code panel, your template files are scanned and patched if they're writable. If not, informations about where you should paste get_cat_icon() in your files are displayed. 1.7.2 * a bug is resolved 1.7.1 * new feature : you can now display the icons vertically, it's like a 'stack' of icons, thank to a new parameter for the function get_cat_icon() : vertical_display. Set it to true if you want to use that feature. Example : get_cat_icon('vertical_display=true'); The 'stack' is generated thank to a div tag. That div tag has a class : caticons. So if you want to extend the style of the div tag, you can use css in style.css. Example of generated code :