diff --git a/CHANGELOG.md b/CHANGELOG.md index a818180..1be9a53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ # (MODX)EvolutionCMS.snippets.ddTypograph changelog +## Version 2.7 (2024-07-07) +* \+ You can turn off typography for a text fragment aslo by using the `` tag. + + ## Version 2.6.1 (2023-08-23) * \* TinyMCE empty lines (`
`) are no longer modified. diff --git a/CHANGELOG_ru.md b/CHANGELOG_ru.md index 09f89bc..6759562 100644 --- a/CHANGELOG_ru.md +++ b/CHANGELOG_ru.md @@ -1,6 +1,10 @@ # (MODX)EvolutionCMS.snippets.ddTypograph changelog +## Версия 2.7 (2024-07-07) +* \+ Вы можете отключить типографирование какого-то фрагмента текста также с помощью тега ``. + + ## Версия 2.6.1 (2023-08-23) * \* Пустые строки TinyMCE (`
`) больше не изменяются. diff --git a/README.md b/README.md index 4b308c2..ac8e6bc 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ require_once( #### 1. Elements → Snippets: Create a new snippet with the following data 1. Snippet name: `ddTypograph`. -2. Description: `2.6.1 Snippet for text typography. The snippet doesn’t use third-party services, also it sends no requests. In other words, everything is performed on your server.`. +2. Description: `2.7 Snippet for text typography. The snippet doesn’t use third-party services, also it sends no requests. In other words, everything is performed on your server.`. 3. Category: `Core`. 4. Parse DocBlock: `no`. 5. Snippet code (php): Insert content of the `ddTypograph_snippet.php` file from the archive. diff --git a/README_ru.md b/README_ru.md index 6132f6b..a9f9ea5 100644 --- a/README_ru.md +++ b/README_ru.md @@ -44,7 +44,7 @@ require_once( #### 1. Элементы → Сниппеты: Создайте новый сниппет со следующими параметрами 1. Название сниппета: `ddTypograph`. -2. Описание: `2.6.1 Сниппет типографирует текст. Не использует сторонних сервисов, не отправляет никаких запросов, всё делается прямо у вас на сервере.`. +2. Описание: `2.7 Сниппет типографирует текст. Не использует сторонних сервисов, не отправляет никаких запросов, всё делается прямо у вас на сервере.`. 3. Категория: `Core`. 4. Анализировать DocBlock: `no`. 5. Код сниппета (php): Вставьте содержимое файла `ddTypograph_snippet.php` из архива. diff --git a/composer.json b/composer.json index e16339c..6179dc6 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "dd/evolutioncms-snippets-ddtypograph", "type": "modxevo-snippet", - "version": "2.6.1", + "version": "2.7.0", "description": "Snippet for text typography. The snippet doesn't use third-party services, also it sends no requests. In other words, everything is performed on your server.", "keywords": [ "modx", diff --git a/ddTypograph_snippet.php b/ddTypograph_snippet.php index 1e45995..adb83ee 100644 --- a/ddTypograph_snippet.php +++ b/ddTypograph_snippet.php @@ -1,13 +1,13 @@