Releases: imarc/craft-kindling
Releases · imarc/craft-kindling
Bug fix
2.0.7: Merge pull request #5 from imarc/make-pathing-extension-work-for-console
PathExtension: Get full path only when web/request
Removed setFlash method
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
Some code refactoring. Added linkify twig filter.