Skip to content

Commit 2639917

Browse files
1.1.1
1 parent eaef07d commit 2639917

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

composer.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mage2pro/flag"
3-
,"version": "1.1.0"
3+
,"version": "1.1.1"
44
,"description": "A Magento 2 interface to the lipis/flag-icon-css library."
55
,"type": "magento2-module"
66
,"homepage": "https://mage2.pro"
@@ -12,7 +12,7 @@
1212
"role": "Developer"
1313
}]
1414
,"require": {"mage2pro/core": ">=9.0.4"}
15-
,"autoload": {"files": ["registration.php"], "psr-4": {"Df\\Flag\\": ""}}
15+
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Flag\\": ""}}
1616
,"keywords": [
1717
"Country flag"
1818
,"eCommerce"

etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
44
xsi:noNamespaceSchemaLocation='urn:magento:framework:Module/etc/module.xsd'
55
>
6-
<module name='Df_Flag' setup_version='0.0.1'>
6+
<module name='Dfe_Flag' setup_version='0.0.1'>
77
<sequence>
88
<module name='Df_Core'/>
99
</sequence>

registration.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?php
22
use Magento\Framework\Component\ComponentRegistrar as R;
3-
R::register(R::MODULE, 'Df_Flag', __DIR__);
3+
R::register(R::MODULE, 'Dfe_Flag', __DIR__);
44
# 2017-04-25, 2017-12-13
55
# Unfortunately, I have not found a way to make this code reusable among my modules.
66
# I tried to move this code to a `/lib` function like df_lib(), but it raises a «chicken and egg» problem,

0 commit comments

Comments
 (0)