Raveinfosys_Freightshipping - Version 0.1.2

Version Notes

This is stable version of this extension and has been tested on various version of community editions. 

In this particular version we are supporting it to run on PHP V 5.6.X

Download this release

Release Info

Developer Rave Infosys
Extension Raveinfosys_Freightshipping
Version 0.1.2
Comparing to
See all releases


Code changes from version 0.1.1 to 0.1.2

app/code/local/Raveinfosys/Freightshipping/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Raveinfosys_Freightshipping>
5
- <version>0.1.0</version>
6
  </Raveinfosys_Freightshipping>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Raveinfosys_Freightshipping>
5
+ <version>0.1.2</version>
6
  </Raveinfosys_Freightshipping>
7
  </modules>
8
  <global>
app/code/local/Raveinfosys/Freightshipping/etc/system.xml CHANGED
@@ -1,15 +1,15 @@
1
  <?xml version="1.0"?>
2
  <config>
3
  <tabs>
4
- <raveinfosys_freightshipping translate="label" module="freightshipping">
5
  <label>Raveinfosys Freight</label>
6
  <sort_order>9999</sort_order>
7
- </raveinfosys_freightshipping>
8
  </tabs>
9
  <sections>
10
  <freightshipping translate="label" module="freightshipping">
11
  <label>Shipping Configuration</label>
12
- <tab>raveinfosys_freightshipping</tab>
13
  <frontend_type>text</frontend_type>
14
  <sort_order>0</sort_order>
15
  <show_in_default>1</show_in_default>
1
  <?xml version="1.0"?>
2
  <config>
3
  <tabs>
4
+ <raveinfosys translate="label" module="freightshipping">
5
  <label>Raveinfosys Freight</label>
6
  <sort_order>9999</sort_order>
7
+ </raveinfosys>
8
  </tabs>
9
  <sections>
10
  <freightshipping translate="label" module="freightshipping">
11
  <label>Shipping Configuration</label>
12
+ <tab>raveinfosys</tab>
13
  <frontend_type>text</frontend_type>
14
  <sort_order>0</sort_order>
15
  <show_in_default>1</show_in_default>
package.xml CHANGED
@@ -1,19 +1,19 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Raveinfosys_Freightshipping</name>
4
- <version>0.1.1</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Raveinfosys Freightshipping</summary>
10
  <description>Raveinfosys Freightshipping</description>
11
- <notes>This is stable version of this extension and has been tested on various version of community editions. &#xD;
12
- In this particular version we are supporting it to run on PHP V 5.5.X</notes>
13
  <authors><author><name>Rave Infosys</name><user>raveinfo</user><email>magento@raveinfosys.com</email></author></authors>
14
- <date>2015-07-14</date>
15
- <time>15:01:24</time>
16
- <contents><target name="magelocal"><dir name="Raveinfosys"><dir name="Freightshipping"><dir name="Block"><dir name="Checkout"><dir name="Cart"><file name="Shipping.php" hash="9f31997c24962235488aa96675176adf"/></dir></dir><dir name="Onepage"><dir name="Shipping"><dir name="Method"><file name="Available.php" hash="3e89a511024eec51b8f2433a8e38f13e"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="88f73f083da2afb81ffccc43891496fa"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="f9e97767af08046ddf504245362b6361"/><file name="Bestquote.php" hash="72e1221fc53282ba124be8b6fec9addf"/><file name="Conway.php" hash="43f4a0c77abc90f998ce16ec29fd0e7b"/><file name="Rlcarriers.php" hash="3e3594a673f1511f44f60772ce81e631"/></dir><file name="Observer.php" hash="13001164c18445092725d3f0cafd195f"/><dir name="Source"><dir name="Conway"><file name="Country.php" hash="333e20bda51cd8ec8b7e93e17cadfa6e"/><file name="Shipcode.php" hash="f44f28fcf4f543e74d10d7d7a7490986"/></dir><file name="Destinationtype.php" hash="ce0f59e8004b52c43df7b17523c68be2"/><dir name="Rlcarriers"><file name="Country.php" hash="23f4a272483bc99945bd49ade34fc907"/><file name="Method.php" hash="ee456489afc27d267b561953f065e0cc"/></dir><file name="Shipclass.php" hash="baf6f08fe1fc4e327f1076cba647761b"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="e361ca69bef1ee1b8b579e99bcebd809"/><file name="config.xml" hash="1619f6ddfef58f24e28b9a4d2ad4e9bb"/><file name="system.xml" hash="8bb0a409765ef74b540c96b083921711"/></dir><dir name="sql"><dir name="freightshipping_setup"><file name="mysql4-install-0.0.1.php" hash="b173341fc438b2489429ba412eccc1b7"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Raveinfosys_Freightshipping.xml" hash="a8a5aae17ad0f8fbf003486b68f020fc"/></dir></target></contents>
17
  <compatible/>
18
- <dependencies><required><php><min>5.2.0</min><max>5.6.11</max></php><extension><name>curl</name><min>7.16.0</min><max>7.40.0</max></extension><extension><name>soap</name><min/><max/></extension></required></dependencies>
19
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Raveinfosys_Freightshipping</name>
4
+ <version>0.1.2</version>
5
  <stability>stable</stability>
6
  <license>OSL v3.0</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Raveinfosys Freightshipping</summary>
10
  <description>Raveinfosys Freightshipping</description>
11
+ <notes>This is stable version of this extension and has been tested on various version of community editions. &amp;amp;#xD;&amp;#xD;&#xD;
12
+ In this particular version we are supporting it to run on PHP V 5.6.X</notes>
13
  <authors><author><name>Rave Infosys</name><user>raveinfo</user><email>magento@raveinfosys.com</email></author></authors>
14
+ <date>2015-09-16</date>
15
+ <time>09:02:33</time>
16
+ <contents><target name="magelocal"><dir name="Raveinfosys"><dir name="Freightshipping"><dir name="Block"><dir name="Checkout"><dir name="Cart"><file name="Shipping.php" hash="9f31997c24962235488aa96675176adf"/></dir></dir><dir name="Onepage"><dir name="Shipping"><dir name="Method"><file name="Available.php" hash="3e89a511024eec51b8f2433a8e38f13e"/></dir></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="88f73f083da2afb81ffccc43891496fa"/></dir><dir name="Model"><dir name="Carrier"><file name="Abstract.php" hash="f9e97767af08046ddf504245362b6361"/><file name="Bestquote.php" hash="72e1221fc53282ba124be8b6fec9addf"/><file name="Conway.php" hash="43f4a0c77abc90f998ce16ec29fd0e7b"/><file name="Rlcarriers.php" hash="3e3594a673f1511f44f60772ce81e631"/></dir><file name="Observer.php" hash="13001164c18445092725d3f0cafd195f"/><dir name="Source"><dir name="Conway"><file name="Country.php" hash="333e20bda51cd8ec8b7e93e17cadfa6e"/><file name="Shipcode.php" hash="f44f28fcf4f543e74d10d7d7a7490986"/></dir><file name="Destinationtype.php" hash="ce0f59e8004b52c43df7b17523c68be2"/><dir name="Rlcarriers"><file name="Country.php" hash="23f4a272483bc99945bd49ade34fc907"/><file name="Method.php" hash="ee456489afc27d267b561953f065e0cc"/></dir><file name="Shipclass.php" hash="baf6f08fe1fc4e327f1076cba647761b"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="e361ca69bef1ee1b8b579e99bcebd809"/><file name="config.xml" hash="2c3dca94e319e2dd898ca231a4a6b500"/><file name="system.xml" hash="c7b8f2cdd45effa4eb1297009390667d"/></dir><dir name="sql"><dir name="freightshipping_setup"><file name="mysql4-install-0.0.1.php" hash="b173341fc438b2489429ba412eccc1b7"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Raveinfosys_Freightshipping.xml" hash="a8a5aae17ad0f8fbf003486b68f020fc"/></dir></target></contents>
17
  <compatible/>
18
+ <dependencies><required><php><min>5.2.0</min><max>5.6.11</max></php><extension><name>curl</name><min/><max/></extension><extension><name>soap</name><min/><max/></extension></required></dependencies>
19
  </package>