Skip to content

Commit

Permalink
1.2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Feb 26, 2023
1 parent 641822e commit 6f20b27
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/oro"
,"version": "1.2.2"
,"version": "1.2.3"
,"description": "Oro Platform integration with Magento 2"
,"type": "magento2-module"
,"homepage": "https://oplatform.club"
Expand Down
6 changes: 3 additions & 3 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,15 @@ So the `sortOrder` value is 1920. -->
<label>Oro Platform</label>
<class>separator-top</class>
<!-- 2015-10-05 https://mage2.pro/t/114 -->
<resource>Df_Oro::config</resource>
<resource>Dfe_Oro::config</resource>
<group
id='general'
showInDefault='1' showInStore='1' showInWebsite='1'
sortOrder='1518'
translate='label'
>
<label>General</label>
<dfExtension>Df_Oro</dfExtension>
<dfExtension>Dfe_Oro</dfExtension>
<frontend_model>Df\Config\Fieldset</frontend_model>
<field
id='enable'
Expand Down Expand Up @@ -70,7 +70,7 @@ So the `sortOrder` value is 1920. -->
type='obscure'
>
<label>API Key</label>
<comment><![CDATA[<a href='https://ocrm.pro/t/61' title='How to get your API Key' target='_blank'>How to get it?</a>]]></comment>
<comment><![CDATA[<a href='https://oplatform.club/t/61' title='How to get your API Key' target='_blank'>How to get it?</a>]]></comment>
<backend_model>Magento\Config\Model\Config\Backend\Encrypted</backend_model>
<depends>
<field id='enable'>1</field>
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='Df_Oro' setup_version='0.0.1'>
<module name='Dfe_Oro' setup_version='0.0.1'>
<sequence>
<module name='Df_Core'/>
</sequence>
Expand Down

0 comments on commit 6f20b27

Please sign in to comment.