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 4a305de5 authored by Nicolas's avatar Nicolas
Browse files

Code Style & Corrections du CHANGELOG.md

parent d3d71526
No related branches found
Tags v1.4.7
No related merge requests found
# Changelog # Changelog
## [1.4.7] - 2019-10-13
### Changed
- Code Style
## [1.4.6] - 2019-10-13
### Changed
- Modification de l'architecture du menu
## [1.4.5] - 2019-10-09 ## [1.4.5] - 2019-10-09
### Deleted ### Deleted
- Suppression du menu principal - Suppression du menu principal
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
"name": "nicolasbejean/mediamanager", "name": "nicolasbejean/mediamanager",
"description": "Gestionnaire de médias", "description": "Gestionnaire de médias",
"type": "magento2-module", "type": "magento2-module",
"version": "1.4.6", "version": "1.4.7",
"require": { "require": {
"php": ">=7.0.0" "php": ">=7.0.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_MediaManager" setup_version="1.4.6" /> <module name="NicolasBejean_MediaManager" setup_version="1.4.7" />
</config> </config>
<?php <?php
\Magento\Framework\Component\ComponentRegistrar::register(
\Magento\Framework\Component\ComponentRegistrar::MODULE, use \Magento\Framework\Component\ComponentRegistrar;
ComponentRegistrar::register(
ComponentRegistrar::MODULE,
'NicolasBejean_MediaManager', 'NicolasBejean_MediaManager',
__DIR__ __DIR__
); );
\ No newline at end of file
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