Skip to content

Commit

Permalink
Added the version field in admin panel.
Browse files Browse the repository at this point in the history
  • Loading branch information
tiagosampaio committed Mar 10, 2020
1 parent e57df93 commit f1fb7fe
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
1 change: 1 addition & 0 deletions app/code/community/Frenet/Shipping/etc/config.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
<default>
<carriers>
<frenetshipping>
<version>1.1.3</version>
<model>Frenet_Shipping_Model_Carrier_Frenet</model>
<name>frenet</name>
<active>0</active>
Expand Down
9 changes: 9 additions & 0 deletions app/code/community/Frenet/Shipping/etc/system.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@
<show_in_website>1</show_in_website>
<show_in_store>0</show_in_store>
<fields>
<version translate="label">
<label>Version</label>
<frontend_type>label</frontend_type>
<show_in_default>1</show_in_default>
<show_in_website>1</show_in_website>
<show_in_store>0</show_in_store>
<sort_order>5</sort_order>
<comment><![CDATA[This is the version of your module installation.]]></comment>
</version>
<active translate="label">
<label>Enabled</label>
<frontend_type>select</frontend_type>
Expand Down

0 comments on commit f1fb7fe

Please sign in to comment.