Skip to content

Releases: inetis-ch/oc-richeditorsnippets-plugin

2.2.4

12 Nov 07:42
694a4c6

Choose a tag to compare

2.2.3...2.2.4

2.2.3

23 Sep 14:07
2328558

Choose a tag to compare

2.2.2...2.2.3

  • Fix parseSnippet output being escaped in October 4

2.2.2

11 Apr 12:46

Choose a tag to compare

2.2.1...2.2.2

  • Fix some cases where content between two snippets could be stripped - Thanks @grwllrnc

2.2.1

27 Mar 08:53

Choose a tag to compare

2.2.0...2.2.1

  • Support for basic HTML in snippet properties - Thanks @grwllrnc - fixes #28

2.2.0

27 Nov 15:57

Choose a tag to compare

2.1.10...2.2.0

  • Fix support of October 3.4 and up - thanks @xmelic8 - fixes #24
  • Remove RainLab Pages dependency for October 3.4 and up
  • Also run |links/|content filter when doing |parseSnippets
  • Update snippets parser, now using a similar version to OC 3.5

2.1.10

27 Mar 10:06

Choose a tag to compare

2.1.9...2.1.10

  • Load the appropriate front-end theme in snippets list route (fixes #23)
  • Update documentation to use the {% apply %} Twig tag instead of the deprecated {% filter %} tag

2.1.9

22 Mar 14:12

Choose a tag to compare

2.1.8...2.1.9

  • Remove snippet button from editor when user doesn't have permission to fetch snippets list - Thanks @tschortsch

2.1.8

11 Apr 07:16

Choose a tag to compare

2.1.7...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

10 Jan 11:07

Choose a tag to compare

2.1.6-patch1...2.1.7

  • Improve OctoberCMS v2 compatibility

2.1.6

30 Jul 06:47

Choose a tag to compare

2.1.5...2.1.6-patch1

  • Add composer.json to allow installation on OC2 - Thanks @rubenvanerk