2013-10-23 10:49  donncha

	* wp-super-cache.pot: Updated translation file

2013-10-23 10:35  donncha

	* readme.txt: Updated changelog

2013-10-22 20:26  donncha

	* wp-cache-phase1.php, wp-cache.php: Handle site migration more
	  gracefully. Recreate advanced-cache.php and WPCACHEHOME if
	  wp-cache-phase1.php wasn't loaded when admin loaded.

2013-10-22 20:24  donncha

	* wp-cache-phase2.php: Minor change to text of buffer warning when
	  late init not set on dynamic pages

2013-10-22 12:06  donncha

	* wp-cache-phase2.php: No assign by reference here, not allowed any
	  more. Ref:
	  http://wordpress.org/support/topic/php-strict-standards-2?replies=1

2013-10-22 11:58  donncha

	* Changelog.txt: Updated and truncated Changelog. It was getting
	  way too big

2013-10-22 11:52  donncha

	* readme.txt: Updated docs, mostly in the dynamic content section

2013-10-21 14:23  donncha

	* wp-cache-phase2.php: Added debug log when obsolete mfunc tags
	  used

2013-10-21 14:13  donncha

	* plugins/dynamic-cache-test.php: Added and output buffer example
	  plugin

2013-10-21 14:02  donncha

	* wp-cache-phase2.php: Added "wpsc_cachedata_safety" filter to
	  allow plugins to make sure they're ready to run filter.

2013-10-18 16:44  donncha

	* wp-cache-phase2.php: Revert the code that would allow output
	  buffer callbacks to work in dynamic cached pages. It's too
	  complicated/dangerous for too little payback. See
	  http://wordpress.org/support/topic/mfunc-is-going-away-in-the-next-version

2013-08-20 13:13  donncha

	* wp-cache-phase2.php: Use a function hooked on to the shutdown
	  action to display the buffer for dynamic cached blogs. See
	  http://wordpress.org/support/topic/mfunc-is-going-away-in-the-next-version

2013-08-19 20:16  donncha

	* readme.txt: Bumped version to 3.6

2013-08-02 21:07  donncha

	* wp-cache.php: Added check for constant
	  "WPSC_DISABLE_HTACCESS_UPDATE" to disable updating the .htaccess
	  rules. Ref:
	  http://wordpress.org/support/topic/cache-control-max-age3-must-revalidate?replies=1

2013-08-02 20:57  donncha

	* wp-cache-phase2.php: Added function "wpsc_post_transition" that
	  deletes the post, tag and category cache when a post changes from
	  draft to publish or publish to draft. Props @Biranit
	  http://wordpress.org/support/topic/wp-super-cache-do-not-delete-category-pages-when-new-post-is-posted?replies=8#post-4467574

2013-07-04 16:01  donncha

	* readme.txt: The next version will be 1.4, update the versions in
	  the changelog

2013-07-04 15:52  donncha

	* readme.txt: Updated the FAQ

2013-07-04 15:26  donncha

	* wp-cache-phase2.php: Detect old mfunc tags and add a warning in
	  the source of the page.

2013-07-04 13:47  donncha

	* wp-cache-phase2.php: * Return a buffer directly and maybe reduce
	  memory usage.
	  * Minor text changes

2013-07-04 13:44  donncha

	* plugins/searchengine.php: Avoid warnings in the php logs

2013-05-20 12:35  donncha

	* languages/wp-super-cache-sr_RS.mo,
	  languages/wp-super-cache-sr_RS.po, readme.txt: Added
	  Serbo-Croatian translation by Anja Skrba

2013-05-20 12:32  donncha

	* readme.txt: Updated dynamic cache content FAQ and added new FAQ
	  on plugins & upgrading

2013-05-09 13:46  donncha

	* readme.txt: Updated changelog

2013-05-01 12:34  donncha

	* plugins/dynamic-cache-test.php: Added "DYNAMIC_CACHE_TEST_TAG"
	  constant so users will have to pick a secret template tag

2013-05-01 12:19  donncha

	* wp-cache-phase2.php: Make sure we process the wpsc_cachedata
	  cache action even when the page isn't being cached for known
	  users.

2013-04-26 13:10  donncha

	* wp-cache-phase2.php: Always set the dynamic flag in the meta
	  headers for legacy caching when it's required.

2013-04-26 11:51  donncha

	* wp-cache.php: Dynamic caching option requires legacy or php mode.
	  Fixed and improved text explanation.

2013-04-26 11:48  donncha

	* wp-cache.php: No need for this function that removes mfunc from
	  comments when mfunc isn't used any more

2013-04-25 20:44  donncha

	* wp-cache-phase1.php: Files should not be compressed when
	  compression is turned off!

2013-04-25 16:36  donncha

	* plugins/dynamic-cache-test.php: Added example dynamic cache
	  script

2013-04-25 16:00  donncha

	* wp-cache-phase1.php, wp-cache-phase2.php: Replace legacy
	  mfunc/mnclude/dynamic-cached-data functionality with a
	  "wpsc_cachedata" cacheaction filter

2013-04-25 11:11  donncha

	* wp-cache-phase2.php: Fix some warning during import, props David
	  Lowry, https://twitter.com/djlowry/status/327369568286826496

2013-04-24 19:57  donncha

	* Changelog.txt: Updated changelog

2013-04-24 19:53  donncha

	* readme.txt, wp-cache.php: Bump version to 1.3.2

2013-04-24 19:52  donncha

	* readme.txt: Added upgrade notice and changelog for 1.3.2

