keycdn / cache-enabler

A lightweight caching plugin for WordPress that makes your website faster by generating static HTML files.
https://wordpress.org/plugins/cache-enabler/
123 stars 46 forks source link

1.7 Bug #218

Closed tobias992 closed 3 years ago

tobias992 commented 3 years ago

With Setting "precomress sites with gzip" only the .gz version is created. There is no normal .html file in cache folder

I think this cannot be a feature...

janvitos commented 3 years ago

I have also noticed the same thing and have disabled that feature for now.

coreykn commented 3 years ago

This updated handling was introduced in PR #211 and is expected. We do recommend checking out recent commits/PRs before opening a new issue as those contain a lot of information regarding the changes to the code base.

nlemoine commented 3 years ago

@coreykn Maybe you should write somewhere in the docs/readme something about your version policy.

I often have been quite surprised myself by some changes made across minor versions (from 1.x to 1.y) that would have usually been considered as breaking changes (like this last one in 1.7) in the SemVer world.