Releases: inetis-ch/oc-richeditorsnippets-plugin
Releases · inetis-ch/oc-richeditorsnippets-plugin
2.2.4
- Allow composer/installers v2. This fixes a deprecation issue during composer install with php 8.4 (octobercms/october#5912) - Thanks @petehalverson
2.2.3
- Fix parseSnippet output being escaped in October 4
2.2.2
2.2.1
2.2.0
2.1.10
2.1.9
- Remove snippet button from editor when user doesn't have permission to fetch snippets list - Thanks @tschortsch
2.1.8
- Prevent creation of a cache entry when there is nothing to store (a cache entry is created for every URL and every user session where one or more
{{ ... | parseSnippets }}are used. In some cases,...does not contain a snippet, so we don't have to store an empty array in cache. This may help to prevent issues with some hosting providers which decided to put a quota on the amount of files on disk without providing an proper caching solution...)
2.1.7
- Improve OctoberCMS v2 compatibility
2.1.6
- Add composer.json to allow installation on OC2 - Thanks @rubenvanerk