diff --git a/CHANGELOG.md b/CHANGELOG.md index d015170963a329e3e8c5163c7aafa41d46f9e773..ee753a5869d97da8d30661695de99e1b85e0a495 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [2.0.2] - 2020-05-11 +### Changed +- Correction d'un eventPrefix dans di.xml + ## [2.0.1] - 2020-05-10 ### Deleted - Suppression de la variable $activeContent diff --git a/composer.json b/composer.json index 29b4f89d8a67d7b01a8065d8d5c887bc41526686..8cc5b23ab52f05cfdaf732a1ea149c77bf270c95 100755 --- a/composer.json +++ b/composer.json @@ -2,7 +2,7 @@ "name": "nicolasbejean/categorywidget", "description": "Afficher une liste de catégories", "type": "magento2-module", - "version": "2.0.1", + "version": "2.0.2", "require": { "php": "~7.1.3||~7.2.0||~7.3.0", "magento/framework": "102.0.*", diff --git a/etc/di.xml b/etc/di.xml index ccea2bf0c8ca8559bbd9c5ab3d1f742ec984c648..ae3117c12467b66574deafee44f68c2e2ce91fbf 100755 --- a/etc/di.xml +++ b/etc/di.xml @@ -62,7 +62,7 @@ <arguments> <argument name="mainTable" xsi:type="string">nicolasbejean_categorywidget</argument> <argument name="eventPrefix" xsi:type="string">categorywidget_grid_collection</argument> - <argument name="eventObject" xsi:type="string">ategorywidget_grid_collection</argument> + <argument name="eventObject" xsi:type="string">categorywidget_grid_collection</argument> <argument name="resourceModel" xsi:type="string">NicolasBejean\CategoryWidget\Model\ResourceModel\CategoryWidget</argument> </arguments> </type> diff --git a/etc/module.xml b/etc/module.xml index e14998c72f53d65e49c8e45aa38ef74289f21b42..db23323f49205ffc7e922eb84e1dce108a3a4dbb 100755 --- a/etc/module.xml +++ b/etc/module.xml @@ -1,6 +1,6 @@ <?xml version="1.0"?> <config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> - <module name="NicolasBejean_CategoryWidget" setup_version="2.0.1"> + <module name="NicolasBejean_CategoryWidget" setup_version="2.0.2"> <sequence> <module name="Magento_Backend"/> <module name="Magento_Catalog"/>