Skip to content

Commit f9e6641

Browse files
committed
updated lof all
1 parent cffcd2e commit f9e6641

File tree

3 files changed

+3
-15
lines changed

3 files changed

+3
-15
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"landofcoder core extension"
88
],
99
"type": "magento2-module",
10-
"version": "1.0.1",
10+
"version": "1.0.2",
1111
"license": [
1212
"OSL-3.0",
1313
"AFL-3.0"

etc/adminhtml/system.xml

+1-13
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../Config/etc/system_file.xsd">
2424
<system>
2525
<tab id="landofcoder" translate="label" sortOrder="400">
26-
<label><![CDATA[<a href="https://landofcoder.com" target="_BLANK" title=""Magento Marketplace, Opencart Marketplace, Magento 2 Extension, Free Magento Extension, Opencart Advanced Reports">landofcoder.com</a>]]></label>
26+
<label>Landofcoder Extensions Setting</label>
2727
</tab>
2828
<section id="lofall" translate="label" type="text" sortOrder="0" showInDefault="1" showInWebsite="1" showInStore="1">
2929
<class>separator-top</class>
@@ -80,17 +80,5 @@
8080
</field>
8181
</group>
8282
</section>
83-
<section id="lofmarket" translate="label" type="text" sortOrder="1000" showInDefault="1" showInWebsite="1" showInStore="1">
84-
<class>separator-top</class>
85-
<label>Market</label>
86-
<tab>landofcoder</tab>
87-
<resource>Lof_All::config</resource>
88-
<group id="general" translate="label" type="text" sortOrder="0" showInDefault="1" showInWebsite="1" showInStore="1">
89-
<field id="licenses" translate="label comment" type="text" sortOrder="30" showInDefault="1" showInWebsite="1" showInStore="1">
90-
<label>Market</label>
91-
<frontend_model>Lof\All\Block\Adminhtml\System\Market</frontend_model>
92-
</field>
93-
</group>
94-
</section>
9583
</system>
9684
</config>

etc/module.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,6 @@
2121
*/
2222
-->
2323
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../lib/internal/Magento/Framework/Module/etc/module.xsd">
24-
<module name="Lof_All" setup_version="1.0.1">
24+
<module name="Lof_All" setup_version="1.0.2">
2525
</module>
2626
</config>

0 commit comments

Comments
 (0)