The new 1.0.5 release attempts to fix a couple of minor bugs when formatting newly inserted comments, and backports a few new features from unstable:
-
a proper archives permalink and a general cleanup of archives-related code
-
archives list rendered with the faster parseBlock() Template method
-
a new template variable
post_comments, set to 'comment' when there's 1 comment, 'comments' when there are 0 or more than 1 comments
-
comment insertion moved to Frontend, with a hook to attach different spam checking plugins
As usual, you can download 1.0.5 from the project filelist, or read its ChangeLog (also copied below for convenience).
2005-06-02 15:49 ludo * INSTALL.txt, INSTALL.html: bump version number, describe new archives_prefix 2005-06-02 15:46 ludo * .htaccess: fix archives rewrite rule, add comments and examples 2005-06-02 15:44 ludo * classes/Frontend.php: add default comment/comments post/posts messages, add catgroup_nicename in getCategories(), fix archives context and strftime archives_prefix, add the new template variable post_comments_label, render archives with the faster parseBlock() in sidebar 2005-06-02 15:42 ludo * templates/: default/en_US.ISO-8859-1/index.xml, default/en_US.ISO-8859-1/sidebar.xml, default/en_US.UTF-8/index.xml, default/en_US.UTF-8/sidebar.xml, kubrick/en_US.ISO-8859-1/index.xml, kubrick/en_US.ISO-8859-1/sidebar.xml, kubrick/en_US.UTF-8/index.xml, kubrick/en_US.UTF-8/sidebar.xml: use new archives permalink, render archives with the faster parseBlock(), use the new post_comments_label template var 2005-06-02 15:40 ludo * config.php: strftime archives permalink 2005-06-02 10:50 ludo * config.php: added CommentSpam plugin 2005-06-02 10:49 ludo * plugins/PostComment.php: changed wp_formatting 2005-05-23 17:46 ludo * plugins/PostComment.php: comment insertion moved to Frontend 2005-05-23 17:46 ludo * plugins/CommentSpam.php: moved from classes/CommentSpam.php and refactored as a plugin 2005-05-23 17:45 ludo * classes/Frontend.php: manage comment insertion here