1.7.2
- Note compatibility through WP 3.3+
- Add link to plugin directory page to readme.txt
- Note many TODO ideas
- Update copyright date (2012)
1.7.1
- Note compatibility through WP 3.2+
- Minor code formatting changes (spacing)
- Minor readme.txt formatting changes
- Add plugin homepage and author links in description in readme.txt
- Update copyright date (2011)
1.7
- Rename filter 'c2c_the_category_image' to 'c2c_category_image_list'
- Add hooks 'c2c_get_category_image' (filter), 'c2c_get_the_category_image_list' (filter), and 'c2c_the_category_image' (action) to respond to the function of the same name so that users can use the apply_filters() or do_action() notation for invoking template tags
- Change to make leading and trailing forward slashes optional for $image_dir value
- Wrap each global function in function_exists() check
- Remove docs from top of plugin file (all that and more are in readme.txt)
- Note compatibility with WP 2.9+, 3.0+
- Minor tweaks to code formatting (spacing)
- Add Changelog, Filters, and Upgrade Notice sections to readme.txt
- Add PHPDoc documentation
- Add package info to top of plugin file
- Update copyright date
- Remove trailing whitespace
1.6 (unreleased)
=
* Add optional arg $post_id (default of false) to c2c_get_the_category_image_list() to allow specifying a post
* Send $separator as arg in calls to get_category_parents()
* Use get_options() instead of get_settings()
* Note compatibility with WP 2.6+, 2.7+, 2.8+
* Update copyright date
1.5
- Move plugin into its own sub-directory
- Lots of changes to ensure compatibility with latest releases of WP
- Add function c2c_get_the_category_image_list() and move code from c2c_the_category_image() into it (but non-echoing though)
- Change c2c_the_category_image() to simply echo result of c2c_get_the_category_image_list()
- Use $cat->name instead $cat->cat_name
- Use term_id instead of cat_ID
- Allow filter of result via the filter named "c2c_the_category_image".
- Add readme.txt
- Minor code formatting changes
- Add installation instructions
- Change plugin description
- Change Plugin URI
- Change Author URI
- Note compatibility with WP 2.3+, 2.5+
- Update copyright date
1.2
- Compatibility fix for WP1.5.1
1.1
- Same as v1.0 but compatible with WP1.5+
- Change to accommodate new get_category_link() arguments
1.0
- Last version compatible with WP 1.2
- Add argument $use_name_if_no_image=false to allow showing cat name if no image was located
- Tweaks to update c2c_the_category_image() with changes made to the_category() (mostly rel= stuff)
- Change default category images directory from /wp-images/ to /wp-content/images/
0.92
- Fix a pair of typos that prevented images from showing
0.91
- Now supports listing multiple image extensions
- Prepended all functions with “c2c_” to avoid potential function name collision with other plugins or future core functions… NOTE: If you are upgrading from an earlier version of the plugin, you’ll need to change your calls from the_category_image() to c2c_category_image()
- Change from BSD-new license to MIT license
0.9