Link to WP Mobile Edition from admin page for mobile support.
0.9.8
Added Spanish translation by Omi.
Added Italian translation by Gianni Diurno.
Addded advanced debug code to check front page for category problem. Enable by setting $wp_super_cache_advanced_debug to 1 in the config file.
Fixed wordpress vs wordpress_logged_in cookie mismatch in cookie checking function.
Correctly check if WP_CACHE is set or not. PHP is weird.
Added wp_cache_clear_cache() to clear out cache directory.
Only show logged in message when debugging enabled.
Added troubleshooting point 20. PHP vs Apache user.
Fixed problem deleting cache file.
Don't delete cache files when moderated comments are deleted.
0.9.7
Fixed problem with blogs in folders.
Added cache file listing and delete links to admin page.
Added "Newest Cached Pages" listing in sidebox.
Made admin page translatable.
Added "How do I make certain parts of the page stay dynamic?" to FAQ.
Advanced: added "late init" feature so that plugin activates on "init". Set $wp_super_cache_late_init to true in config file to use.
Disable supercaching when GET parameters present instead of disabling all caching. Disable on POST (as normal) and preview.
Fixed problem with cron job and mutex filename.
Warn users they must enable mobile device support if rewrite rules detected. Better detection of when to warn that .htaccess rules must be updated (no need when rewrite rules not present)
Show correct number of cache files when compression off.
Fixed problem with PHP safe_mode detection.
Various bugfixes and documentation updates. See Changelog.txt
0.9.6.1
Move "not logged in" message init below check for POST.
Add is_admin() check so plugin definitely can't cache the backend.
Add "do not cache" page type to admin page.
0.9.6
Add uninstall.php uninstall script.
Updated cache/.htaccess rules (option to upgrade that)
Added FAQ about category and static homepage problem.
Add wp_cache_user_agent_is_rejected() back to wp-cache-phase2.php
Show message for logged in users when caching disable for them.
Check filemtime on correct supercache file
0.9.5
Show next and last GC times in minutes, not local time.
Don't serve wp_cache cache files to rejected user agents. Supercache files are still served to them.
If enabled, mobile support now serves php cached files to mobile clients and static cached files to everyone else.
Added checks for "WPSC_DISABLE_COMPRESSION" and "WPSC_DISABLE_LOCKING" constants to disable compression and file locking. For hosting companies primarily.
Added check for DONOTCACHEPAGE constant to avoid caching a page.
Use PHP_DOCUMENT_ROOT when creating .htaccess if necessary.
0.9.4.3
Added "Don't cache for logged in users" option.
Display file size stats on admin page.
Clear the cache when profile page is updated.
Don't cache post previews.
Added backslashes to rejected URI regex list.
Fixed problems with posts and comments not refreshing.
Requires: 3.0 or higher Compatible up to: 3.3.1 Last Updated: 2012-1-30
Downloads: 2,926,962