d4l-data4life / kirby3-static-site-generator

Static site generator plugin for Kirby 3+. With this plugin you can create a directory with assets, media and static html files generated from your pages. The result is an even faster site with less potential vulnerabilities.
MIT License
137 stars 7 forks source link

🐛 fix page content cache reset #85

Closed jonathan-reisdorf closed 11 months ago

jonathan-reisdorf commented 11 months ago

fixes https://github.com/d4l-data4life/kirby3-static-site-generator/issues/83

Description

Page content cache was not fully reset for multi-language setups using Kirby >= 3.8.1.1

Testing

direct class usage

Related issue

https://github.com/d4l-data4life/kirby3-static-site-generator/issues/83