Freightquote_com_Shipping_Module - Version 1.1.1

Version Notes

Upgraded the Shipping Extension to support the latest version of Magento.

Download this release

Release Info

Developer Freightquote
Extension Freightquote_com_Shipping_Module
Version 1.1.1
Comparing to
See all releases


Code changes from version 1.0.9.13 to 1.1.1

app/code/{local → community}/Freightquote/Shipping/Helper/Data.php RENAMED
File without changes
app/code/{local → community}/Freightquote/Shipping/Model/Carrier/Shipping.php RENAMED
File without changes
app/code/{local → community}/Freightquote/Shipping/Model/Carrier/Source/Class.php RENAMED
File without changes
app/code/{local → community}/Freightquote/Shipping/Model/Carrier/Source/Commodity.php RENAMED
File without changes
app/code/{local → community}/Freightquote/Shipping/Model/Carrier/Source/Content.php RENAMED
File without changes
app/code/{local → community}/Freightquote/Shipping/Model/Carrier/Source/Locationtype.php RENAMED
File without changes
app/code/{local → community}/Freightquote/Shipping/Model/Carrier/Source/Packaging.php RENAMED
File without changes
app/code/{local → community}/Freightquote/Shipping/Model/Carrier/Source/Servicetype.php RENAMED
File without changes
app/code/{local → community}/Freightquote/Shipping/Model/Resource/Eav/Mysql4/Setup.php RENAMED
File without changes
app/code/{local → community}/Freightquote/Shipping/etc/config.xml RENAMED
File without changes
app/code/{local → community}/Freightquote/Shipping/etc/system.xml RENAMED
File without changes
app/code/{local → community}/Freightquote/Shipping/sql/freightquote_setup/mysql4-install-1.0.0.php RENAMED
File without changes
app/etc/modules/Freightquote_Shipping.xml CHANGED
@@ -12,7 +12,7 @@
12
  <modules>
13
  <Freightquote_Shipping>
14
  <active>true</active>
15
- <codePool>local</codePool>
16
  </Freightquote_Shipping>
17
  </modules>
18
  </config>
12
  <modules>
13
  <Freightquote_Shipping>
14
  <active>true</active>
15
+ <codePool>community</codePool>
16
  </Freightquote_Shipping>
17
  </modules>
18
  </config>
package.xml CHANGED
@@ -1,20 +1,18 @@
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>
8
  <extends/>
9
- <summary>Official Freightquote.com Shipping Module for Magento Commerce</summary>
10
- <description>Fast, Simple Freight Shipping:
11
- Freightquote.com&#xAE; makes freight shipping easy with instant freight quotes from hundreds of carriers. Choose the best freight rates for all your shipping needs including truckload, less than truckload (LTL) and more. The user-friendly tools automate everything - pricing, pickups, documents and tracking.</description>
12
- <notes>- Removed business day logic (now handled on Freightquote side)
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>
20
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Freightquote_com_Shipping_Module</name>
4
+ <version>1.1.1</version>
5
  <stability>stable</stability>
6
+ <license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License (OSL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>This is the official Freightquote.com Shipping Module, maintained by Freightquote.com.</summary>
10
+ <description>Freightquote.com makes freight shipping easy with instant freight quotes from hundreds of carriers. Choose the best freight rates for all your shipping needs including truckload, less than truckload (LTL) and more. The user-friendly tools automate everything - pricing, pickups, documents and tracking.</description>
11
+ <notes>Upgraded the Shipping Extension to support the latest version of Magento.</notes>
12
+ <authors><author><name>Freightquote</name><user>freightquote</user><email>fqconnect@freightquote.com</email></author><author><name>Jason Burch</name><user>FQJburch</user><email>jburch@freightquote.com</email></author></authors>
13
+ <date>2012-06-18</date>
14
+ <time>18:58:46</time>
15
+ <contents><target name="magecommunity"><dir name="Freightquote"><dir><dir name="Shipping"><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="etc"><file name="config.xml" hash="c681c715616094af00ddd663faf6a3a2"/><file name="system.xml" hash="86330262423419b724c51f7934d1226a"/></dir><dir name="sql"><dir name="freightquote_setup"><file name="mysql4-install-1.0.0.php" hash="49e4f026d230e59da8cd261b082d0bee"/></dir></dir></dir></dir><dir name="Shipping"><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="etc"><file name="config.xml" hash="c681c715616094af00ddd663faf6a3a2"/><file name="system.xml" hash="86330262423419b724c51f7934d1226a"/></dir><dir name="sql"><dir name="freightquote_setup"><file name="mysql4-install-1.0.0.php" hash="49e4f026d230e59da8cd261b082d0bee"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="c681c715616094af00ddd663faf6a3a2"/><file name="system.xml" hash="86330262423419b724c51f7934d1226a"/><file name="config.xml" hash="c681c715616094af00ddd663faf6a3a2"/><file name="system.xml" hash="86330262423419b724c51f7934d1226a"/></dir><dir name="Helper"><file name="Data.php" hash="3546c428b7ca3c31adf4d4d68ebd54b4"/><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"/><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"/><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><file name="Shipping.php" hash="04c9954554ac02bdfcefa4744875db5c"/><dir><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><file name="Shipping.php" hash="04c9954554ac02bdfcefa4744875db5c"/></dir><dir name="Resource"><dir name="Eav"><dir name="Mysql4"><file name="Setup.php" hash="3c65e4f4add26f72062a7d3f97d15e32"/></dir></dir></dir></dir><dir name="sql"><dir><dir name="freightquote_setup"><file name="mysql4-install-1.0.0.php" hash="49e4f026d230e59da8cd261b082d0bee"/></dir></dir><dir name="freightquote_setup"><file name="mysql4-install-1.0.0.php" hash="49e4f026d230e59da8cd261b082d0bee"/><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="c175437e466c4b6cdb5db733db037ccc"/></dir></target></contents>
 
 
16
  <compatible/>
17
+ <dependencies><required><php><min>5.2.0</min><max>6.1.0</max></php><package><name>Mage_Core_Modules</name><channel>core</channel><min></min><max></max></package></required></dependencies>
18
  </package>