Version Notes
- Removed business day logic (now handled on Freightquote side)
- Corrected handling fee calculation error
Download this release
Release Info
Developer | Magento Core Team |
Extension | Freightquote_com_Shipping_Module |
Version | 1.0.9.13 |
Comparing to | |
See all releases |
Code changes from version 1.0.9 to 1.0.9.13
- package.xml +2 -2
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Freightquote_com_Shipping_Module</name>
|
4 |
-
<version>1.0.9</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
@@ -13,7 +13,7 @@ Freightquote.com® makes freight shipping easy with instant freight quotes f
|
|
13 |
- Corrected handling fee calculation error</notes>
|
14 |
<authors><author><name>Freightquote</name><user>auto-converted</user><email>fqconnect@freightquote.com</email></author></authors>
|
15 |
<date>2011-03-25</date>
|
16 |
-
<time>19:
|
17 |
<contents><target name="magelocal"><dir name="Freightquote"><dir name="Shipping"><dir name="etc"><file name="config.xml" hash="c681c715616094af00ddd663faf6a3a2"/><file name="system.xml" hash="86330262423419b724c51f7934d1226a"/></dir><dir name="Helper"><file name="Data.php" hash="3546c428b7ca3c31adf4d4d68ebd54b4"/></dir><dir name="Model"><dir name="Carrier"><file name="Shipping.php" hash="04c9954554ac02bdfcefa4744875db5c"/><dir name="Source"><file name="Class.php" hash="7408de518f9c9827ba1f3fd7a32b2d3d"/><file name="Commodity.php" hash="a87a96fc82658c1ca6c4a3bfdce7040a"/><file name="Content.php" hash="5d1fe0af2a369fb5ed611ae1e8f0a7bc"/><file name="Locationtype.php" hash="a0b7142a47a3663e2ba804dac591c934"/><file name="Packaging.php" hash="543e1a0a976383a2c6108aaa8c87f8e9"/><file name="Servicetype.php" hash="4a942bdc7fc68a20864f8c254f5bb8ae"/></dir></dir><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="3c65e4f4add26f72062a7d3f97d15e32"/></dir></dir></dir></dir><dir name="sql"><dir name="freightquote_setup"><file name="mysql4-install-1.0.0.php" hash="49e4f026d230e59da8cd261b082d0bee"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Freightquote_Shipping.xml" hash="0fbb173d411432f25709986e5f01b498"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.3</min><max>1.5.0.0</max></package></required></dependencies>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Freightquote_com_Shipping_Module</name>
|
4 |
+
<version>1.0.9.13</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL 3.0)</license>
|
7 |
<channel>community</channel>
|
13 |
- Corrected handling fee calculation error</notes>
|
14 |
<authors><author><name>Freightquote</name><user>auto-converted</user><email>fqconnect@freightquote.com</email></author></authors>
|
15 |
<date>2011-03-25</date>
|
16 |
+
<time>19:28:49</time>
|
17 |
<contents><target name="magelocal"><dir name="Freightquote"><dir name="Shipping"><dir name="etc"><file name="config.xml" hash="c681c715616094af00ddd663faf6a3a2"/><file name="system.xml" hash="86330262423419b724c51f7934d1226a"/></dir><dir name="Helper"><file name="Data.php" hash="3546c428b7ca3c31adf4d4d68ebd54b4"/></dir><dir name="Model"><dir name="Carrier"><file name="Shipping.php" hash="04c9954554ac02bdfcefa4744875db5c"/><dir name="Source"><file name="Class.php" hash="7408de518f9c9827ba1f3fd7a32b2d3d"/><file name="Commodity.php" hash="a87a96fc82658c1ca6c4a3bfdce7040a"/><file name="Content.php" hash="5d1fe0af2a369fb5ed611ae1e8f0a7bc"/><file name="Locationtype.php" hash="a0b7142a47a3663e2ba804dac591c934"/><file name="Packaging.php" hash="543e1a0a976383a2c6108aaa8c87f8e9"/><file name="Servicetype.php" hash="4a942bdc7fc68a20864f8c254f5bb8ae"/></dir></dir><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="3c65e4f4add26f72062a7d3f97d15e32"/></dir></dir></dir></dir><dir name="sql"><dir name="freightquote_setup"><file name="mysql4-install-1.0.0.php" hash="49e4f026d230e59da8cd261b082d0bee"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Freightquote_Shipping.xml" hash="0fbb173d411432f25709986e5f01b498"/></dir></target></contents>
|
18 |
<compatible/>
|
19 |
<dependencies><required><package><name>Mage_Core_Modules</name><channel>community</channel><min>1.3</min><max>1.5.0.0</max></package></required></dependencies>
|