Releases: DivanDesign/EvolutionCMS.plugins.ManagerManager.mm_widget_showimagetvs
Releases · DivanDesign/EvolutionCMS.plugins.ManagerManager.mm_widget_showimagetvs
Version 1.3
- * Attention! PHP >= 5.4 is required.
- * Attention! (MODX)EvolutionCMS.plugins.ManagerManager >= 0.7 is required.
- * Refactoring:
- * The repository structure was changed.
- * The widget now using named parameters (with backward compatibility).
- *
$modx->getConfig('site_url')is used istead of$modx->config['site_url']. - *
getTplMatchedFieldsis used. - *
jQuery.ddMM.getFieldElemsis used.
- *
jQuery.ddMM.mm_widget_showimagetvs:- * Compatibility with
jQuery.ddTools>= 2.0. - * File name refactoring.
- * Compatibility with
- + README.
- + README_ru.
- + CHANGELOG.
- + CHANGELOG_ru.
- + Composer.json.
Version 1.2.1
- * The
jQuery.fn.mm_widget_showimagetvsplugin has been updated to 1.0.2:- * The
loadevent instead ofchangeis triggered for the first time. - *
thumbnailerUrlis used only ifsrcof an image is not empty. - * URLs of images are now always absolute (even if
thumbnailerUrlis set).
- * The
Version 1.2b
- * The template id of a current document is set equally to
$mm_current_page['template']. - * The js code was revised completely and became a stand-alone file. It is convenient because of php code cleanness and it shortens the amount of code of a document edit frame.
- * The parameters
$wand$hhave been renamed as$maxWidthand$maxHeightrespectively.
Version 1.1
- * The bug that causes false
changetrigger because of emptyjQuery.fn.data('lastvalue')has been fixed. In the beginning the last value was not initialized and then it would every 250 ms. The last value initialization was triggered bychangethat caused annoying pop-up window appearance with changes confirmation even there was no changes. - * Minor changes.