prefix-order-id - Version 1.0.4

Version Notes

1.0.4

Download this release

Release Info

Developer contact@orangemantra.com
Extension prefix-order-id
Version 1.0.4
Comparing to
See all releases


Code changes from version 1.0.3 to 1.0.4

app/code/community/OM/NewOrderId/etc/adminhtml.xml CHANGED
@@ -37,9 +37,9 @@
37
  <children>
38
  <config>
39
  <children>
40
- <neworderid module="neworderid">
41
  <title>Prefix order id</title>
42
- </neworderid>
43
  </children>
44
  </config>
45
  </children>
37
  <children>
38
  <config>
39
  <children>
40
+ <neworder_id module="neworderid">
41
  <title>Prefix order id</title>
42
+ </neworder_id>
43
  </children>
44
  </config>
45
  </children>
app/code/community/OM/NewOrderId/etc/system.xml CHANGED
@@ -27,7 +27,7 @@
27
  -->
28
  <config>
29
  <sections>
30
- <neworderid translate="label" module="neworderid">
31
  <label>Prefix order id</label>
32
  <tab>sales</tab><frontend_type>text</frontend_type>
33
  <sort_order>340</sort_order>
@@ -56,6 +56,6 @@
56
  </fields>
57
  </general>
58
  </groups>
59
- </neworderid>
60
  </sections>
61
  </config>
27
  -->
28
  <config>
29
  <sections>
30
+ <neworder_id translate="label" module="neworderid">
31
  <label>Prefix order id</label>
32
  <tab>sales</tab><frontend_type>text</frontend_type>
33
  <sort_order>340</sort_order>
56
  </fields>
57
  </general>
58
  </groups>
59
+ </neworder_id>
60
  </sections>
61
  </config>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>prefix-order-id</name>
4
- <version>1.0.3</version>
5
  <stability>stable</stability>
6
  <license>OSL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>prefix-order-id</summary>
10
  <description>prefix-order-id</description>
11
- <notes>prefix-order-id</notes>
12
- <authors><author><name>contact@orangemantra.in</name><user>OrangeMantra</user><email>contact@orangemantra.in</email></author></authors>
13
  <date>2017-01-18</date>
14
- <time>07:08:51</time>
15
- <contents><target name="magecommunity"><dir name="OM"><dir name="NewOrderId"><dir name="Helper"><file name="Data.php" hash="7bd4d0b17d21af384516d8b606c6d54a"/></dir><dir name="Model"><dir name="Eav"><dir name="Entity"><file name="Type.php" hash="aec92977689b98d3d3207024386341b1"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="32153ba9b882d062469fb2fab17ea6ab"/><file name="config.xml" hash="0da68a952d3e2ecfb75bce7383321480"/><file name="system.xml" hash="0532fcd1cdabb15dea256a326de8ace1"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="OM_NewOrderId.xml" hash="454ad492cfc08d031aa52d0c6e036e98"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.0.0</min><max>7.0.10</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>prefix-order-id</name>
4
+ <version>1.0.4</version>
5
  <stability>stable</stability>
6
  <license>OSL</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>prefix-order-id</summary>
10
  <description>prefix-order-id</description>
11
+ <notes>1.0.4</notes>
12
+ <authors><author><name>contact@orangemantra.com</name><user>OrangeMantra</user><email>contact@orangemantra.com</email></author></authors>
13
  <date>2017-01-18</date>
14
+ <time>09:57:35</time>
15
+ <contents><target name="magecommunity"><dir name="OM"><dir name="NewOrderId"><dir name="Helper"><file name="Data.php" hash="7bd4d0b17d21af384516d8b606c6d54a"/></dir><dir name="Model"><dir name="Eav"><dir name="Entity"><file name="Type.php" hash="aec92977689b98d3d3207024386341b1"/></dir></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="97fd8e0e0632aa4024d77b2a88600a7d"/><file name="config.xml" hash="0da68a952d3e2ecfb75bce7383321480"/><file name="system.xml" hash="4f190488943c548b9d5da3a1a04d82f0"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="OM_NewOrderId.xml" hash="454ad492cfc08d031aa52d0c6e036e98"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies><required><php><min>5.0.0</min><max>7.0.10</max></php></required></dependencies>
18
  </package>