WP Super Cache 0.9.5 is now available.
This release fixes a number of bugs and adds a few new features. The main one being improved mobile support and improved mod_rewrite rules generation.
For more, check out the shiny new changelog.
WP Super Cache 0.9.5 is now available.
This release fixes a number of bugs and adds a few new features. The main one being improved mobile support and improved mod_rewrite rules generation.
For more, check out the shiny new changelog.
Holy Shmoly! is Stephen Fry proof thanks to caching by WP Super Cache
18 Comments
Lazy (2 comments.) on July 17, 2009 at 5:25 pm.
thank you very much. updated super cache plugin and the improved mobile support works like a charm. thx!
chris
Pingback: WordPress: WP Super Cache 0.9.5 released - WordPress, Plugin, Super Cache, WP Super Cache, Cache - Vip-Chicks
threio (1 comments.) on July 17, 2009 at 6:09 pm.
the upgrade managed to crash my page today after upgrade. I probably should of deactivated the plugin before upgrading, but quite surprised at its failure.
Kelson (1 comments.) on July 17, 2009 at 6:16 pm.
Thanks for this! The update seems to be working well so far!
Andrew (1 comments.) on July 17, 2009 at 7:30 pm.
I updated to this without deactivating the plugin and my WP installation doesn’t recognize it is there. I thought it might have just deleted the plugin altogether, but i tried installing it and it kept failing. So i opened my ftp client and there is no directory of wp-super-cache in the plugins directory. I tried even changing the name and it won’t install anymore…
Kirk M (16 comments.) on July 17, 2009 at 8:11 pm.
Donncha – Many thanks for keeping this excellent plugin updated. One question though. Can SuperCache be updated to the new version in place without any alterations or have the .htaccess rules (in “root” and/or “wp-content”) need to be changed manually? Occasionally this has been the case in the past. Just wondering.
charlie (11 comments.) on July 17, 2009 at 8:39 pm.
Hello!
I upgrade in my WordPress MU site, and the Mod Rewrite Rules sections, write mobile support rewrite rules, but i don’t allow “Mobile device support”.
So, I update .htaccess file with new rule, or not?
BlaKKJaKK (8 comments.) on July 18, 2009 at 7:14 pm.
Isn’t deactivating a plugin before updating standard?
No problems on my end, works great! Thanks for helping our blogs handle the traffic.
Viper007Bond (28 comments.) on July 19, 2009 at 4:32 am.
Markdown is screwing with the underscores in the constant names in the changelog. You should wrap the constant names in tick marks (`).
Pingback: Twitter Weekly Updates for 2009-07-19 | Jamie Le Souef
DJSlim (8 comments.) on July 20, 2009 at 3:00 am.
installed and working great
koteko (1 comments.) on July 20, 2009 at 1:47 pm.
Hi, thank you for this very useful plugin.
I have to feedback you about a strange behaviour of Wp-Super-Cache 0.9.5 (or, more probably, of the php configuration on my host). When I did the update, I received an fatal error at line 41:
if (wp_cache_user_agent_is_rejected()) return;
The problem, I believe, is that this function is not recognized by php, but commenting it everything works fine.
Could you suggest any “cleaner” solutions?
Thank you a lot, and sorry for my english
Jesse (3 comments.) on July 20, 2009 at 5:17 pm.
Just wondering if you can shed some light on something for me.. heres the outline:
1. dedicated server running Centos/apache2/php and mysql 5
2. eaccellerator gzip on and mysql query caching
3. php-speedy installed
result = wp-supercache does not function in any mode.
Any guidance or thoughts on this? I realize with the server configuration that I have that it may not be needed but I’d still like to get to the bottom of it and sort why its not working
Donncha (1707 comments.) on July 20, 2009 at 5:40 pm.
You should remove php-speedy. I think both plugins conflict with each other.
Jesse (3 comments.) on July 22, 2009 at 4:57 am.
Yes, they do conflict with each other but the benefits of php-speedy are well, they make a big difference on my site. I would absolutely LOVE if there were a way to utilize both. Have you spoken with the author of php-speedy before?
Eddie Thieda (1 comments.) on July 23, 2009 at 6:45 am.
I just wanted to say thank you for making such an awesome plugin for WordPress. I don’t run a traffic heavy site but it does seem to help out very much.
Kind regards,
Eddie Thieda
mike on July 23, 2009 at 2:36 pm.
Is the advanced-cache.php file part of this plugin? I’m trying to delete this file from some wordpress installs via my ftp and can’t. It’s located in wp-content with 777 permissions and won’t change.
Please help.
mwaterous (9 comments.) on July 27, 2009 at 8:51 pm.
Not a big thing at all, but I went ahead and added ‘ && is_site_admin()’ to line#1442 – this way if you turn off wp-super-cache for any reason, even though they can’t access the page either way, it doesn’t show the disabled warning to all users of your MU site.