HEX
Server: Apache
System: Linux pdx1-shared-a1-38 6.6.104-grsec-jammy+ #3 SMP Tue Sep 16 00:28:11 UTC 2025 x86_64
User: mmickelson (3396398)
PHP: 8.1.31
Disabled: NONE
Upload Files
File: /home/mmickelson/church.martyknows.com/wp-content/plugins/wp-super-cache/Changelog.txt
2014-08-08 13:07  donncha

	* wp-cache-phase1.php: Just in case the local modified time of a
	  file is 0, disable the "last modified time" check.

2014-08-08 11:32  donncha

	* plugins/domain-mapping.php: Check if HTTPS exists before checking
	  it's value to avoid warnings

2014-08-08 11:24  donncha

	* wp-cache.php: Replace wpdb->escape with esc_sql() as it's
	  deprecated.

2014-08-08 11:21  donncha

	* wp-cache-phase2.php: Make sure $wp_cache_no_cache_for_get,
	  $wp_cache_object_cache, $wp_cache_request_uri are visible to the
	  OB callback to avoid warnings and fix functionality

2014-08-07 14:00  donncha

	* Changelog.txt, readme.txt, wp-cache.php: Updated changelog,
	  documentation, bumped version number to 1.4.1 and tested version.

2014-08-07 12:45  donncha

	* wp-cache.php: Removed author information

2014-08-06 12:41  kraftbj

	* plugins/awaitingmoderation.php, plugins/badbehaviour.php,
	  plugins/domain-mapping.php, plugins/jetpack.php,
	  plugins/searchengine.php, plugins/wptouch.php, wp-cache.php: PR
	  #13: Added .button-primary and .button-secondary classes to and
	  removed &raquo's from buttons throughout the admin for
	  consistency. Ref:
	  https://github.com/Automattic/wp-super-cache/pull/13 Props:
	  rcowles

2014-08-05 20:00  kraftbj

	* ossdl-cdn.php, readme.txt, wp-cache.php: Fix bad merge.

2014-08-05 19:56  kraftbj

	* readme.txt: Add Jetpack to mobile FAQ.

2014-08-05 19:56  kraftbj

	* wp-cache.php: Remove CDN Sync Tools. No longer in WP.org repo

2014-08-05 19:55  kraftbj

	* ossdl-cdn.php, readme.txt, wp-cache.php: Update
	  wordpress.org/extend URLs

2014-08-05 12:42  donncha

	* wp-cache.php: Fix to avoid an XSS in the settings page. Props
	  Simon Waters, Surevine Limited.

2014-08-04 22:04  kraftbj

	* ossdl-cdn.php: Remove reference to CDN Sync. Plugin no longer in
	  repo.

2014-07-31 21:09  kraftbj

	* readme.txt: Add Jetpack to mobile FAQ.

2014-07-31 21:09  kraftbj

	* wp-cache.php: Remove CDN Sync Tools. No longer in WP.org repo

2014-07-31 21:08  kraftbj

	* ossdl-cdn.php, readme.txt, wp-cache-phase1.php, wp-cache.php:
	  Update wordpress.org/extend URLs

2014-07-31 21:08  kraftbj

	* plugins/awaitingmoderation.php, plugins/badbehaviour.php,
	  plugins/domain-mapping.php, plugins/dynamic-cache-test.php,
	  plugins/jetpack.php, plugins/searchengine.php,
	  plugins/wptouch.php: Trim whitespace

2014-07-31 21:07  kraftbj

	* wp-cache-config-sample.php, wp-cache-phase1.php, wp-cache.php:
	  Trim whitespace

2014-07-31 21:06  kraftbj

	* wp-cache.php: Admin: Add clear to h3 to pretify Recommended Links
	  title

2014-07-31 20:51  donncha

	* wp-cache-phase2.php: Make sure these are global so the function
	  knows about them. Props JoHenton and richardmtl
	  http://wordpress.org/support/topic/notices-appearing-above-site-pages-how-do-i-get-rid-of-them?replies=2
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