Skip to content

Commit 57906ed

Browse files
committed
Version 4.8.3
2 parents c3e3a10 + c464acd commit 57906ed

14 files changed

Lines changed: 37 additions & 7 deletions

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# (MODX)EvolutionCMS.plugins.ManagerManager.mm_ddMultipleFields changelog
22

33

4+
## Version 4.8.3 (2020-12-19)
5+
* \* Richtext column: TinyMCE uses CMS config.
6+
* \* The repository structure was changed.
7+
8+
49
## Version 4.8.2 (2020-05-26)
510
* \* Richtext column: **All** `<`, `>` and `&` are not replaced to HTML entities (`&lt;`, `&gt;` and `&amp;` respectively).
611

CHANGELOG_ru.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
# (MODX)EvolutionCMS.plugins.ManagerManager.mm_ddMultipleFields changelog
22

33

4+
## Версия 4.8.3 (2020-12-19)
5+
* \* Колонка `richtext`: TinyMCE использует настройки из конфига CMS.
6+
* \* Изменена структура репозитория.
7+
8+
49
## Версия 4.8.2 (2020-05-26)
510
* \* Колонка `richtext`: **Все** символы `<`, `>` и `&` больше не заменяются на HTML сущности (`&lt;`, `&gt;` и `&amp;` соответственно).
611

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Capabilities:
2222

2323
### Installation
2424

25-
To install you must unzip the archive to `/assets/plungins/managermanager/widgets/`.
25+
To install you must unzip the archive to `/assets/plungins/managermanager/widgets/ddmultiplefields/`.
2626

2727

2828
You may also read this documentation:
@@ -155,7 +155,7 @@ Type of TV must be `textarea`.
155155

156156
### Output format
157157

158-
The widget save value to a TV as JSON object with the following structure:
158+
The widget saves value to a TV as JSON object with the following structure:
159159

160160
```json
161161
{
@@ -174,7 +174,8 @@ Where:
174174
* `1590412453247`, `1590412497589` — the unique auto generated row IDs (JS `(new Date).getTime()` is used while creating rows).
175175
* `0`, `1` — column numbers.
176176

177-
Rows objects with empty column values will not be saved. If all columns and all rows are empty, an empty string (`''`) will be saved instead of an empty JSON ojbect (`'{}'`).
177+
Rows objects with empty column values will not be saved.
178+
If all columns and all rows are empty, an empty string (`''`) will be saved instead of an empty JSON ojbect (`'{}'`).
178179

179180
It is strongly recommend to use [(MODX)EvolutionCMS.snippets.ddGetMultipleField](https://code.divandesign.biz/modx/ddgetmultiplefield) >= 3.5 for rendering TVs on site.
180181

README_ru.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
### Установка
2424

25-
Для установки распакуйте архив в `/assets/plungins/managermanager/widgets/`.
25+
Для установки распакуйте архив в `/assets/plungins/managermanager/widgets/ddmultiplefields/`.
2626

2727

2828
Смотрите также документацию:
@@ -174,7 +174,8 @@
174174
* `1590412453247`, `1590412497589` — уникальные автоматически сгенерированные ID строк (используется `(new Date).getTime()` в JS при создании строк).
175175
* `0`, `1` — номера колонок.
176176

177-
Объекты строк с пустыми значениями колонок не будут сохранены. Если все строки и все колонки пустые, будет сохранена пустая строка (`''`) вместо пустого JSON объекта (`'{}'`).
177+
Объекты строк с пустыми значениями колонок не будут сохранены.
178+
Если все строки и все колонки пустые, будет сохранена пустая строка (`''`) вместо пустого JSON объекта (`'{}'`).
178179

179180
Настоятельно рекомендуется использовать [(MODX)EvolutionCMS.snippets.ddGetMultipleField](https://code.divandesign.biz/modx/ddgetmultiplefield) >= 3.5 для вывода TV на сайте.
180181

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "dd/evolutioncms-plugins-managermanager-mm_ddmultiplefields",
3-
"version": "4.8.2",
3+
"version": "4.8.3",
44
"description": "Widget for plugin ManagerManager that allows you to add any number of fields values (TV) in one document (values are written in field as a JSON object). For example: a few images.",
55
"keywords": [
66
"modx",
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22
/**
33
* mm_ddMultipleFields
4-
* @version 4.8.2 (2020-05-26)
4+
* @version 4.8.3 (2020-12-19)
55
*
66
* @link https://code.divandesign.biz/modx/mm_ddmultiplefields
77
*
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)