pitneybowes_gsp - Version 1.4.2

Version Notes

1. Fixed an error with the AddCommodity At Checkout. Changed category reference from name to ID

2. Updated the tracking link in the Magento admin to link to the new PB tracking URL

3. Fixed an issue with the domestic tracking link in admin to use default tracking link instead of PB tracking link

Download this release

Release Info

Developer Shane Bogdan
Extension pitneybowes_gsp
Version 1.4.2
Comparing to
See all releases


Code changes from version 1.4.1 to 1.4.2

Files changed (58) hide show
  1. app/code/local/Pb/Pbgsp/Block/Adminhtml/Categorysettings.php +2 -2
  2. app/code/local/Pb/Pbgsp/Block/Adminhtml/Categorysettings/Grid.php +2 -2
  3. app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Invoice/Totals.php +2 -2
  4. app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Totals.php +2 -2
  5. app/code/local/Pb/Pbgsp/Block/Adminhtml/Version.php +2 -2
  6. app/code/local/Pb/Pbgsp/Block/Checkout/Shipping/Method/Available.php +2 -2
  7. app/code/local/Pb/Pbgsp/Block/Form.php +2 -2
  8. app/code/local/Pb/Pbgsp/Block/Sales/Order/Invoice/Totals.php +2 -2
  9. app/code/local/Pb/Pbgsp/Block/Sales/Order/Totals.php +2 -2
  10. app/code/local/Pb/Pbgsp/Block/Tax/Checkout/Tax.php +2 -2
  11. app/code/local/Pb/Pbgsp/Helper/Data.php +2 -2
  12. app/code/local/Pb/Pbgsp/Helper/Shipping.php +42 -0
  13. app/code/local/Pb/Pbgsp/Model/Api.php +3 -3
  14. app/code/local/Pb/Pbgsp/Model/Carrier/ShippingMethod.php +2 -2
  15. app/code/local/Pb/Pbgsp/Model/Catalog/Category.php +2 -2
  16. app/code/local/Pb/Pbgsp/Model/Catalog/Cron.php +2 -2
  17. app/code/local/Pb/Pbgsp/Model/Catalog/File.php +2 -2
  18. app/code/local/Pb/Pbgsp/Model/Catalog/Product.php +2 -2
  19. app/code/local/Pb/Pbgsp/Model/Credentials.php +2 -2
  20. app/code/local/Pb/Pbgsp/Model/Creditmemo/Duty.php +2 -2
  21. app/code/local/Pb/Pbgsp/Model/Environmentconfig.php +2 -2
  22. app/code/local/Pb/Pbgsp/Model/Handledata.php +2 -2
  23. app/code/local/Pb/Pbgsp/Model/Handlingoptions.php +2 -2
  24. app/code/local/Pb/Pbgsp/Model/Helper.php +2 -2
  25. app/code/local/Pb/Pbgsp/Model/Inboundparcel.php +2 -2
  26. app/code/local/Pb/Pbgsp/Model/Invoice/Duty.php +2 -2
  27. app/code/local/Pb/Pbgsp/Model/Messages.php +2 -2
  28. app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel.php +2 -2
  29. app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel/Collection.php +2 -2
  30. app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber.php +2 -2
  31. app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber/Collection.php +2 -2
  32. app/code/local/Pb/Pbgsp/Model/Mysql4/Shipmentemail.php +2 -2
  33. app/code/local/Pb/Pbgsp/Model/Mysql4/Shipmentemail/Collection.php +2 -2
  34. app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php +2 -2
  35. app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php +2 -2
  36. app/code/local/Pb/Pbgsp/Model/Newhandlingoptions.php +2 -2
  37. app/code/local/Pb/Pbgsp/Model/Observer.php +2 -2
  38. app/code/local/Pb/Pbgsp/Model/Ordernumber.php +2 -2
  39. app/code/local/Pb/Pbgsp/Model/Pdf/Tax.php +2 -2
  40. app/code/local/Pb/Pbgsp/Model/Productattributesource/Productconditions.php +2 -2
  41. app/code/local/Pb/Pbgsp/Model/Quote/Duty.php +2 -2
  42. app/code/local/Pb/Pbgsp/Model/Resource/Mysql4/Setup.php +2 -2
  43. app/code/local/Pb/Pbgsp/Model/Sales/Order/Shipment.php +2 -2
  44. app/code/local/Pb/Pbgsp/Model/Shipmentemail.php +2 -2
  45. app/code/local/Pb/Pbgsp/Model/Util.php +2 -2
  46. app/code/local/Pb/Pbgsp/Model/Variable.php +2 -2
  47. app/code/local/Pb/Pbgsp/controllers/Adminhtml/CategorysettingsController.php +2 -2
  48. app/code/local/Pb/Pbgsp/data/pb_pbgsp_setup/data-install-1.0.0.php +2 -2
  49. app/code/local/Pb/Pbgsp/etc/config.xml +11 -2
  50. app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php +2 -2
  51. app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.0.0-1.0.1.php +2 -2
  52. app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.1.1-1.1.2.php +2 -2
  53. app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.2.0-1.2.1.php +2 -2
  54. app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.3.0-1.3.1.php +2 -2
  55. app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.3.5-1.3.6.php +2 -2
  56. app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.4.0-1.4.1.php +2 -2
  57. app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.4.1-1.4.2.php +2 -2
  58. package.xml +9 -14
app/code/local/Pb/Pbgsp/Block/Adminhtml/Categorysettings.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  */
7
 
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  */
7
 
app/code/local/Pb/Pbgsp/Block/Adminhtml/Categorysettings/Grid.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  */
7
 
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  */
7
 
app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Invoice/Totals.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Invoice/Totals.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Invoice/Totals.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Totals.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Totals.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Block/Adminhtml/Sales/Order/Totals.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Block/Adminhtml/Version.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
 
7
 
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
 
7
 
app/code/local/Pb/Pbgsp/Block/Checkout/Shipping/Method/Available.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
 
3
  /**
4
- * Product: Pb_Pbgsp (1.4.1)
5
- * Packaged: 2016-07-26T14:25:00+00:00
6
  * Last Modified: 2016-09-13T10:50:00+00:00
7
  * File: app/code/local/Pb/Pbgsp/Block/Checkout/Shipping/Method/Available.php
8
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
 
3
  /**
4
+ * Product: Pb_Pbgsp (1.4.2)
5
+ * Packaged: 2016-09-21T11:45:00+00:00
6
  * Last Modified: 2016-09-13T10:50:00+00:00
7
  * File: app/code/local/Pb/Pbgsp/Block/Checkout/Shipping/Method/Available.php
8
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Block/Form.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Block/Form.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Block/Form.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Block/Sales/Order/Invoice/Totals.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Block/Sales/Order/Invoice/Totals.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Block/Sales/Order/Invoice/Totals.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Block/Sales/Order/Totals.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Block/Sales/Order/Totals.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Block/Sales/Order/Totals.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Block/Tax/Checkout/Tax.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
 
3
  /**
4
- * Product: Pb_Pbgsp (1.4.1)
5
- * Packaged: 2016-07-26T14:25:00+00:00
6
  * Last Modified: 2016-09-13T10:50:00+00:00
7
  */
8
  class Pb_Pbgsp_Block_Tax_Checkout_Tax extends Mage_Tax_Block_Checkout_Tax
1
  <?php
2
 
3
  /**
4
+ * Product: Pb_Pbgsp (1.4.2)
5
+ * Packaged: 2016-09-21T11:45:00+00:00
6
  * Last Modified: 2016-09-13T10:50:00+00:00
7
  */
8
  class Pb_Pbgsp_Block_Tax_Checkout_Tax extends Mage_Tax_Block_Checkout_Tax
app/code/local/Pb/Pbgsp/Helper/Data.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
 
7
  */
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
 
7
  */
app/code/local/Pb/Pbgsp/Helper/Shipping.php ADDED
@@ -0,0 +1,42 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+
3
+ /**
4
+ * Created by PhpStorm.
5
+ * User: Muhammad
6
+ * Date: 9/16/2016
7
+ * Time: 10:54 PM
8
+ */
9
+ class Pb_Pbgsp_Helper_Shipping extends Mage_Shipping_Helper_Data
10
+ {
11
+ public function getTrackingPopupUrlBySalesModel($model)
12
+ {
13
+ $url = "https://parceltracking.pb.com/app/#/dashboard/";
14
+ if ($model instanceof Mage_Sales_Model_Order) {
15
+ $cpord = Pb_Pbgsp_Model_Util::getCPORD($model);
16
+ if($cpord) {
17
+ $email = $model->getCustomerEmail();
18
+ return $url."$cpord/$email";
19
+ }
20
+ return parent::getTrackingPopupUrlBySalesModel($model);
21
+ } elseif ($model instanceof Mage_Sales_Model_Order_Shipment) {
22
+ $order = $model->getOrder();
23
+ $cpord = Pb_Pbgsp_Model_Util::getCPORD($order);
24
+ if($cpord) {
25
+ $email = $order->getCustomerEmail();
26
+ return $url."$cpord/$email";
27
+ }
28
+ return parent::getTrackingPopupUrlBySalesModel($model);
29
+
30
+ } elseif ($model instanceof Mage_Sales_Model_Order_Shipment_Track) {
31
+ return parent::getTrackingPopupUrlBySalesModel($model);
32
+ // $order = Mage::getModel("sales/order")->load($model->getOrderId());
33
+ // $cpord = Pb_Pbgsp_Model_Util::getCPORD($order);
34
+ // if($cpord) {
35
+ // $email = $order->getCustomerEmail();
36
+ // return $url."$cpord/$email";
37
+ // }
38
+ // return parent::getTrackingPopupUrlBySalesModel($model);
39
+ }
40
+ return '';
41
+ }
42
+ }
app/code/local/Pb/Pbgsp/Model/Api.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
 
7
 
@@ -180,7 +180,7 @@ class Pb_Pbgsp_Model_Api
180
  $category_name= array();
181
  foreach ($cats as $category_id) {
182
  $_cat = Mage::getModel('catalog/category')->load($category_id) ;
183
- $category_name[]= array("merchantCatRefId" =>$_cat->getName());
184
  }
185
  $shortDescription = Pb_Pbgsp_Model_Util::stripHtml($actualProduct -> getShortDescription());
186
  $shortDescription = preg_replace("/[^A-Za-z0-9 .\-\+=;:\\(){}\[\]@?%$#]/",'',$shortDescription);
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
 
7
 
180
  $category_name= array();
181
  foreach ($cats as $category_id) {
182
  $_cat = Mage::getModel('catalog/category')->load($category_id) ;
183
+ $category_name[]= array("merchantCatRefId" =>$_cat->getId());
184
  }
185
  $shortDescription = Pb_Pbgsp_Model_Util::stripHtml($actualProduct -> getShortDescription());
186
  $shortDescription = preg_replace("/[^A-Za-z0-9 .\-\+=;:\\(){}\[\]@?%$#]/",'',$shortDescription);
app/code/local/Pb/Pbgsp/Model/Carrier/ShippingMethod.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Carrier/ShippingMethod.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Carrier/ShippingMethod.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Catalog/Category.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Catalog/Category.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Catalog/Category.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Catalog/Cron.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Catalog/Cron.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Catalog/Cron.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Catalog/File.php CHANGED
@@ -1,8 +1,8 @@
1
  <?php
2
 
3
  /**
4
- * Product: Pb_Pbgsp (1.4.1)
5
- * Packaged: 2016-07-26T14:25:00+00:00
6
  * Last Modified: 2016-09-13T10:50:00+00:00
7
  * File: app/code/local/Pb/Pbgsp/Model/Catalog/File.php
8
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
 
3
  /**
4
+ * Product: Pb_Pbgsp (1.4.2)
5
+ * Packaged: 2016-09-21T11:45:00+00:00
6
  * Last Modified: 2016-09-13T10:50:00+00:00
7
  * File: app/code/local/Pb/Pbgsp/Model/Catalog/File.php
8
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Catalog/Product.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Catalog/Product.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Catalog/Product.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Credentials.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Credentials.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Credentials.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Creditmemo/Duty.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Creditmemo/Duty.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Creditmemo/Duty.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Environmentconfig.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Environmentconfig.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Environmentconfig.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Handledata.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Handlingoptions.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Helper.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Helper.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Helper.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Inboundparcel.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Inboundparcel.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Inboundparcel.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Invoice/Duty.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Invoice/Duty.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Invoice/Duty.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Messages.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Messages.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Messages.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel/Collection.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel/Collection.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Inboundparcel/Collection.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber/Collection.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber/Collection.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Ordernumber/Collection.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Mysql4/Shipmentemail.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Mysql4/Shipmentemail/Collection.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Mysql4/Variable/Collection.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Newhandlingoptions.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Handlingoptions.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Observer.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Observer.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Observer.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Ordernumber.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Ordernumber.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Ordernumber.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Pdf/Tax.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Pdf/Tax.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Pdf/Tax.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Productattributesource/Productconditions.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
 
7
  */
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
 
7
  */
app/code/local/Pb/Pbgsp/Model/Quote/Duty.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Quote/Duty.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Quote/Duty.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Resource/Mysql4/Setup.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Resource/Mysql4/Setup.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Resource/Mysql4/Setup.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Sales/Order/Shipment.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Sales/Order/Shipment.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Sales/Order/Shipment.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Shipmentemail.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Variable.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Variable.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Util.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Util.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Util.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/Model/Variable.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Variable.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/Model/Variable.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/controllers/Adminhtml/CategorysettingsController.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  */
7
 
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  */
7
 
app/code/local/Pb/Pbgsp/data/pb_pbgsp_setup/data-install-1.0.0.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Pb_Pbgsp>
5
- <version>1.4.1</version>
6
  </Pb_Pbgsp>
7
  </modules>
8
  <global>
@@ -208,7 +208,11 @@
208
  <pbgsp>
209
  <class>Pb_Pbgsp_Helper</class>
210
  </pbgsp>
211
-
 
 
 
 
212
  </helpers>
213
  </global>
214
  <resources>
@@ -579,6 +583,11 @@
579
  <sort_order>0</sort_order>
580
  <action>adminhtml/categorysettings</action>
581
  </items>
 
 
 
 
 
582
  </children>
583
  </pbgsp>
584
  </menu>
2
  <config>
3
  <modules>
4
  <Pb_Pbgsp>
5
+ <version>1.4.2</version>
6
  </Pb_Pbgsp>
7
  </modules>
8
  <global>
208
  <pbgsp>
209
  <class>Pb_Pbgsp_Helper</class>
210
  </pbgsp>
211
+ <shipping>
212
+ <rewrite>
213
+ <data>Pb_Pbgsp_Helper_Shipping</data>
214
+ </rewrite>
215
+ </shipping>
216
  </helpers>
217
  </global>
218
  <resources>
583
  <sort_order>0</sort_order>
584
  <action>adminhtml/categorysettings</action>
585
  </items>
586
+ <!--<claims module="pbgsp">-->
587
+ <!--<title>Submit Claim</title>-->
588
+ <!--<sort_order>1</sort_order>-->
589
+ <!--<action>adminhtml/pbclaims</action>-->
590
+ <!--</claims>-->
591
  </children>
592
  </pbgsp>
593
  </menu>
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.0.0-1.0.1.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.1.1-1.1.2.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.2.0-1.2.1.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.3.0-1.3.1.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.3.5-1.3.6.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.4.0-1.4.1.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-upgrade-1.4.1-1.4.2.php CHANGED
@@ -1,7 +1,7 @@
1
  <?php
2
  /**
3
- * Product: Pb_Pbgsp (1.4.1)
4
- * Packaged: 2016-07-26T14:25:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
1
  <?php
2
  /**
3
+ * Product: Pb_Pbgsp (1.4.2)
4
+ * Packaged: 2016-09-21T11:45:00+00:00
5
  * Last Modified: 2016-09-13T10:50:00+00:00
6
  * File: app/code/local/Pb/Pbgsp/sql/pbgsp_setup/mysql4-install-1.0.0.php
7
  * Copyright: Copyright (c) 2016 Pitney Bowes <info@pb.com> / All rights reserved.
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>pitneybowes_gsp</name>
4
- <version>1.4.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>
@@ -22,20 +22,15 @@ Providing full international tracking linked from your admin page&#xD;
22
  &lt;/ul&gt;&#xD;
23
  To learn more, go to &lt;a href="http://www.pb.com/ecom"&gt;http://www.pb.com/ecom&lt;/a&gt;&#xD;
24
  </description>
25
- <notes>1 add "lbs." with Package Weight.&#xD;
26
- 2 add (in.) to length related fields&#xD;
27
- 3 Fixed Group Permission issue in Magento role editor&#xD;
28
- 4 Removed the "no-reply@pb.com" email as it was causing relay errors on some installations&#xD;
29
- 5 Changed catalog export CSV to have line endings with CRLF&#xD;
30
- 6 Add tracking url update to use newer https://parceltracking.pb.com URL&#xD;
31
- 7 Add condition to allow for tracking link to be added to custom shipment email. Add following code to custom email template to include a link in the transaction: (Track your order from &lt;a href="{{var tracking_url}}"&gt;here.&lt;/a&gt;)&#xD;
32
- 8 Update shipping email template to include tracking link to new pb shipping tool&#xD;
33
- 9 Add a delay in sending shipment notification to ensure the process isn&#x2019;t triggered before PB system updates (5 minutes)&#xD;
34
- 10 Fixed an issue of missing Package_Weight column in catalog export file</notes>
35
  <authors><author><name>Shane Bogdan</name><user>pbecommerce</user><email>shane.bogdan@pb.com</email></author></authors>
36
- <date>2016-09-13</date>
37
- <time>15:00:57</time>
38
- <contents><target name="magelocal"><dir name="Pb"><dir name="Pbgsp"><dir name="Block"><dir name="Adminhtml"><dir name="Categorysettings"><file name="Grid.php" hash="1f85b40ccb29a6087caf81064912c99c"/></dir><file name="Categorysettings.php" hash="bb4aace74b24372ba48a2d40a58eb8a1"/><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="b47be50d1e1927c3e02194b12feb1c11"/></dir><file name="Totals.php" hash="c5ccecdb7e6524e4298bc2a69a884841"/></dir></dir><file name="Version.php" hash="7978b308867ab71408572da0a4a54eb4"/></dir><dir name="Checkout"><dir name="Shipping"><dir name="Method"><file name="Available.php" hash="87d62bb9d71d409669275adc6485c24b"/></dir></dir></dir><file name="Form.php" hash="35a7916413e10c5569e200dd6f519ce7"/><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="097f692121d4fc9764399689e319f899"/></dir><file name="Totals.php" hash="bc0735120b5ef620b4198270fc61d74c"/></dir></dir><dir name="Tax"><dir name="Checkout"><file name="Tax.php" hash="7642d7abfec20c376788ecfe44c1c650"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="03eb75e40f1d3d7fcde5efd3da1ce350"/></dir><dir name="Model"><file name="Api.php" hash="a480386a74a45ee8851cdb602b50159a"/><dir name="Carrier"><file name="ShippingMethod.php" hash="6ed250db925a606853df10401b9c68bc"/></dir><dir name="Catalog"><file name="Category.php" hash="ff6a8f2a80c62dee08f5dccf995b7239"/><file name="Cron.php" hash="ceafc85a1a4d9602aa6490bae4d91d11"/><file name="File.php" hash="81869e0fa978123ec843136fd9449305"/><file name="Product.php" hash="72832bcbb436e61a9e62c5eeba8a9025"/></dir><file name="Credentials.php" hash="73dec8848b25851071a0f0234b92d77f"/><dir name="Creditmemo"><file name="Duty.php" hash="0b67d5397eb71c196bebedb227f4ef12"/></dir><file name="Environmentconfig.php" hash="8dfa279390386323c42398b8e65c35b2"/><file name="Handledata.php" hash="197790f99d565eebb485237cd23fc316"/><file name="Handlingoptions.php" hash="241f8132fbf46fc1051dfdc3805755de"/><file name="Helper.php" hash="e256f75f74c6ddbaacc8c2168eb5fcd3"/><file name="Inboundparcel.php" hash="3e7c2b2e6bcdf0351b285ebf4843cc33"/><dir name="Invoice"><file name="Duty.php" hash="7ecc573fc0bf728dd54568d02161cce8"/></dir><file name="Messages.php" hash="d84a49f2293d7e9a7c04b62b946c662f"/><dir name="Mysql4"><dir name="Inboundparcel"><file name="Collection.php" hash="030a8c9453b90efda3c204b0d128b10b"/></dir><file name="Inboundparcel.php" hash="575b1b661dce2ed66070713807ef67a8"/><dir name="Ordernumber"><file name="Collection.php" hash="8aebc21ee1a9dbdf902a0907931b31fb"/></dir><file name="Ordernumber.php" hash="1eae657dfbc0bc79c25acf60b82dadcf"/><dir name="Shipmentemail"><file name="Collection.php" hash="261d8ec734fa4d5d5e99565cf48f1d9d"/></dir><file name="Shipmentemail.php" hash="1b448a041f79a22642194c0836025e8a"/><dir name="Variable"><file name="Collection.php" hash="53ea8ca2940c9eda806f6f953ad12e54"/></dir><file name="Variable.php" hash="21e71885178eefe5e64e204d6e291725"/></dir><file name="Newhandlingoptions.php" hash="822b4abcc65e8c9fb20403379d5bcdc5"/><file name="Observer.php" hash="efd780654272f476a0a552e97b00885a"/><file name="Ordernumber.php" hash="5ec3b9fdbdcbc0ee1844fac406d524b6"/><dir name="Pdf"><file name="Tax.php" hash="790fc1f537d5ccb92538be9138d42a9f"/></dir><file name="Phonetype.php" hash="9a5a5d3af53a6f137c578ba391626d27"/><dir name="Productattributesource"><file name="Productconditions.php" hash="a5f985149ffd6a0429c776deed9cc47d"/></dir><dir name="Quote"><file name="Duty.php" hash="f74b168b3e50c8b982dae67257061333"/></dir><dir name="Resource"><dir name="Mysql4"><file name="Setup.php" hash="ea9a93b91ccc9b59f0fb8815b39ee797"/></dir></dir><dir name="Sales"><dir name="Order"><file name="Shipment.php" hash="f12a77ad26f8da83c391afe61a21fabe"/></dir></dir><file name="Sellertype.php" hash="0f966b509b0c84ebaedb292abbea8929"/><file name="Shipmentemail.php" hash="576fe253bcc26ff6826b0c59ca4ef730"/><file name="Util.php" hash="1dc702a6a2d73a2fd5a315f1da00221e"/><file name="Variable.php" hash="3fa276e3ce21985bb97a9df4a6606a64"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="CategorysettingsController.php" hash="a338a730d0adc0f4e41b974a241d2c02"/></dir></dir><dir name="data"><dir name="pb_pbgsp_setup"><file name="data-install-1.0.0.php" hash="675682f9d50ee45ec5263c2644a57b40"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="df090fe6dcdfe68acdb012d6e2405cef"/><file name="config.xml" hash="96e6d189eebc4190b86c34d3f563e9a2"/><file name="system.xml" hash="3d39b59e89c4b307dadcc4021e7723ef"/></dir><dir name="sql"><dir name="pbgsp_setup"><file name="mysql4-install-1.0.0.php" hash="cc1c81bc6affc2768a8010a266bcab32"/><file name="mysql4-upgrade-1.0.0-1.0.1.php" hash="bc35d6d1028d19b08d0ae8facbaa5f4c"/><file name="mysql4-upgrade-1.1.1-1.1.2.php" hash="4687bc794a6553df56a0b9d495b4c09e"/><file name="mysql4-upgrade-1.2.0-1.2.1.php" hash="e3f04cb52078d5c973fbf19418c5f321"/><file name="mysql4-upgrade-1.3.0-1.3.1.php" hash="e7fdf2afa1b571e78f0210150b3727f9"/><file name="mysql4-upgrade-1.3.5-1.3.6.php" hash="ed2c25f3dae296280c18a8de6df77fea"/><file name="mysql4-upgrade-1.4.0-1.4.1.php" hash="1eef51aa5c70f2f749e4b77ef42e0122"/><file name="mysql4-upgrade-1.4.1-1.4.2.php" hash="f80f24d0add11da1fe976fe1da2ef20d"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Pb_Pbgsp.xml" hash="8475d60d4719f8ea7761a4ca39016e48"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Pb_Clearpath.csv" hash="aa4b7a650feb1709a34b6c053b56811c"/><dir name="template"><dir name="email"><file name="pbgsp_shipment_new.html" hash="0fb628e37654a9768babe0ed06df4960"/></dir></dir></dir></target><target name="mageweb"><dir name="."><file name="ReadMe.txt" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="PBGSP_Manual_Catalog_Export.php" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target></contents>
39
  <compatible/>
40
  <dependencies><required><php><min>5.1.0</min><max>5.6.10</max></php></required></dependencies>
41
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>pitneybowes_gsp</name>
4
+ <version>1.4.2</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>
22
  &lt;/ul&gt;&#xD;
23
  To learn more, go to &lt;a href="http://www.pb.com/ecom"&gt;http://www.pb.com/ecom&lt;/a&gt;&#xD;
24
  </description>
25
+ <notes>1. Fixed an error with the AddCommodity At Checkout. Changed category reference from name to ID&#xD;
26
+ &#xD;
27
+ 2. Updated the tracking link in the Magento admin to link to the new PB tracking URL&#xD;
28
+ &#xD;
29
+ 3. Fixed an issue with the domestic tracking link in admin to use default tracking link instead of PB tracking link</notes>
 
 
 
 
 
30
  <authors><author><name>Shane Bogdan</name><user>pbecommerce</user><email>shane.bogdan@pb.com</email></author></authors>
31
+ <date>2016-09-21</date>
32
+ <time>15:54:12</time>
33
+ <contents><target name="magelocal"><dir name="Pb"><dir name="Pbgsp"><dir name="Block"><dir name="Adminhtml"><dir name="Categorysettings"><file name="Grid.php" hash="e68757f2f8a6f3b8cec19cd40f310218"/></dir><file name="Categorysettings.php" hash="28203620d677c062afb3331706bff473"/><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="fdff9edd1cf790b559ea15d35ad0071c"/></dir><file name="Totals.php" hash="2afa2d7c71cdb5d202b334a6c755b24f"/></dir></dir><file name="Version.php" hash="819fee219d88e971df8fe56634fcbe38"/></dir><dir name="Checkout"><dir name="Shipping"><dir name="Method"><file name="Available.php" hash="13ef8023717fdce768d173a56c42af9b"/></dir></dir></dir><file name="Form.php" hash="95027f7480bacc8185cf1d5635d03d99"/><dir name="Sales"><dir name="Order"><dir name="Invoice"><file name="Totals.php" hash="f3925d1e7f3c38cab80f099c0b198829"/></dir><file name="Totals.php" hash="b56d250a3815373809787da7d891f223"/></dir></dir><dir name="Tax"><dir name="Checkout"><file name="Tax.php" hash="3c2eaf989417bc25f085a5670a0ca9dd"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="ce946f57f8c34cffa942aa8f9ac51d45"/><file name="Shipping.php" hash="3d68b32dee60fba0894e168980f9f2ac"/></dir><dir name="Model"><file name="Api.php" hash="cf65cb3a54855071f397aaa2fba98d9e"/><dir name="Carrier"><file name="ShippingMethod.php" hash="2058040f81ced89b33577c99ead8036d"/></dir><dir name="Catalog"><file name="Category.php" hash="ec1e8853c37c0806e497bcfa78b931a2"/><file name="Cron.php" hash="857657fedacc8a15cf9f3a0d2d7f4fc0"/><file name="File.php" hash="5f5dfb04e0d98ed9f4656e5a847a48bb"/><file name="Product.php" hash="8e52afbf96076f37f2633c4d2fc6f4e7"/></dir><file name="Credentials.php" hash="c72531fa817cbb82c3b29a9c7a7f1564"/><dir name="Creditmemo"><file name="Duty.php" hash="f2e075fc27b840c380a09eddc5108136"/></dir><file name="Environmentconfig.php" hash="9c15e82ba4650a7bdb63d13486a378a6"/><file name="Handledata.php" hash="02b05609acedc514ea3a42d12a72c617"/><file name="Handlingoptions.php" hash="fe5a2010db7c6116ee9dff966c341d23"/><file name="Helper.php" hash="12eafb864449f71a5a697f511d8b73be"/><file name="Inboundparcel.php" hash="01fa1ecb09059a692491e06358a9887b"/><dir name="Invoice"><file name="Duty.php" hash="230c541a1eec1a98400e7d33eba1384a"/></dir><file name="Messages.php" hash="b9770fb453799a845fc0ec3ea14b47a1"/><dir name="Mysql4"><dir name="Inboundparcel"><file name="Collection.php" hash="0fdc0fb319a156385351ca502dce67fb"/></dir><file name="Inboundparcel.php" hash="4484865a554650ecb41065cdba599781"/><dir name="Ordernumber"><file name="Collection.php" hash="80f175d36c6a7bfc4fbbb3af44869b25"/></dir><file name="Ordernumber.php" hash="6ff701371ed7b86e2fbd9e612a896d92"/><dir name="Shipmentemail"><file name="Collection.php" hash="0171d55bd117bd29b3ea04aefbe572a1"/></dir><file name="Shipmentemail.php" hash="56271702a906697cf3fbb7e100905a5b"/><dir name="Variable"><file name="Collection.php" hash="9acd320528d2d7ac21996ed08188c635"/></dir><file name="Variable.php" hash="c454710d36ae1fc98befa1470f51d593"/></dir><file name="Newhandlingoptions.php" hash="3c7476b35dfe4b8bea0f10a31b3f4e8a"/><file name="Observer.php" hash="623793d82aec6d0ddbe4e6aa676ddf2f"/><file name="Ordernumber.php" hash="feaddd574c2c871df3225aab8a6ddf13"/><dir name="Pdf"><file name="Tax.php" hash="48cda040593728ec5b6aca08bbaf747f"/></dir><file name="Phonetype.php" hash="9a5a5d3af53a6f137c578ba391626d27"/><dir name="Productattributesource"><file name="Productconditions.php" hash="f6e0986df8003e1e2c8b45f7e7897219"/></dir><dir name="Quote"><file name="Duty.php" hash="54c5eb913cd6462100a8d2ef443e1ee3"/></dir><dir name="Resource"><dir name="Mysql4"><file name="Setup.php" hash="0f760c32678ae85b07bb0305df70598d"/></dir></dir><dir name="Sales"><dir name="Order"><file name="Shipment.php" hash="d654d4b27a164961b2d5bc42ecaed31e"/></dir></dir><file name="Sellertype.php" hash="0f966b509b0c84ebaedb292abbea8929"/><file name="Shipmentemail.php" hash="66a0c69822a0e645646dfe5d145af4ac"/><file name="Util.php" hash="8a911d7ce589d58923fe317c49efd024"/><file name="Variable.php" hash="3d9f3a552b3bae5e3ef5fb4179582c35"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="CategorysettingsController.php" hash="c69b002ab5cdb2c8e3b5afce920ca901"/></dir></dir><dir name="data"><dir name="pb_pbgsp_setup"><file name="data-install-1.0.0.php" hash="54ca7505fb0c7ba446d52933804c2777"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="df090fe6dcdfe68acdb012d6e2405cef"/><file name="config.xml" hash="062a41fb06160ccfae484a2d0c73bc91"/><file name="system.xml" hash="3d39b59e89c4b307dadcc4021e7723ef"/></dir><dir name="sql"><dir name="pbgsp_setup"><file name="mysql4-install-1.0.0.php" hash="32cedce0d64b1be126c41429ef5fabb8"/><file name="mysql4-upgrade-1.0.0-1.0.1.php" hash="f1454a90d82c6791cb8baf96e2cfb9ba"/><file name="mysql4-upgrade-1.1.1-1.1.2.php" hash="4c0d6ab3c9e5b94dd28b7b0e0a597298"/><file name="mysql4-upgrade-1.2.0-1.2.1.php" hash="0da10ce82060210e4fbb0085afa706c2"/><file name="mysql4-upgrade-1.3.0-1.3.1.php" hash="bb323c6f8c87454a4c40bfa661a696e9"/><file name="mysql4-upgrade-1.3.5-1.3.6.php" hash="0ffce11db7816944eae456bd7dc2a5e7"/><file name="mysql4-upgrade-1.4.0-1.4.1.php" hash="a7f7aad136f08e10c55d1edbe55c776b"/><file name="mysql4-upgrade-1.4.1-1.4.2.php" hash="f8905338abcbff4c678cbda90241d7d3"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Pb_Pbgsp.xml" hash="8475d60d4719f8ea7761a4ca39016e48"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Pb_Clearpath.csv" hash="aa4b7a650feb1709a34b6c053b56811c"/><dir name="template"><dir name="email"><file name="pbgsp_shipment_new.html" hash="0fb628e37654a9768babe0ed06df4960"/></dir></dir></dir></target><target name="mageweb"><dir name="."><file name="ReadMe.txt" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="PBGSP_Manual_Catalog_Export.php" hash="d41d8cd98f00b204e9800998ecf8427e"/></dir></target></contents>
34
  <compatible/>
35
  <dependencies><required><php><min>5.1.0</min><max>5.6.10</max></php></required></dependencies>
36
  </package>