Initial commit

This commit is contained in:
isUnknown 2026-02-12 15:22:46 +01:00
commit 65e0da7e11
1397 changed files with 596542 additions and 0 deletions

View file

@ -0,0 +1,28 @@
# Kirby Autobuster Plugin
This plugin is based on the original Cachebuster by Bastian Allgeier, the modified version by Lukas Kleinschmidt with further modifications & enhancemnets by Sonja Broda & James Steel.
Original plugin did not cache bust autoloaded Javascript or CSS. This plugin does.
## Features
* No longer requires modifications to server configuration files
* Will cache bust auto loaded CSS & JavaScript
## Requirements
This plugin requires Kirby 2.4+
## Installation
To use this plugin, place all the files in `site/plugins/autobuster`.
Now you can activate the plugin with following line in your `config.php`.
```
c::set('autobuster', true);
```
## Authors
Bastian Allgeier, Lukas Bestle, Lukas Kleinschmidt, Sonja Broda & James Steel