pluginkollektiv / cachify

Smart but efficient cache solution for WordPress. Use DB, HDD, APC or Memcached for storing your blog pages. Make WordPress faster!
https://wordpress.org/plugins/cachify/
GNU General Public License v2.0
101 stars 32 forks source link

invalidate cache when permalink changes #286

Closed raffaelj closed 1 year ago

raffaelj commented 1 year ago

Fixes #285

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

stklcode commented 1 year ago

Thanks very much @raffaelj for your work from analysis to this fix and also the input on the empty dir issue.

Let's see if we can get the version done and ship the fix as soon as possible.

raffaelj commented 1 year ago

But I would rather do this in a separate change and merge this PR as is. Did so in https://github.com/pluginkollektiv/cachify/pull/289 with some additional refactoring and unit tests. Didn't want to bloat your PR with all this stuff.

Thanks.

Let's see if we can get the version done and ship the fix as soon as possible.

That would be great.