Version 2.4
- * Attention! PHP >= 5.4 is required.
- * Attention! (MODX)EvolutionCMS.libraries.ddTools >= 0.21 is required.
- + Added an ability to exlude HTML tags from snippet processing (see the
excludeTags
parameter). - * Content of the
<code>
tag is excluded by default from the snippet processing (theexcludeTags
parameter by default is equal tonotg,code
). - * Minor changes: Code style and comments.