Skip to content

Commit 6f20b27

Browse files
1.2.3
1 parent 641822e commit 6f20b27

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mage2pro/oro"
3-
,"version": "1.2.2"
3+
,"version": "1.2.3"
44
,"description": "Oro Platform integration with Magento 2"
55
,"type": "magento2-module"
66
,"homepage": "https://oplatform.club"

etc/adminhtml/system.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ So the `sortOrder` value is 1920. -->
2727
<label>Oro Platform</label>
2828
<class>separator-top</class>
2929
<!-- 2015-10-05 https://mage2.pro/t/114 -->
30-
<resource>Df_Oro::config</resource>
30+
<resource>Dfe_Oro::config</resource>
3131
<group
3232
id='general'
3333
showInDefault='1' showInStore='1' showInWebsite='1'
3434
sortOrder='1518'
3535
translate='label'
3636
>
3737
<label>General</label>
38-
<dfExtension>Df_Oro</dfExtension>
38+
<dfExtension>Dfe_Oro</dfExtension>
3939
<frontend_model>Df\Config\Fieldset</frontend_model>
4040
<field
4141
id='enable'
@@ -70,7 +70,7 @@ So the `sortOrder` value is 1920. -->
7070
type='obscure'
7171
>
7272
<label>API Key</label>
73-
<comment><![CDATA[<a href='https://ocrm.pro/t/61' title='How to get your API Key' target='_blank'>How to get it?</a>]]></comment>
73+
<comment><![CDATA[<a href='https://oplatform.club/t/61' title='How to get your API Key' target='_blank'>How to get it?</a>]]></comment>
7474
<backend_model>Magento\Config\Model\Config\Backend\Encrypted</backend_model>
7575
<depends>
7676
<field id='enable'>1</field>

etc/module.xml

Lines changed: 1 addition & 1 deletion
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_Oro' setup_version='0.0.1'>
6+
<module name='Dfe_Oro' setup_version='0.0.1'>
77
<sequence>
88
<module name='Df_Core'/>
99
</sequence>

0 commit comments

Comments
 (0)