Skip to content

Releases: ekandreas/bladerunner

Extensions as array

29 Jan 10:22
Compare
Choose a tag to compare

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

28 Jan 19:49
Compare
Choose a tag to compare

Bladerunner helper function added

28 Jan 18:35
Compare
Choose a tag to compare
v1.0.8

Bladerunner helper added

Permission check possible removed via filter

22 Jan 12:36
Compare
Choose a tag to compare

Data handling to templates rewritten

22 Jan 11:54
Compare
Choose a tag to compare
v1.0.6

Data handling to templates rewritten

No stop at no template found

22 Jan 10:53
Compare
Choose a tag to compare
Merge pull request #19 from ekandreas/analysis-zGDDyg

Applied fixes from StyleCI

Permission back to 777

19 Jan 09:25
Compare
Choose a tag to compare

Filter cache path changed name

Permission settings in Cache function removed

19 Jan 08:39
Compare
Choose a tag to compare
v1.0.3

Permission settings removed, control this manually!

Path folder not saved in Template object

15 Jan 10:45
Compare
Choose a tag to compare
v1.0.2

1.0.2 path folder not saved in object

Optimized cache folder check

15 Jan 10:21
Compare
Choose a tag to compare
  • Check if cache folder not writable and throws error if template not written.
  • Pass data to a template with $data