Skip to content

Commit

Permalink
1.0.14
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrii-fediuk committed Apr 10, 2017
1 parent e3eb2b0 commit 6b45c66
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 17 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "mage2pro/sales-sequence"
,"version": "1.0.13"
,"version": "1.0.14"
,"description": "The «Sales Documents Numeration» extension for Magento 2."
,"type": "magento2-module"
,"homepage": "https://mage2.pro/c/extensions/sales-documents-numeration"
Expand All @@ -11,7 +11,7 @@
"homepage": "https://mage2.pro/users/dmitry_fedyuk",
"role": "Developer"
}]
,"require": {"mage2pro/core": ">=2.4.33"}
,"require": {"mage2pro/core": ">=2.4.44"}
,"autoload": {"files": ["registration.php"], "psr-4": {"Dfe\\SalesSequence\\": ""}}
,"keywords": [
"eCommerce"
Expand Down
4 changes: 2 additions & 2 deletions etc/adminhtml/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
showInStore='1'
>
<label>Documents Numeration</label>
<dfExtension>Dfe\SalesSequence\Ext</dfExtension>
<frontend_model>Df\Config\Block\System\Config\Form\Fieldset\Ext</frontend_model>
<dfExtension>Dfe_SalesSequence</dfExtension>
<frontend_model>Df\Config\Fieldset</frontend_model>
<field
id='enable'
translate='label'
Expand Down
15 changes: 2 additions & 13 deletions etc/di.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,8 @@
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:framework:ObjectManager/etc/config.xsd"
>
<!--
2016-01-29
Цель плагина — настройка форматирования номеров продажных документов.
-->
<!-- 2016-01-29 Цель плагина — настройка форматирования номеров продажных документов. -->
<type name='Magento\SalesSequence\Model\Manager'>
<plugin
name='Dfe\SalesSequence\Plugin\Model\Manager'
type='Dfe\SalesSequence\Plugin\Model\Manager'
/>
<plugin name='Dfe\SalesSequence\Plugin\Model\Manager' type='Dfe\SalesSequence\Plugin\Model\Manager'/>
</type>
<virtualType name='Dfe\SalesSequence\Ext' type='Df\Config\Ext'>
<arguments>
<argument name='name' xsi:type='string'>mage2pro/sales-sequence</argument>
</arguments>
</virtualType>
</config>

0 comments on commit 6b45c66

Please sign in to comment.