SRG Clean Archives 4.2 Released

Today I’m happy to announce the release of SRG Clean Archives 4.2.

This is just a maintenance release. No new features at this time, however I am working on a few which I’ll detail in an upcoming post.

I’ve tested and confirmed that SRG Clean Archives works with the upcoming WordPress 2.3 release which should be rolling out within the next 24 hours.

For WordPress users of the 2.0.x branch, you’ll want to download the legacy version of SRG Clean Archives (v2.2) as it’s becoming difficult to be completely backwards compatible with the 2.0.x branch of WordPress.

Thank you for your continued support and use of SRG Clean Archives.


If you want to find out all the latest news on tech why not subscribe to our RSS feed?

9 Comments

  1. Renata
    May 19, 2008 at 5:17 pm

    Hi,
    I use your clean archive plugin and i think it’s amazing. But I noticed [i believe] a bug. Hopefully you can check the php, because I dont have skills for that ;-)
    I have the latest plugin version working with WP 2.5.1. I want to deactivate the option “Show link to detailed monthly archive”, but when I uncheck the box and click Update Options, it brings me a page asking “are you sure you want to do this?” and there is no button to click to confirm (or not) the change, so I can’t make the change.
    Just thought I’d let you know. If it’s something I did wrong, i’m sorry for bothering =)

  2. Hugh
    July 16, 2008 at 9:45 am

    I was able to manually change the settings.

    Within my wordpress interface, I went to

    plugins > plugin editor > SRG Clean Archives

    At the very end of the code for the plugin I found

    // Set default settings
    function srg_set_defaults() {
    update_option(’srg-clean_comment-display’, ‘true’);
    update_option(’srg-clean_post-count’, ‘true’);
    update_option(’srg-clean_moo-display’, ‘false’);
    update_option(’srg-clean_link-to-details’, ‘true’);

    Which I changed to

    // Set default settings
    function srg_set_defaults() {
    update_option(’srg-clean_comment-display’, ‘false’);
    update_option(’srg-clean_post-count’, ‘false’);
    update_option(’srg-clean_moo-display’, ‘false’);
    update_option(’srg-clean_link-to-details’, ‘false’);

    And clicked “update file”.

    The changes were immediately reflected on my website.

  3. Tom Schavo
    August 1, 2008 at 12:56 am

    So that means we dont have it yet ready for download?

  4. Ross G
    August 29, 2008 at 10:36 am

    Hi..

    I also was getting a blank screen with “are you sure you want to do this?” when I tried to change settings after fresh install…

    This page has a fix that worked for me!

    http://www.lightningshock.com/2008/05/12/how-to-fix-the-srg-clean-archives-wordpress-25-plugin-bug/

  5. Rayhan
    September 18, 2008 at 6:02 am

    hi, thank you for this excellent plugin. we have just installed this. Now we need to localise this to Bengali but could not find the instructions to do so. I would be happy to write an appropriate “.mo” for Bengali by editing and compiling any of the given “.po” files (eg, French) – such as – where to place the .mo file and what should be its name. Also, do I need to edit the corresponding .php file as well? Please advise. Many thanks, rayhan.

  6. Tim
    October 16, 2008 at 11:39 am

    I’m trying to enable one of the alternate languages, but it’s not entirely clear to me how this works. I’ve copied the German language files to the /languages/ directory, but the plugin still displays all text in English. I’ve been through the plugin php file and cannot find anything obvious to change, and there is nothing within the admin settings to change the language. I’m using Wordpress 2.6.2. Does anyone have any suggestions? Thanks!

  7. December 12, 2008 at 7:57 am

    [...] 下载: 最新版本是2007年9月23日的4.2版,点击这里下载。 [...]

  8. Guillermo
    April 15, 2009 at 3:45 pm

    Hi! this is an excellent plugin… Is there a way to limit the generated archive to display only posts from one specific category like the “Archives for a category WordPress plugin” does?

    Plugin site: http://kwebble.com/blog/2007_08_15/archives_for_a_category

    Thanks in advance! :)

  9. Shripriya
    July 11, 2009 at 8:58 am

    Hi,

    I just tried both 4.2 and 4.3 – I installed the code on the archive page, I changed the page to be Default Template. But all I get on the page is a blank page. Nothing else.

    Any advice?

    Thanks!

Leave a Reply

Tags: , , , , , ,