Springbot - Version 1.2.1.4

Version Notes

Re-added gallery image fix

Download this release

Release Info

Developer Springbot Integrations Team
Extension Springbot
Version 1.2.1.4
Comparing to
See all releases


Code changes from version 1.2.1.3 to 1.2.1.4

app/code/community/Springbot/BoneCollector/etc/config.xml CHANGED
@@ -45,11 +45,11 @@
45
  </catalog_category_save_after>
46
  <catalog_category_delete_after>
47
  <observers>
48
- <springbot_bonecollector_categorysave_observer>
49
  <type>singleton</type>
50
  <class>Springbot_BoneCollector_Model_HarvestCategory_Observer</class>
51
  <method>deleteCategory</method>
52
- </springbot_bonecollector_categorysave_observer>
53
  </observers>
54
  </catalog_category_delete_after>
55
  <customer_save_after>
@@ -63,11 +63,11 @@
63
  </customer_save_after>
64
  <customer_delete_before>
65
  <observers>
66
- <springbot_bonecollector_customersave_observer>
67
  <type>singleton</type>
68
  <class>Springbot_BoneCollector_Model_HarvestCustomer_Observer</class>
69
  <method>deleteCustomer</method>
70
- </springbot_bonecollector_customersave_observer>
71
  </observers>
72
  </customer_delete_before>
73
  <newsletter_subscriber_save_after>
@@ -81,11 +81,11 @@
81
  </newsletter_subscriber_save_after>
82
  <newsletter_subscriber_delete_before>
83
  <observers>
84
- <springbot_bonecollector_customersave_observer>
85
  <type>singleton</type>
86
  <class>Springbot_BoneCollector_Model_HarvestSubscriber_Observer</class>
87
  <method>deleteSubscriber</method>
88
- </springbot_bonecollector_customersave_observer>
89
  </observers>
90
  </newsletter_subscriber_delete_before>
91
  </events>
@@ -94,11 +94,11 @@
94
  <events>
95
  <sales_order_place_after>
96
  <observers>
97
- <springbot_bonecollector_purchase_observer>
98
  <type>singleton</type>
99
  <class>Springbot_BoneCollector_Model_HarvestPurchase_Observer</class>
100
  <method>purchaseLogAction</method>
101
- </springbot_bonecollector_purchase_observer>
102
  </observers>
103
  </sales_order_place_after>
104
  <sales_order_save_after>
@@ -143,11 +143,11 @@
143
  <events>
144
  <sales_order_save_after>
145
  <observers>
146
- <springbot_bonecollector_purchase_observer>
147
  <type>singleton</type>
148
  <class>Springbot_BoneCollector_Model_HarvestPurchase_Observer</class>
149
  <method>purchaseHarvestAdmin</method>
150
- </springbot_bonecollector_purchase_observer>
151
  </observers>
152
  </sales_order_save_after>
153
  <catalog_entity_attribute_save_commit_after>
@@ -161,11 +161,11 @@
161
  </catalog_entity_attribute_save_commit_after>
162
  <eav_entity_attribute_save_commit_after>
163
  <observers>
164
- <springbot_bonecollector_attribute_observer>
165
  <type>singleton</type>
166
  <class>Springbot_BoneCollector_Model_HarvestAttribute_Observer</class>
167
  <method>attributeSetSave</method>
168
- </springbot_bonecollector_attribute_observer>
169
  </observers>
170
  </eav_entity_attribute_save_commit_after>
171
  </events>
45
  </catalog_category_save_after>
46
  <catalog_category_delete_after>
47
  <observers>
48
+ <springbot_bonecollector_categorydelete_observer>
49
  <type>singleton</type>
50
  <class>Springbot_BoneCollector_Model_HarvestCategory_Observer</class>
51
  <method>deleteCategory</method>
52
+ </springbot_bonecollector_categorydelete_observer>
53
  </observers>
54
  </catalog_category_delete_after>
55
  <customer_save_after>
63
  </customer_save_after>
64
  <customer_delete_before>
65
  <observers>
66
+ <springbot_bonecollector_customerdelete_observer>
67
  <type>singleton</type>
68
  <class>Springbot_BoneCollector_Model_HarvestCustomer_Observer</class>
69
  <method>deleteCustomer</method>
70
+ </springbot_bonecollector_customerdelete_observer>
71
  </observers>
72
  </customer_delete_before>
73
  <newsletter_subscriber_save_after>
81
  </newsletter_subscriber_save_after>
82
  <newsletter_subscriber_delete_before>
83
  <observers>
84
+ <springbot_bonecollector_customerdelete_observer>
85
  <type>singleton</type>
86
  <class>Springbot_BoneCollector_Model_HarvestSubscriber_Observer</class>
87
  <method>deleteSubscriber</method>
88
+ </springbot_bonecollector_customerdelete_observer>
89
  </observers>
90
  </newsletter_subscriber_delete_before>
91
  </events>
94
  <events>
95
  <sales_order_place_after>
96
  <observers>
97
+ <springbot_bonecollector_purchase_log_observer>
98
  <type>singleton</type>
99
  <class>Springbot_BoneCollector_Model_HarvestPurchase_Observer</class>
100
  <method>purchaseLogAction</method>
101
+ </springbot_bonecollector_purchase_log_observer>
102
  </observers>
103
  </sales_order_place_after>
104
  <sales_order_save_after>
143
  <events>
144
  <sales_order_save_after>
145
  <observers>
146
+ <springbot_bonecollector_purchase_admin_observer>
147
  <type>singleton</type>
148
  <class>Springbot_BoneCollector_Model_HarvestPurchase_Observer</class>
149
  <method>purchaseHarvestAdmin</method>
150
+ </springbot_bonecollector_purchase_admin_observer>
151
  </observers>
152
  </sales_order_save_after>
153
  <catalog_entity_attribute_save_commit_after>
161
  </catalog_entity_attribute_save_commit_after>
162
  <eav_entity_attribute_save_commit_after>
163
  <observers>
164
+ <springbot_bonecollector_attribute_set_observer>
165
  <type>singleton</type>
166
  <class>Springbot_BoneCollector_Model_HarvestAttribute_Observer</class>
167
  <method>attributeSetSave</method>
168
+ </springbot_bonecollector_attribute_set_observer>
169
  </observers>
170
  </eav_entity_attribute_save_commit_after>
171
  </events>
app/code/community/Springbot/Combine/Helper/Parser.php CHANGED
@@ -201,7 +201,7 @@ class Springbot_Combine_Helper_Parser extends Mage_Core_Helper_Abstract
201
  // small
202
  } else if(($image = $product->getThumbnail()) != 'no_selection' && $image ) {
203
  // thumbnail
204
- } else if ($product->getMediaGalleryImages()->getSize() > 0) {
205
  // First item from gallery
206
  $image = $product->getMediaGalleryImages()->getFirstItem()->getUrl();
207
  } else {
201
  // small
202
  } else if(($image = $product->getThumbnail()) != 'no_selection' && $image ) {
203
  // thumbnail
204
+ } else if ($product->getMediaGalleryImages() && $product->getMediaGalleryImages()->getSize() > 0) {
205
  // First item from gallery
206
  $image = $product->getMediaGalleryImages()->getFirstItem()->getUrl();
207
  } else {
app/code/community/Springbot/DataServices/HarvestingManager.php CHANGED
@@ -15,7 +15,7 @@
15
 
16
  class Springbot_DataServices_HarvestingManager
17
  {
18
- const MAGENTO_PACKAGE_VERSION = '1.2.1.3';
19
  const ZERO = 0;
20
  const SUCCESSFUL_RESPONSE = 'ok';
21
  const DATE_FORMAT = 'Y-m-d H:i:s';
15
 
16
  class Springbot_DataServices_HarvestingManager
17
  {
18
+ const MAGENTO_PACKAGE_VERSION = '1.2.1.4';
19
  const ZERO = 0;
20
  const SUCCESSFUL_RESPONSE = 'ok';
21
  const DATE_FORMAT = 'Y-m-d H:i:s';
app/code/community/Springbot/Shadow/etc/config.xml CHANGED
@@ -8,14 +8,24 @@
8
  */
9
  -->
10
  <config>
11
- <frontend>
12
-
 
 
 
 
13
  <models>
14
- <Springbot_Shadow>
15
  <class>Springbot_Shadow_Model</class>
16
- </Springbot_Shadow>
17
  </models>
18
-
 
 
 
 
 
 
19
  <routers>
20
  <shadow>
21
  <use>standard</use>
@@ -25,8 +35,6 @@
25
  </args>
26
  </shadow>
27
  </routers>
28
-
29
-
30
  <layout>
31
  <updates>
32
  <shadow>
@@ -34,41 +42,25 @@
34
  </shadow>
35
  </updates>
36
  </layout>
37
-
38
  <events>
39
  <controller_action_predispatch>
40
  <observers>
41
  <springbot_shadow_observer>
42
  <type>singleton</type>
43
- <class>Springbot_Shadow_Model_Listeners_Observer</class>
44
  <method>escort</method>
45
  </springbot_shadow_observer>
46
  </observers>
47
  </controller_action_predispatch>
48
- </events>
49
- <events>
50
  <controller_action_postdispatch>
51
  <observers>
52
  <springbot_shadow_observer>
53
  <type>singleton</type>
54
- <class>Springbot_Shadow_Model_Listeners_Observer</class>
55
  <method>post</method>
56
  </springbot_shadow_observer>
57
  </observers>
58
  </controller_action_postdispatch>
59
  </events>
60
-
61
-
62
  </frontend>
63
-
64
- <global>
65
- <helpers>
66
- <shadow>
67
- <class>Springbot_Shadow_Helper</class>
68
- </shadow>
69
- </helpers>
70
- </global>
71
-
72
-
73
-
74
  </config>
8
  */
9
  -->
10
  <config>
11
+ <modules>
12
+ <Springbot_Shadow>
13
+ <version>0.1.0</version>
14
+ </Springbot_Shadow>
15
+ </modules>
16
+ <global>
17
  <models>
18
+ <shadow>
19
  <class>Springbot_Shadow_Model</class>
20
+ </shadow>
21
  </models>
22
+ <helpers>
23
+ <shadow>
24
+ <class>Springbot_Shadow_Helper</class>
25
+ </shadow>
26
+ </helpers>
27
+ </global>
28
+ <frontend>
29
  <routers>
30
  <shadow>
31
  <use>standard</use>
35
  </args>
36
  </shadow>
37
  </routers>
 
 
38
  <layout>
39
  <updates>
40
  <shadow>
42
  </shadow>
43
  </updates>
44
  </layout>
 
45
  <events>
46
  <controller_action_predispatch>
47
  <observers>
48
  <springbot_shadow_observer>
49
  <type>singleton</type>
50
+ <class>shadow/listeners_observer</class>
51
  <method>escort</method>
52
  </springbot_shadow_observer>
53
  </observers>
54
  </controller_action_predispatch>
 
 
55
  <controller_action_postdispatch>
56
  <observers>
57
  <springbot_shadow_observer>
58
  <type>singleton</type>
59
+ <class>shadow/listeners_observer</class>
60
  <method>post</method>
61
  </springbot_shadow_observer>
62
  </observers>
63
  </controller_action_postdispatch>
64
  </events>
 
 
65
  </frontend>
 
 
 
 
 
 
 
 
 
 
 
66
  </config>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Springbot</name>
4
- <version>1.2.1.3</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>
@@ -47,11 +47,11 @@ Social Media Alerts example: Ted Smith Tweeted about your company &#xD;
47
  Proclivity to Buy Alerts example: Sally Avalon bought a house recently &#xD;
48
  &#xD;
49
  For support information, features and pricing and more details visit springbot.com</description>
50
- <notes>Loosened PHP version requirements</notes>
51
  <authors><author><name>Springbot </name><user>Springbot</user><email>bseitz@springbot.com</email></author></authors>
52
- <date>2014-09-02</date>
53
- <time>22:43:22</time>
54
- <contents><target name="mageetc"><dir name="modules"><file name="Springbot.xml" hash="cf640afd5be296dd9736b152247703a8"/></dir></target><target name="magecommunity"><dir name="Springbot"><dir name="Bmbleb"><dir name="Block"><dir name="Adminhtml"><file name="Auth.php" hash="41b76e63e15d51f697a1378b9e904061"/><dir name="Bmbleb"><dir name="Login"><file name="Form.php" hash="4076e0de77169b9aadc793b53353ee6b"/></dir><file name="Login.php" hash="81a3dbbf4dd4f51599b6f7eb01bc8f1e"/><dir name="Register"><file name="Form.php" hash="f0936c29356624200541a4f67fd096ab"/></dir><file name="Register.php" hash="8c1dc7d214022497f9ac56313a449f66"/></dir><file name="Connected.php" hash="f5378fd914cc36264376a987b7ce96c8"/><file name="Help.php" hash="a756092bca1a4a5bd96f0f652a37de3c"/><dir name="Index"><file name="Messages.php" hash="2294dd16a061b1c35b8f7991c7f42d8c"/><file name="Terms.php" hash="ae2667e078aef09dbe35fe4d45783616"/></dir><file name="Index.php" hash="7c11054e36a4658564938ae8e71e00db"/><dir name="Jobs"><file name="Grid.php" hash="d027f3e93522ce932f0056714993ba95"/><file name="Status.php" hash="f1b197bf6fdc392bed93ff0734a54ad6"/></dir><file name="Jobs.php" hash="23d8bdfa6d0fbcabba2b17445effb248"/><file name="Login.php" hash="7d5022345a00b051422cd09915a9ddf9"/><file name="Logout.php" hash="5332e08d0d18b38f1175c1f0cb48f2f8"/><file name="Logs.php" hash="b6cd90251b4b1919af019f7cd93040de"/><file name="Notifications.php" hash="7ad224da80a68fa8334c1d26b9ad4907"/><file name="Problems.php" hash="9840cf49dc25237815ce4275264d4640"/><dir name="Settings"><dir name="Edit"><file name="Form.php" hash="429cc1dd30cf303591bb7a1bd26c30ab"/></dir></dir><file name="Settings.php" hash="3a59b0eb20b7359944c73c9005058739"/><file name="Status.php" hash="a7d1f735d1ed476672ec80fbcb2af16a"/><file name="Tabs.php" hash="8cc4c162985f479461ce2beda582c1c2"/></dir></dir><dir name="Helper"><file name="Account.php" hash="a7368f189cc2536aceec0e023d3d0aee"/><file name="Alerts.php" hash="172e06b4fa099a301b920d0e363c2005"/><file name="ApiCall.php" hash="9040a1002f1706a86d8d1af814314c8b"/><file name="ApiResponse.php" hash="7fd44a77bce45074bd97aaba4ddc135d"/><file name="BmblebProps.php" hash="32af63b204ead1ef06c5cc08c73cf34d"/><file name="ChangePassword.php" hash="8d4eec87843fc60c6642ed8214a8ea42"/><file name="Data.php" hash="62a4dc31da79d87f272c115ad131fe29"/><file name="ExternalLogging.php" hash="6eb1acae916965bb656869f447166e76"/><file name="GetTermsOfService.php" hash="af8ea4a9f2c506e356667273e3c4f8d1"/><file name="PluginStatus.php" hash="6034f9a89bb09ec995b4a07bbd7a5d59"/></dir><dir name="Model"><dir name="Alert"><file name="Priority.php" hash="3f6b3a1ae75007ec8dee2df93480ff85"/><file name="Status.php" hash="701abcb929f68362354b7a8e5085db58"/><file name="Type.php" hash="976018f681012f6b815a921e9c515e22"/></dir><file name="Alert.php" hash="760c3d8737b85c9af9bc6385acdf4ed0"/><file name="Bmbleb.php" hash="700d11c3006f2dcd2e80cd8bbbab15f9"/><file name="Bmblebprops.php" hash="8a87b5625f62cd3060d0ddec84b5d16c"/><dir name="Mysql4"><dir name="Bmbleb"><file name="Collection.php" hash="a0981b543c972b39ab2e59baec9806cc"/></dir></dir><file name="Status.php" hash="9409d26c7884be6b8075ba97dbf71f78"/><file name="Sync.php" hash="a2c4d9761c52055ba8dfbd7d9a33c2e7"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="HelpController.php" hash="087e7868dafe9dd2df89a642d405424a"/><file name="IndexController.php" hash="6b1059484b2d46453e0a429e2d4c8d71"/><file name="JobsController.php" hash="4e912a8fafd2f58235cb2299a83a128b"/><file name="LogsController.php" hash="27461bcdd3bba759b3e31604181bcc37"/><file name="ProblemsController.php" hash="a257b10a90bd3924d2396c1a7c272a38"/><file name="SettingsController.php" hash="64568fca522817ae77ef5015decd5a21"/></dir><file name="HelpController.php" hash="2df4608a957f151bf1d01dbde2113680"/><file name="IndexController.php" hash="ea5fa5e2b305f46b222cb2fc2a44f6a5"/><file name="LoginController.php" hash="e5e8516a27f7e61083182457017ec013"/><file name="LogoutController.php" hash="140c9d32f5557aa1169fd1b85cd5cc9f"/><file name="RegisterController.php" hash="15511b8a249557a11583446b6a2ee747"/></dir><dir name="etc"><file name="config.xml" hash="c64e84f64b6f46453605e181167287a1"/></dir></dir><dir name="BoneCollector"><dir name="Model"><file name="HarvestAbstract.php" hash="c033a6bfeed3a494b61df594c44facc4"/><dir name="HarvestAttribute"><file name="Observer.php" hash="780800606f3fa556962d3dbcd6afa7e4"/></dir><dir name="HarvestCaptureSKU"><file name="Observer.php" hash="5e9d22e60265a29ed742e161bc9b6b6e"/></dir><dir name="HarvestCart"><file name="Observer.php" hash="cea5b393881d7cb82092cbd7e7ca58ef"/></dir><dir name="HarvestCategory"><file name="Observer.php" hash="f6657dc3941f2ea20a0051357128e796"/></dir><dir name="HarvestCustomer"><file name="Observer.php" hash="036f6499bc1b029e6081fa61b7d72973"/></dir><dir name="HarvestProduct"><file name="Observer.php" hash="422c087f79ef3df48cc1f1a8afa34892"/></dir><dir name="HarvestPurchase"><file name="Observer.php" hash="6e52c4b1a5909cdae81cc9fc6968d6b6"/></dir><dir name="HarvestSubscriber"><file name="Observer.php" hash="d5c988abc6bc697fd8d1d9c78eb89de5"/></dir></dir><dir name="etc"><file name="config.xml" hash="1c8425c080e0ef9a957553695530bc4d"/></dir></dir><file name="Boss.php" hash="cbc7365b26f8f06b59a33767de92c545"/><dir name="Combine"><dir name="Helper"><file name="Attributes.php" hash="5fb06e7cc89bb710039a79fb16e2a998"/><file name="Cart.php" hash="07ce5f461ecded3b9b00ed5c30faa266"/><file name="Data.php" hash="5fedff48d6efc495aa824592eed9a0ab"/><file name="Harvest.php" hash="1a662a08a3f1ab865f1376a5bd238989"/><file name="Parser.php" hash="bd3ce329e73309693ca31fbd78a1a11d"/><file name="Redirect.php" hash="3b81406f5105040d17699ad1e0d7cd5d"/><file name="Store.php" hash="8db94d157d7e497e7612844da43a6c11"/><file name="Trackable.php" hash="8bc28aa708be61d4d0d1f79b3ad51a78"/></dir><dir name="Model"><file name="Abstract.php" hash="77bc1e853f03ca6a12ddd1dda12feda2"/><file name="Api.php" hash="73062689fd74716e639bb3145e98c8d9"/><dir name="Cron"><file name="Count.php" hash="06824a092141baf29222607a2dcb3d9c"/><dir name="Manager"><file name="Status.php" hash="d3e0e732a3512bb95214f33fa9f08457"/></dir><dir name="Queue"><dir name="Batch"><file name="Row.php" hash="f703a1bf9e14ef428ade448febc9d35b"/></dir><file name="Batch.php" hash="658522bd3e0eef3afa1e0107ff9f858a"/></dir><file name="Queue.php" hash="fa0d2bfd3fbb879442e0edd4ea7915a9"/><file name="Worker.php" hash="f83199c1491083b68eaea08467114d4f"/></dir><dir name="File"><file name="Io.php" hash="6d1f79eaf45897bf0525b0f3f3ac69d2"/><file name="Path.php" hash="24900b670c07fcdc4e54bae585f20002"/></dir><dir name="Harvest"><file name="Abstract.php" hash="76ac23999160edfdd86a2c6b5c8d1569"/><file name="AttributeSets.php" hash="2799ee325cd5bdcae597e482ef96551a"/><file name="Carts.php" hash="27e992f0f8cc4b274cd05efc7ce3a7f2"/><file name="Categories.php" hash="ab5bd7e91444fd7cb8bfeae376cd3ea7"/><file name="CustomerAttributeSets.php" hash="9be018cc3cbb0f495aec4f1c3a9013c8"/><file name="Customers.php" hash="f31427406c56f2dcde5a4f7d04a773c9"/><file name="Guests.php" hash="bcb1fbdfb7b5bf822934d300c423e17f"/><file name="Products.php" hash="2261f2c79b59e59977d050630d0fe92f"/><file name="Purchases.php" hash="585b1cf18e857850920abc7425830388"/><file name="Subscribers.php" hash="0c6f8ce380f036599141c9231562aaa9"/></dir><file name="Harvester.php" hash="b13a9b2dec995bc53335a5c35f67c035"/><dir name="Mysql4"><dir name="Cron"><file name="Count.php" hash="acbbb7ec28afbbe98101f5d114cb30b3"/><dir name="Queue"><file name="Collection.php" hash="b26806c9e7cefd052bb784f5a6ce814c"/></dir><file name="Queue.php" hash="4add10644bfc94b88ef5042b23c82ae7"/></dir><dir name="Redirect"><file name="Collection.php" hash="3bbe4f8729c603f8d8131154a0a117c1"/><dir name="Order"><file name="Collection.php" hash="88c0cfcce31b0eed8c035dee4e7e86df"/></dir><file name="Order.php" hash="852bea330edac3372ec5c168111301a8"/></dir><file name="Redirect.php" hash="842e4ba35c6b049c8eaa64704588ca76"/><file name="Setup.php" hash="3fdec335980846a4c3adbc6f4e3478eb"/><dir name="Trackable"><file name="Collection.php" hash="8799c5bf630d267b551cf9dba986cbb0"/></dir><file name="Trackable.php" hash="b38749697b641874b42dceae38ab4a30"/></dir><dir name="Parser"><file name="Abstract.php" hash="90a77c771599b3f6ee290586cc7c7d34"/><file name="AttributeSet.php" hash="fcb90beeebb921b349b28cadf354786c"/><file name="Category.php" hash="352b6ed7328c94524f4a7c3042949295"/><file name="Customer.php" hash="083edca18fbdf0c496e6ad22775f596e"/><file name="CustomerAttributeSet.php" hash="f926ec29d1ae837c0ae3c0a9257438d4"/><file name="Guest.php" hash="cbcbf7532c67c72d7e3b77022abc76c3"/><file name="Product.php" hash="2a0d3822877074b2258cd10f9d230cb1"/><dir name="Purchase"><file name="Item.php" hash="c7e563921e7876016a1197c2ec0c245b"/></dir><file name="Purchase.php" hash="4f161bc021af1851c92bb1c9c33a26ee"/><dir name="Quote"><file name="Item.php" hash="d7648174b642ae02cb225bb96b932286"/></dir><file name="Quote.php" hash="498cd2b6b39e4ca519d2b4652324cdd4"/><file name="Subscriber.php" hash="51e6e8e3152c2d94d52706582f1fa204"/></dir><file name="Parser.php" hash="72b273215802ee5244fd9e24c223beb8"/><dir name="Redirect"><file name="Order.php" hash="0c31dee69473751d95e5c52f5c60ea48"/></dir><file name="Redirect.php" hash="1248d0c43fb6f273ec48d8f2b91dcbdd"/><dir name="Resource"><file name="Abstract.php" hash="a50723654e084875378838b89ffb74ce"/><dir name="Cron"><dir name="Count"><file name="Collection.php" hash="c5cb4ab406c1d008c1bc22bb95b3ba28"/></dir><file name="Count.php" hash="6a356b5d92b509945c4567f479b9bfdd"/><dir name="Queue"><file name="Collection.php" hash="c182c6f6f7d29ee26ddf2900a8497cdb"/></dir><file name="Queue.php" hash="01d35c9491516f7f4ef7d9cccb7b6202"/></dir><dir name="Redirect"><file name="Collection.php" hash="0f9db83ade4c50c2f7bbe40deae1c065"/><dir name="Order"><file name="Collection.php" hash="162359ed9499b6f976f5c341fd0585c3"/></dir><file name="Order.php" hash="7ea4477380a5215dc0efe561ede359d9"/></dir><file name="Redirect.php" hash="d239af442388bb9fa80db81a7fc43711"/><file name="Setup.php" hash="46cc5ec83478021a1fe7251d73ee568e"/><dir name="Trackable"><file name="Collection.php" hash="6f060c3537b49710302e38e881885a69"/></dir><file name="Trackable.php" hash="764b0d21c492dd69b9f85ae3c647666e"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="LogFormat.php" hash="828680dafe5a7042221900cb6d9dfa17"/><file name="LogLevel.php" hash="b86c793ca04205f045efd9ea42d02a10"/><file name="Stability.php" hash="830e5bc4e8ce9657221224dbaf99cee6"/><file name="UrlType.php" hash="28f9a5bc024afe5526685d429a751ad8"/></dir></dir></dir><file name="Trackable.php" hash="710d298645c0a809a1b70b936b0e4d09"/></dir><dir name="etc"><file name="adminhtml.xml" hash="794fc8a1d67ac3e6b5d71c707a0c7cad"/><file name="config.xml" hash="8faddfe50bd946db66efa5ed2c6941a1"/><file name="system.xml" hash="12f0f05be054854c29751767a3c8ef97"/></dir><dir name="sql"><dir name="combine_setup"><file name="mysql4-install-1.0.0.70.php" hash="607957cf80927e2575e455074fea17ec"/><file name="mysql4-upgrade-1.0.0.70-1.0.0.84.php" hash="e51deaff9e65f43483ab00573605329d"/><file name="mysql4-upgrade-1.0.0.84-1.0.0.88.php" hash="89bd8a585c0d351aae6838ace48f608d"/><file name="mysql4-upgrade-1.0.0.88-1.2.0.0.php" hash="09f98d701b5030ccc27d9ca1503212c4"/><file name="mysql4-upgrade-1.2.0.0-1.2.0.1.php" hash="01a7ef2466b9f676884db4d7a7c562a9"/><file name="mysql4-upgrade-1.2.0.1-1.2.1.0.php" hash="d8e9568d81d9efbb215d3a46e1d3212c"/></dir></dir></dir><dir name="DataServices"><file name="HarvestingManager.php" hash="f14551447d8924cf40a1d96bb251a026"/></dir><file name="Log.php" hash="52878fa6de3392b58974e2c8a5fb2031"/><dir name="Services"><file name="Abstract.php" hash="f779d8f0a1eaaa20364ccbf400c9e0ae"/><dir name="Cmd"><file name="Forecast.php" hash="3ac2b917db8c05ac085f213640b7be14"/><file name="Halt.php" hash="af1a47f7e9940c29b9c8380fbc69a447"/><file name="Harvest.php" hash="18236a9b3c56c46e2a7981d0f0b1de55"/><file name="Healthcheck.php" hash="a51b3b7766afa1e6cca60fc3b206fb85"/><file name="Parse.php" hash="dbf89d3e1395511728063128703e3e97"/><file name="Update.php" hash="804da06229cc47eb850291847883c96d"/></dir><dir name="Harvest"><file name="AttributeSets.php" hash="c37c4c0642a06a27c6a28bee27e20b14"/><file name="Carts.php" hash="9496d5150a9b5e1282adb78d96f846fc"/><file name="Categories.php" hash="fc1b5b26d612d3232838c975c3e55646"/><file name="CustomerAttributeSets.php" hash="67368d6ba001310912d39df0bd9037ad"/><file name="Customers.php" hash="9ae9805bb89a7546ad7c126281ce5220"/><file name="Guests.php" hash="940bcfd10c656195953b77159a4ace10"/><file name="Products.php" hash="d249ec369bdaa38964906f9998d77d4b"/><file name="Purchases.php" hash="859c8af86ee44a896d94ac69decb851a"/><file name="Subscribers.php" hash="8fa28e316d7396ca79300813ea9bd7ca"/></dir><file name="Harvest.php" hash="1ed4efb9aa1f0ae30a3a4afb2cbf98f6"/><dir name="Log"><file name="Installer.php" hash="584f730627201a9e73f1d4101ad3fedd"/><file name="Purchase.php" hash="6060265974fe6b45768617f96ebba6b1"/></dir><dir name="Post"><file name="Attribute.php" hash="7e7a307180eb9b9cd7f5b9137e4bd647"/><file name="AttributeSet.php" hash="66968b3ea659253789bbf96ec828afcc"/><file name="Cart.php" hash="7465d7587762b82ffaefef6f27b40a58"/><file name="Category.php" hash="68be39b090f46f3f438ad2ed9f97f09f"/><file name="Customer.php" hash="ecce6d30d3458e0786d4c6335a4c02cc"/><file name="Json.php" hash="86a5f26aa5367d8c4c66d278e4c02546"/><file name="Jsonstring.php" hash="9dfb5761d1a7835bf35040a073fa8fc4"/><file name="Product.php" hash="787e33146cc39d5f5eecd2d3a4ea842b"/><file name="Purchase.php" hash="80480bf01d11b1068d481c6ed50c2e1f"/><file name="Subscriber.php" hash="4d18235c4c0d11a8650b3e60c098908f"/></dir><file name="Post.php" hash="df362d5839aa050daa7b23660603b16d"/><file name="Priority.php" hash="d8fc0b57442d8e2e2ff7ba789c3d1fc9"/><file name="Registry.php" hash="c4f17c52b0814c29b7ab93e911a2de28"/><dir name="Store"><file name="Finalize.php" hash="6f61c4cd23ef3cd815b7eee545ecaa23"/><file name="Register.php" hash="523100a10a3ac39fa444801551bdbf25"/></dir><dir name="Update"><file name="Abstract.php" hash="7b9a1d36b4486e250587820731b7fb7c"/><file name="Connect.php" hash="3e4366a42e563ec3406a0fcb9a5f77bf"/><file name="Downloader.php" hash="934ef5788acb45ce94e0a32c1d705df1"/><file name="Installer.php" hash="a09ec2e9f7bbf12c117c8950e46072b0"/><file name="Package.php" hash="b025fa1c27aed03454e7d45d09705b3a"/></dir><dir name="Work"><file name="Cleanup.php" hash="d0915a0cde6d9cd4287a2f9fc4bc0056"/><file name="Manager.php" hash="507608c3fc9d34170e7326cb075d3b71"/><file name="Report.php" hash="2f56d51277b75d30e043d2151abcfc79"/><file name="Restart.php" hash="43af836b8950852efe62996facf4ad87"/><file name="Runner.php" hash="a2929a0e03dc99ac0ad5702b623eeb56"/><file name="Stop.php" hash="5e51ecf333282ad5d8dd6d40243c5e8e"/></dir></dir><dir name="Shadow"><dir name="Helper"><file name="Listeners.php" hash="432794c308714015009014a2620fca16"/></dir><dir name="Model"><dir name="Listeners"><file name="Observer.php" hash="27dae36d9c35a5176aeb4ee2b054a5bc"/></dir><file name="Timer.php" hash="bfdaef5388bfc7faf48544c18cee6854"/></dir><dir name="controllers"><file name="IndexController.php" hash="7740556a1a409412075fd3d1ce3514c5"/></dir><dir name="etc"><file name="config.xml" hash="1e96afde7389da5900c76a410436042a"/></dir></dir><dir name="Util"><file name="Caller.php" hash="7674f6d3f6d0fc5e238c7e31e0516c52"/><file name="Categories.php" hash="24333b598d8caab3bc796e4bd0e34559"/><dir name="Log"><file name="Rollover.php" hash="47ecb75b56743147d77b33219ac657ac"/></dir><file name="Logger.php" hash="9e9bcd3272bd908d8962a31ae5f5f998"/><file name="Partition.php" hash="5a8e39c1b54f4b8d5bc8793ea5f729be"/></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="bmbleb.xml" hash="aa390e236576f79375b407262961043e"/></dir><dir name="template"><dir name="bmbleb"><dir name="alert"><file name="finished.phtml" hash="cc41edbaf3d492afbfe63efa2a17ac48"/><file name="index.phtml" hash="0308f889169436921999cdec62706676"/><dir name="next"><file name="form.phtml" hash="f6acfc69d606c397f717f97a331e7f2c"/></dir></dir><file name="auth.phtml" hash="2fc86d90ab53799e7309d3f88afff077"/><file name="dashboard_loggedout.phtml" hash="19281143b19a544d4e3072dc754ada2d"/><dir name="help"><file name="index.phtml" hash="e9d3f11c623c735c3e699e406ff9e0e7"/></dir><dir name="index"><file name="messages.phtml" hash="fcbbb47d2cc30c493ed2316a8b888f5d"/><file name="terms.phtml" hash="47772def9e3490041d9374dde594aa34"/></dir><file name="index.phtml" hash="86ad04e7c0f91dad8e2a08a3f5d70b64"/><dir name="jobs"><file name="status.phtml" hash="77f0b0ae7c3c6c42031675cfc959e270"/></dir><file name="jobs.phtml" hash="961ac83f56bf8703dbc433894da4933e"/><file name="login.phtml" hash="0a1a20dfaffe8646bb56323ab811d46a"/><file name="logout.phtml" hash="09b92790c5e124a01086d6929ed7e8de"/><dir name="logs"><file name="index.phtml" hash="17e773a761a24e292b09fe7da1bd7662"/></dir><file name="notifications.phtml" hash="45f8767a090a4f7a7e177151bbc43f4f"/><dir name="problems"><file name="index.phtml" hash="2027d07eed8848a4ed8e801d67072796"/></dir><file name="status.phtml" hash="4c6d8cd43e39184f35c715b785c8595a"/><file name="tabs.phtml" hash="778b686fb073a8aeb973db3bfb0302aa"/></dir></dir></dir></dir><dir name="base"><dir name="default"><dir name="layout"><file name="bmbleb.xml" hash="df1c52c006a507e5c9bc73e66adf8ae8"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="bmbleb"><file name="bmbleb.css" hash="8aea7d5d46e2a0d0ece11abca6ef5d3f"/><dir name="images"><file name="arrows_up-down-large.png" hash="72c27995e1ab1d182891dad0a4d1dae2"/><file name="bmb-ctl.png" hash="de59a694a82b8699560df5146b2e315f"/><file name="check.png" hash="126f33ed483549e79a16186b7499c190"/><file name="grn-bg.png" hash="f681a524e2b4561dbe94152a2d24d60b"/><file name="h3-bg.png" hash="b93df0b0bdba8e8f6e0a07cc31fcc180"/><file name="icon-alert.png" hash="ac2e70efdcebc3813222d0d3ee62a6d9"/><file name="icon-bmbleb.png" hash="fb5574b5e63ee33b84eee26b3d8ef8e3"/><file name="icon-insights.png" hash="725fd29fe1b705e358c9080408693d3d"/><file name="icon-status.png" hash="bd13429f23166a6d431739010ea1b2cd"/><file name="left-ico1.png" hash="7d188f5e6021569750756f58067f0a3b"/><file name="left-ico2.png" hash="d2f6379a73290a8ffa4cb3e19a809d25"/><file name="left-ico3.png" hash="73bc75f7a746e54a75f14eda7a28a6b9"/><file name="left-ico4.png" hash="1da2c26187fed26b6c61599682b2dc4b"/><file name="left-ico5.png" hash="ada61cb32805f2cb8e8dace46361613e"/><file name="left-ico6.png" hash="1e62822267f72589ffa0771352a002da"/><file name="left-ico7.png" hash="16118412d581f0c83ce45c44f62f25a1"/><file name="left-ico8.png" hash="c7de2fe523c892b432b575648cc05631"/><file name="left-ico_demographics.png" hash="3fe23a2dea68f6c65114f248a8bdaa5e"/><file name="login-icn-b.png" hash="64e72070f595e215ece79736ac77ee2f"/><file name="login-icn.png" hash="6142cc2fc8ee2d1c40bf3c8f9ac1fa85"/><file name="logo.png" hash="8fb783f7d68fca3914123f56b8c066a4"/><file name="orng-bg.png" hash="074a6912ca2a139df537e3d15b6bc9b2"/><file name="plugin_dashboard_syncing.jpg" hash="8511648541f6f1b96ff1c53dda3a439b"/><file name="register.png" hash="f73fe51cf7df27ab11089385fa50714e"/><file name="registration-bg-25.png" hash="9d2cf77619cc8fce3ae4d44b0aae30c1"/><file name="registration-bg-50.png" hash="99942fdc8c3f88b0d4b09f87c9e39045"/><file name="registration-bg.png" hash="96365b39495e56ffe491dd9930fe221d"/><file name="spinner.gif" hash="add667817f25bce331a213ab3cc9621f"/><file name="springbot-ctl.png" hash="de59a694a82b8699560df5146b2e315f"/><file name="submit-btn-bg.png" hash="d98aa287b7b73dad9f780b22cb53fbdb"/><file name="sync_icon.png" hash="cb12f2e8943c8e324e3456375f953c86"/><file name="white-check.png" hash="126f33ed483549e79a16186b7499c190"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="shell"><file name="springbot.php" hash="1d00d3ab7a7e161628d6a8a9d3d43836"/></dir></target></contents>
55
  <compatible/>
56
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
57
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Springbot</name>
4
+ <version>1.2.1.4</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>
47
  Proclivity to Buy Alerts example: Sally Avalon bought a house recently &#xD;
48
  &#xD;
49
  For support information, features and pricing and more details visit springbot.com</description>
50
+ <notes>Re-added gallery image fix</notes>
51
  <authors><author><name>Springbot </name><user>Springbot</user><email>bseitz@springbot.com</email></author></authors>
52
+ <date>2014-09-03</date>
53
+ <time>00:42:31</time>
54
+ <contents><target name="mageetc"><dir name="modules"><file name="Springbot.xml" hash="cf640afd5be296dd9736b152247703a8"/></dir></target><target name="magecommunity"><dir name="Springbot"><dir name="Bmbleb"><dir name="Block"><dir name="Adminhtml"><file name="Auth.php" hash="41b76e63e15d51f697a1378b9e904061"/><dir name="Bmbleb"><dir name="Login"><file name="Form.php" hash="4076e0de77169b9aadc793b53353ee6b"/></dir><file name="Login.php" hash="81a3dbbf4dd4f51599b6f7eb01bc8f1e"/><dir name="Register"><file name="Form.php" hash="f0936c29356624200541a4f67fd096ab"/></dir><file name="Register.php" hash="8c1dc7d214022497f9ac56313a449f66"/></dir><file name="Connected.php" hash="f5378fd914cc36264376a987b7ce96c8"/><file name="Help.php" hash="a756092bca1a4a5bd96f0f652a37de3c"/><dir name="Index"><file name="Messages.php" hash="2294dd16a061b1c35b8f7991c7f42d8c"/><file name="Terms.php" hash="ae2667e078aef09dbe35fe4d45783616"/></dir><file name="Index.php" hash="7c11054e36a4658564938ae8e71e00db"/><dir name="Jobs"><file name="Grid.php" hash="d027f3e93522ce932f0056714993ba95"/><file name="Status.php" hash="f1b197bf6fdc392bed93ff0734a54ad6"/></dir><file name="Jobs.php" hash="23d8bdfa6d0fbcabba2b17445effb248"/><file name="Login.php" hash="7d5022345a00b051422cd09915a9ddf9"/><file name="Logout.php" hash="5332e08d0d18b38f1175c1f0cb48f2f8"/><file name="Logs.php" hash="b6cd90251b4b1919af019f7cd93040de"/><file name="Notifications.php" hash="7ad224da80a68fa8334c1d26b9ad4907"/><file name="Problems.php" hash="9840cf49dc25237815ce4275264d4640"/><dir name="Settings"><dir name="Edit"><file name="Form.php" hash="429cc1dd30cf303591bb7a1bd26c30ab"/></dir></dir><file name="Settings.php" hash="3a59b0eb20b7359944c73c9005058739"/><file name="Status.php" hash="a7d1f735d1ed476672ec80fbcb2af16a"/><file name="Tabs.php" hash="8cc4c162985f479461ce2beda582c1c2"/></dir></dir><dir name="Helper"><file name="Account.php" hash="a7368f189cc2536aceec0e023d3d0aee"/><file name="Alerts.php" hash="172e06b4fa099a301b920d0e363c2005"/><file name="ApiCall.php" hash="9040a1002f1706a86d8d1af814314c8b"/><file name="ApiResponse.php" hash="7fd44a77bce45074bd97aaba4ddc135d"/><file name="BmblebProps.php" hash="32af63b204ead1ef06c5cc08c73cf34d"/><file name="ChangePassword.php" hash="8d4eec87843fc60c6642ed8214a8ea42"/><file name="Data.php" hash="62a4dc31da79d87f272c115ad131fe29"/><file name="ExternalLogging.php" hash="6eb1acae916965bb656869f447166e76"/><file name="GetTermsOfService.php" hash="af8ea4a9f2c506e356667273e3c4f8d1"/><file name="PluginStatus.php" hash="6034f9a89bb09ec995b4a07bbd7a5d59"/></dir><dir name="Model"><dir name="Alert"><file name="Priority.php" hash="3f6b3a1ae75007ec8dee2df93480ff85"/><file name="Status.php" hash="701abcb929f68362354b7a8e5085db58"/><file name="Type.php" hash="976018f681012f6b815a921e9c515e22"/></dir><file name="Alert.php" hash="760c3d8737b85c9af9bc6385acdf4ed0"/><file name="Bmbleb.php" hash="700d11c3006f2dcd2e80cd8bbbab15f9"/><file name="Bmblebprops.php" hash="8a87b5625f62cd3060d0ddec84b5d16c"/><dir name="Mysql4"><dir name="Bmbleb"><file name="Collection.php" hash="a0981b543c972b39ab2e59baec9806cc"/></dir></dir><file name="Status.php" hash="9409d26c7884be6b8075ba97dbf71f78"/><file name="Sync.php" hash="a2c4d9761c52055ba8dfbd7d9a33c2e7"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="HelpController.php" hash="087e7868dafe9dd2df89a642d405424a"/><file name="IndexController.php" hash="6b1059484b2d46453e0a429e2d4c8d71"/><file name="JobsController.php" hash="4e912a8fafd2f58235cb2299a83a128b"/><file name="LogsController.php" hash="27461bcdd3bba759b3e31604181bcc37"/><file name="ProblemsController.php" hash="a257b10a90bd3924d2396c1a7c272a38"/><file name="SettingsController.php" hash="64568fca522817ae77ef5015decd5a21"/></dir><file name="HelpController.php" hash="2df4608a957f151bf1d01dbde2113680"/><file name="IndexController.php" hash="ea5fa5e2b305f46b222cb2fc2a44f6a5"/><file name="LoginController.php" hash="e5e8516a27f7e61083182457017ec013"/><file name="LogoutController.php" hash="140c9d32f5557aa1169fd1b85cd5cc9f"/><file name="RegisterController.php" hash="15511b8a249557a11583446b6a2ee747"/></dir><dir name="etc"><file name="config.xml" hash="c64e84f64b6f46453605e181167287a1"/></dir></dir><dir name="BoneCollector"><dir name="Model"><file name="HarvestAbstract.php" hash="c033a6bfeed3a494b61df594c44facc4"/><dir name="HarvestAttribute"><file name="Observer.php" hash="780800606f3fa556962d3dbcd6afa7e4"/></dir><dir name="HarvestCaptureSKU"><file name="Observer.php" hash="5e9d22e60265a29ed742e161bc9b6b6e"/></dir><dir name="HarvestCart"><file name="Observer.php" hash="cea5b393881d7cb82092cbd7e7ca58ef"/></dir><dir name="HarvestCategory"><file name="Observer.php" hash="f6657dc3941f2ea20a0051357128e796"/></dir><dir name="HarvestCustomer"><file name="Observer.php" hash="036f6499bc1b029e6081fa61b7d72973"/></dir><dir name="HarvestProduct"><file name="Observer.php" hash="422c087f79ef3df48cc1f1a8afa34892"/></dir><dir name="HarvestPurchase"><file name="Observer.php" hash="6e52c4b1a5909cdae81cc9fc6968d6b6"/></dir><dir name="HarvestSubscriber"><file name="Observer.php" hash="d5c988abc6bc697fd8d1d9c78eb89de5"/></dir></dir><dir name="etc"><file name="config.xml" hash="2553082fe41b30d839a04a841a9f0e75"/></dir></dir><file name="Boss.php" hash="cbc7365b26f8f06b59a33767de92c545"/><dir name="Combine"><dir name="Helper"><file name="Attributes.php" hash="5fb06e7cc89bb710039a79fb16e2a998"/><file name="Cart.php" hash="07ce5f461ecded3b9b00ed5c30faa266"/><file name="Data.php" hash="5fedff48d6efc495aa824592eed9a0ab"/><file name="Harvest.php" hash="1a662a08a3f1ab865f1376a5bd238989"/><file name="Parser.php" hash="4b0f4023ce8099615db908736c73386b"/><file name="Redirect.php" hash="3b81406f5105040d17699ad1e0d7cd5d"/><file name="Store.php" hash="8db94d157d7e497e7612844da43a6c11"/><file name="Trackable.php" hash="8bc28aa708be61d4d0d1f79b3ad51a78"/></dir><dir name="Model"><file name="Abstract.php" hash="77bc1e853f03ca6a12ddd1dda12feda2"/><file name="Api.php" hash="73062689fd74716e639bb3145e98c8d9"/><dir name="Cron"><file name="Count.php" hash="06824a092141baf29222607a2dcb3d9c"/><dir name="Manager"><file name="Status.php" hash="d3e0e732a3512bb95214f33fa9f08457"/></dir><dir name="Queue"><dir name="Batch"><file name="Row.php" hash="f703a1bf9e14ef428ade448febc9d35b"/></dir><file name="Batch.php" hash="658522bd3e0eef3afa1e0107ff9f858a"/></dir><file name="Queue.php" hash="fa0d2bfd3fbb879442e0edd4ea7915a9"/><file name="Worker.php" hash="f83199c1491083b68eaea08467114d4f"/></dir><dir name="File"><file name="Io.php" hash="6d1f79eaf45897bf0525b0f3f3ac69d2"/><file name="Path.php" hash="24900b670c07fcdc4e54bae585f20002"/></dir><dir name="Harvest"><file name="Abstract.php" hash="76ac23999160edfdd86a2c6b5c8d1569"/><file name="AttributeSets.php" hash="2799ee325cd5bdcae597e482ef96551a"/><file name="Carts.php" hash="27e992f0f8cc4b274cd05efc7ce3a7f2"/><file name="Categories.php" hash="ab5bd7e91444fd7cb8bfeae376cd3ea7"/><file name="CustomerAttributeSets.php" hash="9be018cc3cbb0f495aec4f1c3a9013c8"/><file name="Customers.php" hash="f31427406c56f2dcde5a4f7d04a773c9"/><file name="Guests.php" hash="bcb1fbdfb7b5bf822934d300c423e17f"/><file name="Products.php" hash="2261f2c79b59e59977d050630d0fe92f"/><file name="Purchases.php" hash="585b1cf18e857850920abc7425830388"/><file name="Subscribers.php" hash="0c6f8ce380f036599141c9231562aaa9"/></dir><file name="Harvester.php" hash="b13a9b2dec995bc53335a5c35f67c035"/><dir name="Mysql4"><dir name="Cron"><file name="Count.php" hash="acbbb7ec28afbbe98101f5d114cb30b3"/><dir name="Queue"><file name="Collection.php" hash="b26806c9e7cefd052bb784f5a6ce814c"/></dir><file name="Queue.php" hash="4add10644bfc94b88ef5042b23c82ae7"/></dir><dir name="Redirect"><file name="Collection.php" hash="3bbe4f8729c603f8d8131154a0a117c1"/><dir name="Order"><file name="Collection.php" hash="88c0cfcce31b0eed8c035dee4e7e86df"/></dir><file name="Order.php" hash="852bea330edac3372ec5c168111301a8"/></dir><file name="Redirect.php" hash="842e4ba35c6b049c8eaa64704588ca76"/><file name="Setup.php" hash="3fdec335980846a4c3adbc6f4e3478eb"/><dir name="Trackable"><file name="Collection.php" hash="8799c5bf630d267b551cf9dba986cbb0"/></dir><file name="Trackable.php" hash="b38749697b641874b42dceae38ab4a30"/></dir><dir name="Parser"><file name="Abstract.php" hash="90a77c771599b3f6ee290586cc7c7d34"/><file name="AttributeSet.php" hash="fcb90beeebb921b349b28cadf354786c"/><file name="Category.php" hash="352b6ed7328c94524f4a7c3042949295"/><file name="Customer.php" hash="083edca18fbdf0c496e6ad22775f596e"/><file name="CustomerAttributeSet.php" hash="f926ec29d1ae837c0ae3c0a9257438d4"/><file name="Guest.php" hash="cbcbf7532c67c72d7e3b77022abc76c3"/><file name="Product.php" hash="2a0d3822877074b2258cd10f9d230cb1"/><dir name="Purchase"><file name="Item.php" hash="c7e563921e7876016a1197c2ec0c245b"/></dir><file name="Purchase.php" hash="4f161bc021af1851c92bb1c9c33a26ee"/><dir name="Quote"><file name="Item.php" hash="d7648174b642ae02cb225bb96b932286"/></dir><file name="Quote.php" hash="498cd2b6b39e4ca519d2b4652324cdd4"/><file name="Subscriber.php" hash="51e6e8e3152c2d94d52706582f1fa204"/></dir><file name="Parser.php" hash="72b273215802ee5244fd9e24c223beb8"/><dir name="Redirect"><file name="Order.php" hash="0c31dee69473751d95e5c52f5c60ea48"/></dir><file name="Redirect.php" hash="1248d0c43fb6f273ec48d8f2b91dcbdd"/><dir name="Resource"><file name="Abstract.php" hash="a50723654e084875378838b89ffb74ce"/><dir name="Cron"><dir name="Count"><file name="Collection.php" hash="c5cb4ab406c1d008c1bc22bb95b3ba28"/></dir><file name="Count.php" hash="6a356b5d92b509945c4567f479b9bfdd"/><dir name="Queue"><file name="Collection.php" hash="c182c6f6f7d29ee26ddf2900a8497cdb"/></dir><file name="Queue.php" hash="01d35c9491516f7f4ef7d9cccb7b6202"/></dir><dir name="Redirect"><file name="Collection.php" hash="0f9db83ade4c50c2f7bbe40deae1c065"/><dir name="Order"><file name="Collection.php" hash="162359ed9499b6f976f5c341fd0585c3"/></dir><file name="Order.php" hash="7ea4477380a5215dc0efe561ede359d9"/></dir><file name="Redirect.php" hash="d239af442388bb9fa80db81a7fc43711"/><file name="Setup.php" hash="46cc5ec83478021a1fe7251d73ee568e"/><dir name="Trackable"><file name="Collection.php" hash="6f060c3537b49710302e38e881885a69"/></dir><file name="Trackable.php" hash="764b0d21c492dd69b9f85ae3c647666e"/></dir><dir name="System"><dir name="Config"><dir name="Source"><file name="LogFormat.php" hash="828680dafe5a7042221900cb6d9dfa17"/><file name="LogLevel.php" hash="b86c793ca04205f045efd9ea42d02a10"/><file name="Stability.php" hash="830e5bc4e8ce9657221224dbaf99cee6"/><file name="UrlType.php" hash="28f9a5bc024afe5526685d429a751ad8"/></dir></dir></dir><file name="Trackable.php" hash="710d298645c0a809a1b70b936b0e4d09"/></dir><dir name="etc"><file name="adminhtml.xml" hash="794fc8a1d67ac3e6b5d71c707a0c7cad"/><file name="config.xml" hash="8faddfe50bd946db66efa5ed2c6941a1"/><file name="system.xml" hash="12f0f05be054854c29751767a3c8ef97"/></dir><dir name="sql"><dir name="combine_setup"><file name="mysql4-install-1.0.0.70.php" hash="607957cf80927e2575e455074fea17ec"/><file name="mysql4-upgrade-1.0.0.70-1.0.0.84.php" hash="e51deaff9e65f43483ab00573605329d"/><file name="mysql4-upgrade-1.0.0.84-1.0.0.88.php" hash="89bd8a585c0d351aae6838ace48f608d"/><file name="mysql4-upgrade-1.0.0.88-1.2.0.0.php" hash="09f98d701b5030ccc27d9ca1503212c4"/><file name="mysql4-upgrade-1.2.0.0-1.2.0.1.php" hash="01a7ef2466b9f676884db4d7a7c562a9"/><file name="mysql4-upgrade-1.2.0.1-1.2.1.0.php" hash="d8e9568d81d9efbb215d3a46e1d3212c"/></dir></dir></dir><dir name="DataServices"><file name="HarvestingManager.php" hash="120d2d4f900640aad5885d08c8e67ac9"/></dir><file name="Log.php" hash="52878fa6de3392b58974e2c8a5fb2031"/><dir name="Services"><file name="Abstract.php" hash="f779d8f0a1eaaa20364ccbf400c9e0ae"/><dir name="Cmd"><file name="Forecast.php" hash="3ac2b917db8c05ac085f213640b7be14"/><file name="Halt.php" hash="af1a47f7e9940c29b9c8380fbc69a447"/><file name="Harvest.php" hash="18236a9b3c56c46e2a7981d0f0b1de55"/><file name="Healthcheck.php" hash="a51b3b7766afa1e6cca60fc3b206fb85"/><file name="Parse.php" hash="dbf89d3e1395511728063128703e3e97"/><file name="Update.php" hash="804da06229cc47eb850291847883c96d"/></dir><dir name="Harvest"><file name="AttributeSets.php" hash="c37c4c0642a06a27c6a28bee27e20b14"/><file name="Carts.php" hash="9496d5150a9b5e1282adb78d96f846fc"/><file name="Categories.php" hash="fc1b5b26d612d3232838c975c3e55646"/><file name="CustomerAttributeSets.php" hash="67368d6ba001310912d39df0bd9037ad"/><file name="Customers.php" hash="9ae9805bb89a7546ad7c126281ce5220"/><file name="Guests.php" hash="940bcfd10c656195953b77159a4ace10"/><file name="Products.php" hash="d249ec369bdaa38964906f9998d77d4b"/><file name="Purchases.php" hash="859c8af86ee44a896d94ac69decb851a"/><file name="Subscribers.php" hash="8fa28e316d7396ca79300813ea9bd7ca"/></dir><file name="Harvest.php" hash="1ed4efb9aa1f0ae30a3a4afb2cbf98f6"/><dir name="Log"><file name="Installer.php" hash="584f730627201a9e73f1d4101ad3fedd"/><file name="Purchase.php" hash="6060265974fe6b45768617f96ebba6b1"/></dir><dir name="Post"><file name="Attribute.php" hash="7e7a307180eb9b9cd7f5b9137e4bd647"/><file name="AttributeSet.php" hash="66968b3ea659253789bbf96ec828afcc"/><file name="Cart.php" hash="7465d7587762b82ffaefef6f27b40a58"/><file name="Category.php" hash="68be39b090f46f3f438ad2ed9f97f09f"/><file name="Customer.php" hash="ecce6d30d3458e0786d4c6335a4c02cc"/><file name="Json.php" hash="86a5f26aa5367d8c4c66d278e4c02546"/><file name="Jsonstring.php" hash="9dfb5761d1a7835bf35040a073fa8fc4"/><file name="Product.php" hash="787e33146cc39d5f5eecd2d3a4ea842b"/><file name="Purchase.php" hash="80480bf01d11b1068d481c6ed50c2e1f"/><file name="Subscriber.php" hash="4d18235c4c0d11a8650b3e60c098908f"/></dir><file name="Post.php" hash="df362d5839aa050daa7b23660603b16d"/><file name="Priority.php" hash="d8fc0b57442d8e2e2ff7ba789c3d1fc9"/><file name="Registry.php" hash="c4f17c52b0814c29b7ab93e911a2de28"/><dir name="Store"><file name="Finalize.php" hash="6f61c4cd23ef3cd815b7eee545ecaa23"/><file name="Register.php" hash="523100a10a3ac39fa444801551bdbf25"/></dir><dir name="Update"><file name="Abstract.php" hash="7b9a1d36b4486e250587820731b7fb7c"/><file name="Connect.php" hash="3e4366a42e563ec3406a0fcb9a5f77bf"/><file name="Downloader.php" hash="934ef5788acb45ce94e0a32c1d705df1"/><file name="Installer.php" hash="a09ec2e9f7bbf12c117c8950e46072b0"/><file name="Package.php" hash="b025fa1c27aed03454e7d45d09705b3a"/></dir><dir name="Work"><file name="Cleanup.php" hash="d0915a0cde6d9cd4287a2f9fc4bc0056"/><file name="Manager.php" hash="507608c3fc9d34170e7326cb075d3b71"/><file name="Report.php" hash="2f56d51277b75d30e043d2151abcfc79"/><file name="Restart.php" hash="43af836b8950852efe62996facf4ad87"/><file name="Runner.php" hash="a2929a0e03dc99ac0ad5702b623eeb56"/><file name="Stop.php" hash="5e51ecf333282ad5d8dd6d40243c5e8e"/></dir></dir><dir name="Shadow"><dir name="Helper"><file name="Listeners.php" hash="432794c308714015009014a2620fca16"/></dir><dir name="Model"><dir name="Listeners"><file name="Observer.php" hash="27dae36d9c35a5176aeb4ee2b054a5bc"/></dir><file name="Timer.php" hash="bfdaef5388bfc7faf48544c18cee6854"/></dir><dir name="controllers"><file name="IndexController.php" hash="7740556a1a409412075fd3d1ce3514c5"/></dir><dir name="etc"><file name="config.xml" hash="b218e310272c92cacf78ca325975a954"/></dir></dir><dir name="Util"><file name="Caller.php" hash="7674f6d3f6d0fc5e238c7e31e0516c52"/><file name="Categories.php" hash="24333b598d8caab3bc796e4bd0e34559"/><dir name="Log"><file name="Rollover.php" hash="47ecb75b56743147d77b33219ac657ac"/></dir><file name="Logger.php" hash="9e9bcd3272bd908d8962a31ae5f5f998"/><file name="Partition.php" hash="5a8e39c1b54f4b8d5bc8793ea5f729be"/></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="bmbleb.xml" hash="aa390e236576f79375b407262961043e"/></dir><dir name="template"><dir name="bmbleb"><dir name="alert"><file name="finished.phtml" hash="cc41edbaf3d492afbfe63efa2a17ac48"/><file name="index.phtml" hash="0308f889169436921999cdec62706676"/><dir name="next"><file name="form.phtml" hash="f6acfc69d606c397f717f97a331e7f2c"/></dir></dir><file name="auth.phtml" hash="2fc86d90ab53799e7309d3f88afff077"/><file name="dashboard_loggedout.phtml" hash="19281143b19a544d4e3072dc754ada2d"/><dir name="help"><file name="index.phtml" hash="e9d3f11c623c735c3e699e406ff9e0e7"/></dir><dir name="index"><file name="messages.phtml" hash="fcbbb47d2cc30c493ed2316a8b888f5d"/><file name="terms.phtml" hash="47772def9e3490041d9374dde594aa34"/></dir><file name="index.phtml" hash="86ad04e7c0f91dad8e2a08a3f5d70b64"/><dir name="jobs"><file name="status.phtml" hash="77f0b0ae7c3c6c42031675cfc959e270"/></dir><file name="jobs.phtml" hash="961ac83f56bf8703dbc433894da4933e"/><file name="login.phtml" hash="0a1a20dfaffe8646bb56323ab811d46a"/><file name="logout.phtml" hash="09b92790c5e124a01086d6929ed7e8de"/><dir name="logs"><file name="index.phtml" hash="17e773a761a24e292b09fe7da1bd7662"/></dir><file name="notifications.phtml" hash="45f8767a090a4f7a7e177151bbc43f4f"/><dir name="problems"><file name="index.phtml" hash="2027d07eed8848a4ed8e801d67072796"/></dir><file name="status.phtml" hash="4c6d8cd43e39184f35c715b785c8595a"/><file name="tabs.phtml" hash="778b686fb073a8aeb973db3bfb0302aa"/></dir></dir></dir></dir><dir name="base"><dir name="default"><dir name="layout"><file name="bmbleb.xml" hash="df1c52c006a507e5c9bc73e66adf8ae8"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="bmbleb"><file name="bmbleb.css" hash="8aea7d5d46e2a0d0ece11abca6ef5d3f"/><dir name="images"><file name="arrows_up-down-large.png" hash="72c27995e1ab1d182891dad0a4d1dae2"/><file name="bmb-ctl.png" hash="de59a694a82b8699560df5146b2e315f"/><file name="check.png" hash="126f33ed483549e79a16186b7499c190"/><file name="grn-bg.png" hash="f681a524e2b4561dbe94152a2d24d60b"/><file name="h3-bg.png" hash="b93df0b0bdba8e8f6e0a07cc31fcc180"/><file name="icon-alert.png" hash="ac2e70efdcebc3813222d0d3ee62a6d9"/><file name="icon-bmbleb.png" hash="fb5574b5e63ee33b84eee26b3d8ef8e3"/><file name="icon-insights.png" hash="725fd29fe1b705e358c9080408693d3d"/><file name="icon-status.png" hash="bd13429f23166a6d431739010ea1b2cd"/><file name="left-ico1.png" hash="7d188f5e6021569750756f58067f0a3b"/><file name="left-ico2.png" hash="d2f6379a73290a8ffa4cb3e19a809d25"/><file name="left-ico3.png" hash="73bc75f7a746e54a75f14eda7a28a6b9"/><file name="left-ico4.png" hash="1da2c26187fed26b6c61599682b2dc4b"/><file name="left-ico5.png" hash="ada61cb32805f2cb8e8dace46361613e"/><file name="left-ico6.png" hash="1e62822267f72589ffa0771352a002da"/><file name="left-ico7.png" hash="16118412d581f0c83ce45c44f62f25a1"/><file name="left-ico8.png" hash="c7de2fe523c892b432b575648cc05631"/><file name="left-ico_demographics.png" hash="3fe23a2dea68f6c65114f248a8bdaa5e"/><file name="login-icn-b.png" hash="64e72070f595e215ece79736ac77ee2f"/><file name="login-icn.png" hash="6142cc2fc8ee2d1c40bf3c8f9ac1fa85"/><file name="logo.png" hash="8fb783f7d68fca3914123f56b8c066a4"/><file name="orng-bg.png" hash="074a6912ca2a139df537e3d15b6bc9b2"/><file name="plugin_dashboard_syncing.jpg" hash="8511648541f6f1b96ff1c53dda3a439b"/><file name="register.png" hash="f73fe51cf7df27ab11089385fa50714e"/><file name="registration-bg-25.png" hash="9d2cf77619cc8fce3ae4d44b0aae30c1"/><file name="registration-bg-50.png" hash="99942fdc8c3f88b0d4b09f87c9e39045"/><file name="registration-bg.png" hash="96365b39495e56ffe491dd9930fe221d"/><file name="spinner.gif" hash="add667817f25bce331a213ab3cc9621f"/><file name="springbot-ctl.png" hash="de59a694a82b8699560df5146b2e315f"/><file name="submit-btn-bg.png" hash="d98aa287b7b73dad9f780b22cb53fbdb"/><file name="sync_icon.png" hash="cb12f2e8943c8e324e3456375f953c86"/><file name="white-check.png" hash="126f33ed483549e79a16186b7499c190"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="shell"><file name="springbot.php" hash="1d00d3ab7a7e161628d6a8a9d3d43836"/></dir></target></contents>
55
  <compatible/>
56
  <dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
57
  </package>