Releases
v1.5
Compare
Sorry, something went wrong.
No results found
Ronef
released this
07 May 08:29
* Attention! (MODX)EvolutionCMS.libraries.ddTools >= 0.35 is required.
* The new snippet structure (see README):
+ Added the ability to use multiple tools together with the required order.
- The following parameters were removed (with backward compatibility):
- toLowercase.
- toUppercase.
- parseMarkdown.
- typography.
- typography_params.
- stripTags.
- stripTags_allowed.
- specialCharsToHTMLEntities.
- removePlaceholders.
- escapeForJS.
- URLEncode.
+ The following parameters were added:
+ tools.
+ tools->caseConverter.
+ tools->caseConverter->toLower.
+ tools->caseConverter->toUpper.
+ tools->markdownParser.
+ tools->markdownParser->parseInline.
+ tools->typographer.
+ tools->typographer->optAlign.
+ tools->typographer->text_paragraphs.
+ tools->typographer->text_autoLinks.
+ tools->typographer->etc_unicodeConvert.
+ tools->typographer->noTags.
+ tools->typographer->excludeTags.
+ tools->tagRemover.
+ tools->tagRemover->allowed.
+ tools->specialCharConverter.
+ tools->charEscaper.
+ tools->urlEncoder.
+ tools->placeholderRemover.
+ Snippet: The following parameters added (see README):
+ tools->charEscaper->backslashes.
+ tools->charEscaper->lineBreaks.
+ tools->charEscaper->tabs.
+ tools->charEscaper->modxPlaceholders.
+ tools->charEscaper->quotes.
+ tools->tplParser.
+ tools->tplParser->tpl.
+ tools->tplParser->placeholders.
* Composer.json: Fixed versions format.
You can’t perform that action at this time.