New Feature: added the new %post_comments% tag in the format to show
how many comments a post has.
New Feature: now you can choose to show the cached version only to the
anonymous (not logged in) users.
Some minor fixes.
2.1.0
New Feature: implemented a cache system. This will improve the speed
of the plugin. If you are using the function WPPP_show_popular_posts()
for non-widget-ready themes, please read the FAQ.
Fixed an issue with %post_category%. Thanks to Isaac | GoBlogger.
Better compatibility with plugins like qTranslate. Thanks to Blutarsky
for this.
2.0.2
Regression: you couldn't set an empty title anymore.
Regression: You couldn't add HTML tags to the widget title.
Fix: more robust security checks.
2.0.1
New feature: now you can use %post_category% in your format, to show
the post's category.
New feature: now you can show posts from a specific category.
2.0.0
New complete rewrite, using WP 2.8 Widget API. Note: from now on, this
plugin will require at least WP 2.8
New feature: now you can add multiple widgets with their own different
settings!
New feature: now you can exclude specific posts/pages by IDs.
New feature: don't show posts with a view count under x
New feature: now you can choose between unordered (ul tag) or ordered
(ol tag) list.
Fix: now private posts are excluded from the list.
Fix: now deleted posts shouldn't appear anymore.
Fix: W3C Validation fix, thanks to Jonathan M. Hollin
Fix: fixed an issue with titles containing special characters/quotes.
Fix: removed the shortcodes from the excerpt, thanks to Peter.
1.3.5
Added a workaround for a cache issue in stats plugin.
1.3.4
Hopefully fixed a problem on some blogs, when displaying only posts or
only pages.
1.3.3
Updated compatibility with WP 2.6
1.3.2
New option: now you can limit the length of the links.
1.3.1
Fixed an incompatibily with PHP < 5.0.
1.3
Now the titles & permalinks are taken from the database, so they should
be updated.
Arabic/Greek etc. language issues should be fixed now.
1.2
New feature: Added multilanguage support.
Added italian language
New feature: now you can show the first n characters of the content
of each post, through the %post_excerpt% parameter. Just add it to your
format.
1.1.2
Added a fix for a bug in WordPress Stats.
1.1.1
Fixed some unclosed tags, which caused issues in IE7 configuration of
the widget.
Removed (actually it's only skipped, not fixed yet) a nasty MySQL error
if there aren't any "top posts".
1.1
New feature: now you can choose to show only posts, only pages, or both (default).
1.0.1
Added CSS class "wppp_list", so that you can now customize the styling in your stylesheet.
1.0
New feature: now you can customize the format of the links (see FAQ)
New Feature: it's now possible to show the number of views of the post (see FAQ)
Fix: fixed utf-8 encoding issue with WP >= 2.5
Fix: now the widget should better integrate with your theme
Change: Note: the way to call WPPPshowpopular_posts() to integrate
the plugin in non-widget-ready themes has changed. See FAQ.
0.4.0
Added arguments to the function WPPPshowpopular_posts(). Now you can
customize several parameters even if your theme doesn't support widgets.
0.3.0
New feature: now you can set the length (in days) of the desired time frame.
Fixed a bug with titles containing foreign characters.