Releases: ekandreas/bladerunner
Releases · ekandreas/bladerunner
Extensions as array
If using custom extensions then declare it as array like so,
$extensions[] = [
'pattern' => '...',
'replace' => '...',
];
Read more about this in the "readme"-file!
Custom extensions added as evaluation
Bladerunner helper function added
v1.0.8 Bladerunner helper added
Permission check possible removed via filter
v1.0.7 Release # updated
Data handling to templates rewritten
v1.0.6 Data handling to templates rewritten
No stop at no template found
Merge pull request #19 from ekandreas/analysis-zGDDyg Applied fixes from StyleCI
Permission back to 777
Filter cache path changed name
Permission settings in Cache function removed
v1.0.3 Permission settings removed, control this manually!
Path folder not saved in Template object
v1.0.2 1.0.2 path folder not saved in object
Optimized cache folder check
- Check if cache folder not writable and throws error if template not written.
- Pass data to a template with $data