0.30.3
- Bugfix release, fixes current category for post/page
0.30.2
- Improves 'current category' detection.
- Adds categorypage parameter to widget
0.30.1
- excerpt - Fixed default excerpt behaviour from previous release. By default it will strip html tags as it always did. If you want it not to strip tags, you'll have to use
excerpt_strip=no. Added a new parameter to have a consistent excerpt. If you want to overwrite WordPress' excerpt when using the plugin and generate one the way the plugin does when there's no excerpt, use excerpt_overwrite=yes.
0.30
- Adds ability to exclude tags.
- Changes excerpt. Since lot of users have asked for it, I once again modified the way the excerpt is shown. It now respects your theme's allowed HTML tags and doesn't strip them from the excerpt. If you want to strip tags, use
excerpt_strip=yes.
0.29
- Adds turkish translation, thanks Hakan Er for writing this translation! :)
- Adds "AND" relationship to several categories. Thanks to hvianna from the WordPress forums who implemented this feature :D
- More improvements on readme.
0.28
- Improvements on readme, faqs.
- New posts_morelink param: adds a 'read more' link to each post.
0.27.1
- Sets minimum version to WordPress 3.3, since wp_trim_words was introduced in that version. Adds workaround for people using WordPress < 3.3.
- Adds Slovak translation by Branco from WebHostingGeeks.com.
- Removes Debug PHP warnings.
- Checkboxes on Widget save state, i18n for widget.
- Adds excerpt size to widget.
0.27
- Fixes to widget.
- Adds year and month parameters to list posts from a certain year and/or month.
- Adds search parameter to display posts that match a search term.
0.26
- Adds i18n, German and Spanish translations. All credit to cfoellmann for implementing this and writing the German translation. Thanks! :)
0.25.1
- Changed excerpt limit, it uses word count, and is working for WordPress' excerpt and auto generated ones.
0.25
- Better excerpt
- Applies title filter, should work with qTranslate
- Adds post status parameter
- Adds meta links to plugin page - most importantly: INSTRUCTIONS (please read them).
0.24
- Fixes "excerpt doesn't strip shortcodes" - https://github.com/picandocodigo/List-Category-Posts/issues/5
- Exclude currently displayed post - 1, 2
- Add title to category title 1, will be improved.
- Attempting to condition whitespaces to WordPress Coding Standard (emacs php-mode sucks for this...)
- No more git-svn crap, now I'm developing this over at (GitHub)[https://github.com/picandocodigo/List-Category-Posts] and copying it into the WordPress SVN Repo.
0.23.2
0.23.1
0.23
This update is dedicated to Michelle K McGinnis who bought me "Diamond Age" by Neal Stephenson from my Amazon Wishlist. Thanks! :D
- Added excerpt size. You can set how many characters you want the excerpt to display with 'excerpt_size'.
- Fixed HTML tag and CSS class for each element (Check Other notes for usage).
- Removed shortcodes from excerpt.
0.22.3
0.22.2
- Fixed bug with the categorypage=yes param.
- Tested with WordPress 3.3.
0.22.1
- Fixed accidentally deleted line which made the catlink=yes param not work.
0.22
- Added CSS "current" class hook for current post in the list: .current class attached to either the li or a tag of the currently viewed page in the said list. http://wordpress.stackexchange.com/q/35552/298
- Added morelink parameter, check Other notes for usage.
0.21.2
- Removed var_dump... (Sorry about that)
0.21.1
- Small fixes:
- Used "empty()" function for some Strings instead of evaluating isset() and != ''.
- Include parameters on the get_posts args only when they are set (post_parent among others).
0.21
- Added 'thumbnail_class' parameter, so you can set a CSS class to the thumbnail and style it.
0.20.5
- Brought back the multiple categories functionality for the id parameter. Hopefully the last 0.20 bugfix release so I can start working on new stuff to implement.
- Now the name parameter accepts multiple categories too. Just use:
[catlist name=category1,category2]
0.20.4
- Yet another bugfix, regarding nothing being displayed when using tags.
0.20.3
- Fixed category detection code, which created some messy bugs in some cases
0.20.2
0.20.1
0.20
- Added the possibility to list posts from the current post's category
- Some fixes to documentation
0.19.3
0.19.2
- Small fix, missing parameter for taxonomy.
0.19.1
0.19
This update is dedicated to S. Keller from Switzerland who gave me "The Ultimate Hitchhiker's Guide to the Galaxy" from my Amazon Wishlit in appreciation for the plugin. I am really enjoying the read :D. If you, like S would like to show your appreciation, here's my wishlist:
0.18.3
- Small excerpt fix, some readme file fixing too.
- Not showing the_content for password protected posts.
0.18.2
- Small fixes. Should work for name parameter in all cases now.
0.18.1
- Added slug and name to the fetching of category id from previous update.
0.18
- Fixed category id bug. Reported and fixed by Eric Celeste - http://eric.clst.org, thanks!
- Improved template system a liitle bit, now you can pass an HTML tag and a CSS class to sorround each field on your template.
- Added category link which wasn't working after previous big update.
0.17.1
- Fixed displaying of "Author:" even when not being called.
0.17
- Major rewrite. The whole code was rewritten using objects. It's easier now to develop for List Category Posts.
- Both STYLESHEETPATH and TEMPLATEPATH are checked for templates.
0.16.1
0.16
0.15.1
0.15
- Added custom fields support. Define both custom field (customfield_name) and value (customfield_value) to use it.
0.14.1
- Fixed "Show the title of the category with a link to the category" code (catlink param), it broke on some previous update, but now it's working again. Thanks Soccerwidow on the WP Forums for pointing this out.
0.14
- Added "post_type" and "post_parent" from the underlining "get_posts()" API to be usable within the short-code. By Martin Crawford, thanks!
- Added the "class" parameter to style the default ul. You can pass a class name, or the plugin will use "lcp_catlist" bby default. Thanks Chocolaterebel (http://wordpress.org/support/topic/plugin-list-category-posts-sharing-my-own-template-in-lcp).
- Fixed "tags" parameter on the documentation, it used to say "tag", and the plugin looks for "tags".
0.13.2
- Fixed thumbnail code, added it to default.php template as example.
0.13.1
0.13
0.12
- Added comments count.
- Updated readme file
0.11.2
- Another minimal bug fixed with the excerpt...
0.11.1
- Fixed small bug which made the excerpt show up everytime... (Sorry :S)
0.11
- Automatic excerpt added in case the user didn't specifically write an excerpt.
- Widget has been finally fixed. The attributes finally save themselves, and the widget works as expected :D
0.10.1
- Small fix -
added ul tags to default template.
- Compatible WordPress 3.0 with Twenty Ten theme (thanks again Doug Joseph :) )
0.10
0.9
- admin parameter now shows "display name" instead of "user nice name".
- Template system has changed: In older version, custom templates got deleted if an automatic upgrade was done. Now templates are stored in the theme folder. (Thanks Paul Clark)
- Added tag support
0.8.1
- Fixed bug for 'content'.
- There's new stuff on the widget options. I'm still working on it, so some bugs may appear.
0.8
- Widget implements WP 2.8 Widget API, so at least 2.8 is required. Now you can use as many widgets as necessary, with new params.
- Updated readme file.
0.7.2
- Fixed link to category.
- Improved template system.
0.7.1
- Fixed uber stupid bug with offset... Sorry about that!
0.7
- Exclude posts. Contribution by acub.
- Offset parameter on shortcode to start listing posts with an offset. Contribution by Levi Vasquez
- Content of the post can now be displayed. Contribution by Lang Zerner.
- Link to the category available. By request on the plugin's forum.
- Fixed small bug when using category name.
0.6
- Minor fix for unclosed ul if not using templates.
- Added option to list posts from many categories at once.
- Added option to exclude categories.
0.5
- Readme.txt validation.
- Added 'excerpt' parameter. You can now show the excerpt for each post.
- Added 'dateformat' parameter. Format of the date output. Default is get_option('date_format') - by Verex
- Added 'template' parameter. Now you can choose template for output of the plugin. File name of template from templates directory without extension. Example: For 'template.php' value is only 'template'. Default is 'default' that means template in code of plugin not in template file -by Verex
0.4.1
- Fixed some code to enable PHP 4 compatibility. Shouldn't hosting services update to PHP 5?
0.4
- Added 'date' parameter. Now you can show the post's date when listed.
- Added 'author' parameter. You can also show the post's author.
- Sidebar Widget now allows you to add a title in h2 tags.
- Changed some variable names, to keep better compatibility with other plugins/wordpress variables.
- Tested with WordPress 2.7.
0.3
- Broke backwards compatibility. Users of version 0.1 should update their pages and posts for the new shortcode formatting.
- Option to pass arguments to the plugin, in order to use name of category instead of ID, orderby, order and number of posts are passed through parameters.
0.2
- Added experimental sidebar widget (use at your own risk, not ready for prime-time yet since it hasn't been tested :P )
0.1.1
- Fixed major bug, which gave 404 error when trying to use "Options" page.
0.1
- Option page to limit number of posts.
- Working using [category=ID] for posts and pages, with several categories support.