Releases: DivanDesign/EvolutionCMS.plugins.ManagerManager.mm_ddSelectDocuments
Releases · DivanDesign/EvolutionCMS.plugins.ManagerManager.mm_ddSelectDocuments
Version 1.6.1
Version 1.6
- + Parameters →
$params->filter: Supports the not-equal-to operator. - * Refactoring:
- *
\DDTools\ObjectTools::extendis used instead ofarray_merge. - *
\DDTools\ObjectTools::convertTypeis used instead ofjson_encode.
- *
- + Composer.json.
- + README.
- + README_ru.
- + CHANGELOG.
- + CHANGELOG_ru.
Version 1.5
- + Parameters →
$params->parentIds[$i]: Can be equal to'current'for using ID of current document.
Version 1.4
- * Attention! PHP >= 5.4 is required.
- * Attention! (MODX)EvolutionCMS.plugins.ManagerManager >= 0.7 is required.
- * The widget now uses named parameters (with backward compatibility).
- * jQuery.migrate 3.0 is used.
- * jQuery.ddMultipleInput has been updated to 1.3.2.
Version 1.3
Version 1.2.2
- * The jQuery.ddMultipleInput plugin has been updated to 1.2.1 (minor style changes).
Version 1.2.1
- * Small changes for compatibility with PHP < 5.3.
Version 1.2
- * Attention! (MODX)EvolutionCMS.plugins.ManagerManager >= 0.6 is required.
- + The ability to use output templates for the document selection list elements (see the parameter
$labelMask) has been added. - + Suggested results can currenly be filtered by TV's values (see the parameter
$filter). - + An ability to sort selected elements has been added.
- * Parsing of
jQuery.parseJSONfunction was removed, because the JSON is a correct js-object. - * Multibyte encoding Unicode characters of the JSON string has been removed.
- * Minor optimization: JSON encoding has been taken away from the cycle.
- * The including of required js and css files is currently being realized while occuring the event
OnDocFormPrerender. The files are included as html. - * The calls of the functions
includeJsandincludeCsswere replaced byincludeJsCss. - - The jQuery.ddTools library is no longer included here because it is in ManagerManager.
Version 1.1b
- + The capability of selecting child documents from several parents has been added (
parentIdsis now a comma separated string).
Version 1.0b
- + The first release.