Pour tout problème contactez-nous par mail : support@froggit.fr | La FAQ :grey_question: | Rejoignez-nous sur le Chat :speech_balloon:

Skip to content
Snippets Groups Projects
Commit 65c27a21 authored by Nicolas's avatar Nicolas
Browse files

Modification de version et du CHANGELOG.md

parent c3ae38df
Branches master
Tags 2.0.5
No related merge requests found
# Changelog # Changelog
## [2.0.4] - 2020-05-20
### Changed
- Correction de l'affichage du wrapper
## [2.0.3] - 2020-05-11 ## [2.0.3] - 2020-05-11
### Changed ### Changed
- Correction d'une variable dans webapi.xml - Correction d'une variable dans webapi.xml
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "nicolasbejean/categorywidget", "name": "nicolasbejean/categorywidget",
"description": "Afficher une liste de catégories", "description": "Afficher une liste de catégories",
"type": "magento2-module", "type": "magento2-module",
"version": "2.0.3", "version": "2.0.4",
"require": { "require": {
"php": "~7.1.3||~7.2.0||~7.3.0", "php": "~7.1.3||~7.2.0||~7.3.0",
"magento/framework": "102.0.*", "magento/framework": "102.0.*",
......
<?xml version="1.0"?> <?xml version="1.0"?>
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd"> <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.3"> <module name="NicolasBejean_CategoryWidget" setup_version="2.0.4">
<sequence> <sequence>
<module name="Magento_Backend"/> <module name="Magento_Backend"/>
<module name="Magento_Catalog"/> <module name="Magento_Catalog"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment