forked from Automattic/wp-super-cache
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changelog.txt
514 lines (313 loc) · 13.9 KB
/
Changelog.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
2015-10-08 17:14 donncha
* wp-cache.php: Don't check if .htaccess already created as the
index check already created it. Props Tigertech. Ref:
https://wordpress.org/support/topic/all-website-pages-downloading-gz-file-after-latest-update?replies=28#post-7494087
2015-09-25 11:20 donncha
* Changelog.txt: Updated changelog
2015-09-25 10:55 donncha
* readme.txt, wp-cache.php: Bump version to release 1.4.5 and add
changelog
2015-09-24 15:37 donncha
* wp-cache-base.php, wp-cache-phase1.php, wp-cache-phase2.php,
wp-cache.php: * Add index.html files and "-index" directives to
stop indexing of directories
* Sanitise input on settings page
* MD5 the cookie, use JSON to encode meta files, and rename them
to .php
2015-09-24 11:37 donncha
* readme.txt: Changed homepage link and ocaoimh.ie to z9.io
2015-09-24 11:33 donncha
* readme.txt: Minor update to the description of cache rebuild
feature.
2015-09-24 10:39 donncha
* wp-cache-phase2.php: Reduce "needs rebuild" time to 10 seconds,
so those pages refresh faster.
2015-08-28 16:28 donncha
* wp-cache-phase1.php: Because sometimes your editing in HTTPS
while your site is on HTTP. Thanks kraftbj
2015-08-25 21:42 kraftbj
* wp-cache-phase2.php: Swap post_permalink with get_permalink. Both
are exactly the same and old enough to not impact any users.
post_permalink slated for deprecation in 4.4.
2015-08-10 14:06 donncha
* wp-cache-phase2.php: Avoid PHP warnings, props @daneodekirk
2015-08-10 13:25 donncha
* wp-cache.php: Use $wpdb->blogid rather than get_current_blog_id
as the former returns 0 on single site installs. Props
@daneodekirk
2015-07-30 10:13 donncha
* Changelog.txt, readme.txt: Updated changelog
2015-07-29 13:08 donncha
* wp-cache-phase2.php: Remove this function call as it's not
defined. Ref:
https://github.com/Automattic/wp-super-cache/commit/4f3229009e5c6c8487dd883910ea076a8e3b7e26
2015-07-27 16:36 kraftbj
* wp-cache.php: Don't flush settings for expiry time and garbage
collection. See
https://github.com/Automattic/wp-super-cache/pull/49
2015-07-27 16:28 donncha
* wp-cache-base.php: Remove CacheMeta class as it's not used any
more and caused APC errors. Ref:
https://github.com/Automattic/wp-super-cache/pull/21
2015-07-24 15:21 kraftbj
* wp-cache.php: Check if listfile isset to prevent PHP warning.
2015-07-23 13:56 donncha
* wp-cache.php: Remember the settings on the advanced settings page
when submitting the easy settings form. Thanks Jeremy Herve for
the bug report!
2015-07-22 15:52 donncha
* Changelog.txt, readme.txt: Updated changelog
2015-07-22 11:25 donncha
* wp-cache-phase2.php: Fixed typo in debug log entry
2015-07-15 11:56 donncha
* wp-cache.php: * Added uninstall function as well as deactivate
function. The deactivate function does not delete the config file
but it does disable caching because scheduled jobs must be
enabled in the settings page when the config file is used on
activation again.
* Fixed a bug where deactivating the plugin without visiting the
settings page causes a fatal error so the plugin can't be
deactivated
2015-07-02 14:19 donncha
* wp-cache-phase2.php: Minor changes to debugging
2015-07-02 13:58 donncha
* wp-cache-phase2.php: * prune_super_cache: exit immediately if the
file to be deleted doesn't exist
* Add extra debugging
2015-07-02 12:10 donncha
* wp-cache-phase2.php: Remove https from the home url as well
2015-07-01 16:37 donncha
* wp-cache-phase2.php: As so many checks for "should we cache this
page?" were put to the end of page generation the rebuild system
was broken. This fixes it by deleting the rebuild files created
earlier if the current page isn't to be cached (and thus creating
new cache files)
2015-07-01 15:46 donncha
* wp-cache-phase1.php: Always make sure supercachedirs have
trailing slashes
2015-07-01 15:30 donncha
* wp-cache-phase1.php: Cache the output of
wp_cache_get_cookies_values() for repeat calls
2015-07-01 14:59 donncha
* wp-cache-phase1.php: Use the pid to help logging on busy servers
2015-07-01 14:51 donncha
* plugins/domain-mapping.php: Suercache urls end in slashes
2015-06-23 15:32 kraftbj
* wp-cache-phase1.php: Check for If-Modified-Since before using it
as it is not always defined.
2015-06-03 02:36 kraftbj
* advanced-cache.php: Do not display broken messages for XMLRPC,
REST, AJAX requests.
2015-05-15 14:12 kraftbj
* wp-cache-phase2.php, wp-cache.php: Fix improper site_url usage
* Update site_url to home_url in another e-mail subject
* Use admin_url instead of constructing URL from site_url
2015-05-15 14:08 kraftbj
* wp-cache.php: Use home_url in Preload Cron e-mails.
2015-05-15 11:13 donncha
* wp-cache-phase1.php, wp-cache-phase2.php: Revert 1149165 as it's
not needed any more.
2015-05-15 11:02 donncha
* readme.txt: Bump the tested to version number to 4.2.2
2015-05-13 21:01 kraftbj
* wp-cache.php: Improve the 1&1 hosting workaround to reduce false
positives.
2015-05-01 13:53 donncha
* wp-cache.php: Check if it's an array to avoid PHP warning
2015-05-01 13:51 donncha
* wp-cache-phase2.php: Added some extra debugging
2015-04-29 16:55 kraftbj
* readme.txt: Condense changelog to keep it nice and short :)
2015-04-29 15:58 kraftbj
* readme.txt: Update changelog to keep pace with trunk.
2015-04-29 15:45 donncha
* wp-cache-phase1.php, wp-cache-phase2.php: Check if mb_strlen()
exists before WordPress loads so it doesn't use the limited
mb_strlen compat function in WordPress 4.2. Ref:
https://wordpress.org/support/topic/421-initial-blank-page-load?replies=11
2015-04-28 15:53 kraftbj
* readme.txt: Add previous commits to readme.txt as a running
changelog to make it easier to compile for next release.
2015-04-28 15:24 kraftbj
* wp-cache.php: Preload Cron E-mail Updates
2015-04-28 15:17 kraftbj
* wp-cache.php: Preload only public post types. See
https://github.com/Automattic/wp-super-cache/pull/18
2015-04-21 18:22 kraftbj
* readme.txt: Tested to tag bump to 4.2
2015-04-07 16:00 donncha
* wp-cache-phase2.php: Don't disable supercache caching on CRON
requests. Fixes problems clearing front page cache on scheduled
posts
2015-04-04 22:57 donncha
* wp-cache-phase1.php: Fix the log_message, finally. Props
webaware.
2015-04-04 12:17 donncha
* Changelog.txt: Updated changelog
2015-04-04 12:13 donncha
* readme.txt: Updated changelog
2015-04-04 12:12 donncha
* wp-cache-phase1.php: Make sure we log the actual message in the
debug log.
2015-04-04 12:00 donncha
* Changelog.txt: Updated changelog
2015-04-04 11:55 donncha
* readme.txt, wp-cache.php: Bump version to 1.4.4 and update
changelog
2015-04-04 11:47 donncha
* wp-cache-phase1.php, wp-cache-phase2.php: Don't use print_r to
view GET variables as it causes a fatal PHP error in the output
buffer handler. Props webaware
https://wordpress.org/support/topic/print_r-debug-messages-break-pages-with-query-args?replies=2
2015-04-03 16:51 donncha
* Changelog.txt: Updated changelog
2015-04-03 16:44 donncha
* readme.txt, wp-cache.php: Bump version to 1.4.3, update
changelog, and add link to GIT repo.
2015-04-03 15:37 donncha
* wp-cache.php: Escape the contents of the cache list to avoid
surprises. Props Marc Montpas from Sucuri.
2014-12-18 10:55 jeherve
* readme.txt: Bump testing to 4.1
2014-10-10 14:07 kraftbj
* plugins/jetpack.php, wp-cache-phase1.php, wp-cache-phase2.php,
wp-cache.php: Removing variable checks since wp_cache_debug does
it already. Ref:
https://github.com/Automattic/wp-super-cache/pull/15
2014-10-10 14:06 kraftbj
* readme.txt: Catch up to SVN
2014-10-10 14:06 kraftbj
* readme.txt: Add Jetpack to mobile FAQ.
2014-09-04 14:16 kraftbj
* readme.txt: Bumped testing to 4.0
2014-08-11 19:06 donncha
* plugins/dynamic-cache-test.php: Because without a h we'd have
time keeping. Fixed a typo.
2014-08-11 18:44 donncha
* plugins/dynamic-cache-test.php: Added cronology of a request
2014-08-11 18:22 donncha
* plugins/dynamic-cache-test.php: Fixed the safety function in the
first example test function
2014-08-08 16:27 donncha
* Changelog.txt, readme.txt, wp-cache.php: Bump version to 1.4.2
and update changelog
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 »'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
2014-04-17 16:21 donncha
* readme.txt: Bump tested version to 3.9
2014-03-11 17:58 donncha
* wp-cache.php: Fix undefined variables warnings. Ref:
http://wordpress.org/support/topic/plugin-wp-super-cache-lot-of-undefined-variables-and-couple-of-warnings?replies=4
2014-03-07 18:00 donncha
* plugins/dynamic-cache-test.php: Better comments and rearrange
example scripts
2014-03-05 12:37 donncha
* wp-cache-phase1.php: HTTP_IF_MODIFIED_SINCE isn't always defined,
so check first.
http://wordpress.org/support/topic/undefined-index-http_if_modified_since?replies=1
2014-03-05 11:54 donncha
* wp-cache-phase1.php, wp-cache-phase2.php: Don't check "do not
cache" conditions until after page buffer has been filled. Ref:
http://wordpress.org/support/topic/bug-dynamic-cache-tags-are-not-replaced-because-of-wp_cache_phase2-conditions
2014-03-04 17:26 donncha
* wp-cache-phase2.php: Added the function wp_cache_maybe_dynamic()
to run buffer through the dynamic cache filter if callback
returned early. Ref:
http://wordpress.org/support/topic/bug-dynamic-cache-tags-are-not-replaced-because-of-wp_cache_phase2-conditions?replies=1
2014-03-04 16:27 donncha
* wp-cache-phase1.php: Hide any warnings from this opendir() as it
somehow fails occasionally.
2014-02-25 17:48 donncha
* wp-cache.php: Clear the cache for the current blog only, don't
want to mess with other multisite blogs
2014-02-25 16:24 donncha
* readme.txt: Bump tested version to current WP version
2013-11-29 15:34 donncha
* wp-cache-phase2.php: Check that $post is an object as this
function is used for more than just post changes.
http://wordpress.org/support/topic/error-switching-themes?replies=2
2013-11-12 09:55 donncha
* advanced-cache.php: Don't show the "advanced-cache.php warning"
when the plugin isn't loaded, props RobertHarm,
http://wordpress.org/support/topic/wp-super-cache-breaks-leaflet-maps-marker-plugin
2013-10-25 14:37 donncha
* wp-cache.php: Define $disable_supercache_htaccess_warning if not
set to avoid PHP warnings, ref:
http://wordpress.org/support/topic/just-a-few-notices-non-critical?replies=1,
props @mattV
2013-10-25 14:33 donncha
* wp-cache-base.php: Avoid a PHP warning if $base is not set. Ref:
http://wordpress.org/support/topic/just-a-few-notices-non-critical?replies=1
2013-10-25 09:29 donncha
* wp-cache.php: Only display the WPCACHEHOME warning if WP_CACHE is
defined and true. Warning won't show until settings page loaded
that WP_CACHE added to wp-config.php
2013-10-24 11:23 donncha
* wp-cache.php: Add trailing slashes to the admin bar path, to fix
the path when no trailing slash is used. Props @gonperesgmailcom
http://wordpress.org/support/topic/fixed-delete-individual-pages-from-cache?replies=2
2013-10-23 10:56 donncha
* readme.txt, wp-cache.php: Bump version to 1.4 and tested version
to 3.6.1