Skip to content

Commit

Permalink
1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 23, 2017
1 parent c3821a6 commit de1f2da
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/geo"
,"version": "1.0.2"
"name": "mage2pro/customer-location"
,"version": "1.0.3"
,"description": "The «Customer Location» extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/t/78"
Expand All @@ -11,8 +11,8 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.4.20"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\Geo\\": ""}}
,"require": {"mage2pro/core": ">=2.5.22"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\CustomerLocation\\": ""}}
,"keywords": [
"eCommerce"
,"freegeoip.net"
Expand Down
2 changes: 1 addition & 1 deletion etc/module.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
xmlns:xsi='http://www.w3.org/2001/XMLSchema-instance'
xsi:noNamespaceSchemaLocation='urn:magento:framework:Module/etc/module.xsd'
>
<module name='Dfe_Geo' setup_version='1.0.0'>
<module name='Dfe_CustomerLocation' setup_version='1.0.0'>
<sequence>
<module name='Df_Core'/>
</sequence>
Expand Down
2 changes: 1 addition & 1 deletion registration.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
use Magento\Framework\Component\ComponentRegistrar as R;
R::register(R::MODULE, 'Dfe_Geo', __DIR__);
R::register(R::MODULE, 'Dfe_CustomerLocation', __DIR__);
2 changes: 1 addition & 1 deletion view/adminhtml/layout/sales_order_view.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
xsi:noNamespaceSchemaLocation="urn:magento:framework:View/Layout/etc/page_configuration.xsd"
>
<head>
<script src='Dfe_Geo::main.js' defer='defer'/>
<script src='Dfe_CustomerLocation::main.js' defer='defer'/>
</head>
</page>

0 comments on commit de1f2da

Please sign in to comment.