Mage_Shipwire - Version 1.3.1

Version Notes

Shipwire Shipping Rating API integrated

1.2.4 Added multiple Intl support

1.2.2
- Fixed issue with encoding of rate request

1.2.1
- Fixed issue with ship-to postcode not passing

1.2.5
- Fixed PHP coding error

1.3.0
- Added multiple currency support
- Fixed problem some installs had with Invoicing

1.3.1
- Fixed serialization error on some server installs

Download this release

Release Info

Developer Shipwire
Extension Mage_Shipwire
Version 1.3.1
Comparing to
See all releases


Code changes from version 1.3.0 to 1.3.1

app/code/local/Shipwire/Shipping/Model/Carrier/ShippingMethod.php CHANGED
@@ -9,7 +9,7 @@ class Shipwire_Shipping_Model_Carrier_ShippingMethod extends Mage_Shipping_Model
9
  {
10
  protected $_code = 'shipwire_shipping';
11
 
12
- protected $_version = 'Magento Rating Module 1.3.0';
13
 
14
  protected $_apiEndpoint = 'https://api.shipwire.com/exec/RateServices.php';
15
 
@@ -94,7 +94,7 @@ class Shipwire_Shipping_Model_Carrier_ShippingMethod extends Mage_Shipping_Model
94
  $orderCurrencyCode = $orderCurrency->getCode();
95
  }
96
 
97
- $orderNumber = md5(serialize($requestVar));
98
 
99
  $shipToAddress1 = $requestVar->getDestStreet();
100
  $shipToCity = $requestVar->getDestCity();
9
  {
10
  protected $_code = 'shipwire_shipping';
11
 
12
+ protected $_version = 'Magento Rating Module 1.3.1';
13
 
14
  protected $_apiEndpoint = 'https://api.shipwire.com/exec/RateServices.php';
15
 
94
  $orderCurrencyCode = $orderCurrency->getCode();
95
  }
96
 
97
+ $orderNumber = uniqid('magento', TRUE);
98
 
99
  $shipToAddress1 = $requestVar->getDestStreet();
100
  $shipToCity = $requestVar->getDestCity();
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Mage_Shipwire</name>
4
- <version>1.3.0</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -23,11 +23,14 @@
23
  &#xD;
24
  1.3.0&#xD;
25
  - Added multiple currency support&#xD;
26
- - Fixed problem some installs had with Invoicing</notes>
 
 
 
27
  <authors><author><name>Shipwire</name><user>Shipwire</user><email>magento-dev@shipwire.com</email></author></authors>
28
- <date>2012-08-03</date>
29
- <time>22:14:20</time>
30
- <contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Shipwire_Shipping.xml" hash="22ed62daa00faeb3219b05484c5a02a4"/></dir></dir></dir></target><target name="magelocal"><dir name="Shipwire"><dir name="Shipping"><dir name="Model"><dir name="Carrier"><file name="Service.php" hash="1499ae366ebd44d49356230248fea53e"/><file name="ShippingMethod.php" hash="2077ad47048b3db79e61dd5ef20e3be2"/></dir></dir><dir name="etc"><file name="config.xml" hash="05bd86d2b0d072417c0bcefdd2c08399"/><file name="system.xml" hash="4f787402d22f2d6330225f291f3bf8e2"/></dir></dir></dir></target></contents>
31
  <compatible/>
32
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name></name><channel>connect.magentocommerce.com/core</channel><min></min><max></max></package><extension><name>Core</name><min></min><max></max></extension></required></dependencies>
33
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Mage_Shipwire</name>
4
+ <version>1.3.1</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
23
  &#xD;
24
  1.3.0&#xD;
25
  - Added multiple currency support&#xD;
26
+ - Fixed problem some installs had with Invoicing&#xD;
27
+ &#xD;
28
+ 1.3.1&#xD;
29
+ - Fixed serialization error on some server installs</notes>
30
  <authors><author><name>Shipwire</name><user>Shipwire</user><email>magento-dev@shipwire.com</email></author></authors>
31
+ <date>2012-10-15</date>
32
+ <time>18:58:38</time>
33
+ <contents><target name="mage"><dir name="app"><dir name="etc"><dir name="modules"><file name="Shipwire_Shipping.xml" hash="22ed62daa00faeb3219b05484c5a02a4"/></dir></dir></dir></target><target name="magelocal"><dir name="Shipwire"><dir name="Shipping"><dir name="Model"><dir name="Carrier"><file name="Service.php" hash="1499ae366ebd44d49356230248fea53e"/><file name="ShippingMethod.php" hash="b08cf1700362884101b4c698d6cab63b"/></dir></dir><dir name="etc"><file name="config.xml" hash="05bd86d2b0d072417c0bcefdd2c08399"/><file name="system.xml" hash="4f787402d22f2d6330225f291f3bf8e2"/></dir></dir></dir></target></contents>
34
  <compatible/>
35
  <dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php><package><name></name><channel>connect.magentocommerce.com/core</channel><min></min><max></max></package><extension><name>Core</name><min></min><max></max></extension></required></dependencies>
36
  </package>