PhileCMS / Phile

A flat file CMS with a swappable parser and template engine.
https://philecms.github.io/
Other
255 stars 48 forks source link

Restore backwards compatibility in cache keys lost in 1.8 #306 #315

Closed Schlaefer closed 6 years ago

Schlaefer commented 6 years ago

The characters {}()/\@: are not allowed as cache keys for the build-in cache-engine in 1.8 anymore.

This PR slugs those characters to restore backwards-compatibility.