Skip to content

Commit bd6b223

Browse files
committed
Version 1.5
2 parents 536609d + d1ac867 commit bd6b223

File tree

19 files changed

+931
-192
lines changed

19 files changed

+931
-192
lines changed

CHANGELOG.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,54 @@
11
# (MODX)EvolutionCMS.snippets.ddStringTools changelog
22

33

4+
## Version 1.5 (2020-05-07)
5+
* \* Attention! (MODX)EvolutionCMS.libraries.ddTools >= 0.35 is required.
6+
* \* The new snippet structure (see README):
7+
* \+ Added the ability to use multiple tools together with the required order.
8+
* \- The following parameters were removed (with backward compatibility):
9+
* \- `toLowercase`.
10+
* \- `toUppercase`.
11+
* \- `parseMarkdown`.
12+
* \- `typography`.
13+
* \- `typography_params`.
14+
* \- `stripTags`.
15+
* \- `stripTags_allowed`.
16+
* \- `specialCharsToHTMLEntities`.
17+
* \- `removePlaceholders`.
18+
* \- `escapeForJS`.
19+
* \- `URLEncode`.
20+
* \+ The following parameters were added:
21+
* \+ `tools`.
22+
* \+ `tools->caseConverter`.
23+
* \+ `tools->caseConverter->toLower`.
24+
* \+ `tools->caseConverter->toUpper`.
25+
* \+ `tools->markdownParser`.
26+
* \+ `tools->markdownParser->parseInline`.
27+
* \+ `tools->typographer`.
28+
* \+ `tools->typographer->optAlign`.
29+
* \+ `tools->typographer->text_paragraphs`.
30+
* \+ `tools->typographer->text_autoLinks`.
31+
* \+ `tools->typographer->etc_unicodeConvert`.
32+
* \+ `tools->typographer->noTags`.
33+
* \+ `tools->typographer->excludeTags`.
34+
* \+ `tools->tagRemover`.
35+
* \+ `tools->tagRemover->allowed`.
36+
* \+ `tools->specialCharConverter`.
37+
* \+ `tools->charEscaper`.
38+
* \+ `tools->urlEncoder`.
39+
* \+ `tools->placeholderRemover`.
40+
* \+ Snippet: The following parameters added (see README):
41+
* \+ `tools->charEscaper->backslashes`.
42+
* \+ `tools->charEscaper->lineBreaks`.
43+
* \+ `tools->charEscaper->tabs`.
44+
* \+ `tools->charEscaper->modxPlaceholders`.
45+
* \+ `tools->charEscaper->quotes`.
46+
* \+ `tools->tplParser`.
47+
* \+ `tools->tplParser->tpl`.
48+
* \+ `tools->tplParser->placeholders`.
49+
* \* Composer.json: Fixed versions format.
50+
51+
452
## Version 1.4 (2020-04-19)
553
* \+ Added the ability to remove placeholders like `[+placeholder+]`.
654
* \* Refactoring, the `$modx->getConfig` method is used instead of the `$modx->config` field.

0 commit comments

Comments
 (0)