Backwards compatibility for ZENCACHE_ALLOWED is missing #683
Comments
It looks like the |
@jaswsinc Ah! Thanks for pointing that out. That would've taken me some digging to discover. |
@jaswsinc Correct me if I'm wrong, but it looks like |
Hmm, nope, that's wrong. I see that I'm trying to figure out why despite this line being run (now that I've fixed the number of characters being looked for), the |
Ah, it's because |
Next Release Changelog:
|
Comet Cache v160227 has been released and includes changes from this GitHub Issue. See the v160227 announcement for further details. This issue will now be locked to further updates. If you have something to add related to this GitHub Issue, please open a new GitHub Issue and reference this one (#683). |
There should be backwards compatibility in Comet Cache for the
ZENCACHE_ALLOWED
constant, so that if a site owner had been usingdefine('ZENCACHE_ALLOWED', FALSE);
, Comet Cache should pick that up and treat it the same way it wouldCOMET_CACHE_ALLOWED
(i.e., caching should be disabled if that constant is set toFALSE
).However, I confirmed that
ZENCACHE_ALLOWED
is not working in Comet Cache v160223.1.Reported in (private ticket): https://websharks.zendesk.com/agent/tickets/11379
The text was updated successfully, but these errors were encountered: