Skip to content

Releases: imarc/craft-kindling

Bug fix

21 May 16:41
Compare
Choose a tag to compare

Fixed undefined variable bug in linkify method

2.0.7: Merge pull request #5 from imarc/make-pathing-extension-work-for-console

24 Feb 21:20
97964cc
Compare
Choose a tag to compare
PathExtension: Get full path only when web/request

Removed setFlash method

05 Apr 17:30
9fb914c
Compare
Choose a tag to compare

Removed defective method. Was causing template errors. Not needed as you can call the following from the template to do the same thing. {% do craft.app.session.setFlash('error', 'You’re not allowed to go there.') %}

Refactor

03 Jan 20:36
128cb0b
Compare
Choose a tag to compare

Some code refactoring. Added linkify twig filter.