Skip to content

Commit

Permalink
* Attention! (MODX)EvolutionCMS.libraries.ddTools >= 0.32 is required.
Browse files Browse the repository at this point in the history
* Compatibility with (MODX)EvolutionCMS.libraries.ddTools >= 0.32.
  • Loading branch information
Ronef committed May 6, 2020
1 parent f02b1b8 commit 59de551
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ The snippet doesn’t use third-party services, also it sends no requests. In ot
## Requires

* PHP >= 5.4
* [(MODX)EvolutionCMS.libraries.ddTools](https://code.divandesign.biz/modx/ddtools) >= 0.21
* [(MODX)EvolutionCMS.libraries.ddTools](https://code.divandesign.biz/modx/ddtools) >= 0.32
* [PHP.libraries.EMT](http://mdash.ru) 3.5 (contains in archive)


Expand Down
2 changes: 1 addition & 1 deletion README_ru.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
## Использует

* PHP >= 5.4
* [(MODX)EvolutionCMS.libraries.ddTools](https://code.divandesign.biz/modx/ddtools) >= 0.21
* [(MODX)EvolutionCMS.libraries.ddTools](https://code.divandesign.biz/modx/ddtools) >= 0.32
* [PHP.libraries.EMT](http://mdash.ru) 3.5 (содержится в архиве)


Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@
],
"require": {
"php": ">=5.4.0",
"dd/modxevo-library-ddtools": ">=0.21.0"
"dd/modxevo-library-ddtools": ">=0.32.0"
}
}
8 changes: 4 additions & 4 deletions ddTypograph_snippet.php
Original file line number Diff line number Diff line change
Expand Up @@ -38,15 +38,15 @@
);

//Для обратной совместимости
extract(\ddTools::verifyRenamedParams(
$params,
[
extract(\ddTools::verifyRenamedParams([
'params' => $params,
'compliance' => [
'optAlign' => 'OptAlign',
'text_paragraphs' => 'Text_paragraphs',
'text_autoLinks' => 'Text_autoLinks',
'etc_unicodeConvert' => 'Etc_unicodeConvert'
]
));
]));

//Safe tags
$excludeTags =
Expand Down

0 comments on commit 59de551

Please sign in to comment.