Version Notes
v.1.1.0: Sep 11, 2015:
- Added sync for newsletter subscribers.
- Fixed sync for the address data.
Download this release
Release Info
Developer | EYEMAGINE |
Extension | Eyemagine_HubSpot |
Version | 1.1.0 |
Comparing to | |
See all releases |
Code changes from version 1.0.5 to 1.1.0
- app/code/community/Eyemagine/HubSpot/Block/Adminhtml/Frontend/Button/Regen.php +1 -1
- app/code/community/Eyemagine/HubSpot/Block/Adminhtml/Frontend/Eyemagine/Info.php +1 -1
- app/code/community/Eyemagine/HubSpot/Block/Adminhtml/Frontend/Eyemagine/Support.php +1 -1
- app/code/community/Eyemagine/HubSpot/Block/Adminhtml/Frontend/Eyemagine/Version.php +1 -1
- app/code/community/Eyemagine/HubSpot/Block/Adminhtml/Frontend/Utk.php +1 -1
- app/code/community/Eyemagine/HubSpot/Helper/Data.php +1 -1
- app/code/community/Eyemagine/HubSpot/Model/Observer.php +15 -1
- app/code/community/Eyemagine/HubSpot/controllers/Adminhtml/Hubspot/IndexController.php +1 -1
- app/code/community/Eyemagine/HubSpot/controllers/LinkController.php +1 -1
- app/code/community/Eyemagine/HubSpot/controllers/SyncController.php +69 -1
- app/code/community/Eyemagine/HubSpot/etc/adminhtml.xml +1 -1
- app/code/community/Eyemagine/HubSpot/etc/config.xml +13 -2
- app/code/community/Eyemagine/HubSpot/etc/system.xml +1 -1
- app/code/community/Eyemagine/HubSpot/readme.txt +3 -3
- app/code/community/Eyemagine/HubSpot/sql/eyehubspot_setup/mysql4-install-1.0.0.php +1 -1
- app/etc/modules/Eyemagine_HubSpot.xml +1 -1
- package.xml +7 -7
app/code/community/Eyemagine/HubSpot/Block/Adminhtml/Frontend/Button/Regen.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
-
* @copyright Copyright (c)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
+
* @copyright Copyright (c) 2015 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
app/code/community/Eyemagine/HubSpot/Block/Adminhtml/Frontend/Eyemagine/Info.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
-
* @copyright Copyright (c)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
+
* @copyright Copyright (c) 2015 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
app/code/community/Eyemagine/HubSpot/Block/Adminhtml/Frontend/Eyemagine/Support.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
-
* @copyright Copyright (c)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
+
* @copyright Copyright (c) 2015 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
app/code/community/Eyemagine/HubSpot/Block/Adminhtml/Frontend/Eyemagine/Version.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
-
* @copyright Copyright (c)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
+
* @copyright Copyright (c) 2015 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
app/code/community/Eyemagine/HubSpot/Block/Adminhtml/Frontend/Utk.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
-
* @copyright Copyright (c)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
+
* @copyright Copyright (c) 2015 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
app/code/community/Eyemagine/HubSpot/Helper/Data.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
-
* @copyright Copyright (c)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
+
* @copyright Copyright (c) 2015 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
app/code/community/Eyemagine/HubSpot/Model/Observer.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
-
* @copyright Copyright (c)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
@@ -56,4 +56,18 @@ class Eyemagine_HubSpot_Model_Observer
|
|
56 |
|
57 |
return $this;
|
58 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
}
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
+
* @copyright Copyright (c) 2015 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
56 |
|
57 |
return $this;
|
58 |
}
|
59 |
+
|
60 |
+
/**
|
61 |
+
* Insert/Update change_status_at field
|
62 |
+
*
|
63 |
+
* Event: newsletter_subscriber_save_before
|
64 |
+
*
|
65 |
+
* @param Varien_Event_Observer $observer
|
66 |
+
* @return Eyemagine_HubSpot_Model_Observer
|
67 |
+
*/
|
68 |
+
|
69 |
+
public function setChangeStatusAt(Varien_Event_Observer $observer) {
|
70 |
+
$subscriber = $observer->getSubscriber();
|
71 |
+
$subscriber['change_status_at'] = (date("Y-m-d H:i:s", time()));
|
72 |
+
}
|
73 |
}
|
app/code/community/Eyemagine/HubSpot/controllers/Adminhtml/Hubspot/IndexController.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
-
* @copyright Copyright (c)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
+
* @copyright Copyright (c) 2015 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
app/code/community/Eyemagine/HubSpot/controllers/LinkController.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
-
* @copyright Copyright (c)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
+
* @copyright Copyright (c) 2015 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
app/code/community/Eyemagine/HubSpot/controllers/SyncController.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
-
* @copyright Copyright (c)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
@@ -33,6 +33,7 @@ class Eyemagine_HubSpot_SyncController extends Mage_Core_Controller_Front_Action
|
|
33 |
* preset values definitions
|
34 |
*/
|
35 |
const MAX_CUSTOMER_PERPAGE = 100;
|
|
|
36 |
const MAX_ORDER_PERPAGE = 20;
|
37 |
const MAX_ASSOC_PRODUCT_LIMIT = 10;
|
38 |
const IS_ABANDONED_IN_SECS = 3600;
|
@@ -187,6 +188,73 @@ class Eyemagine_HubSpot_SyncController extends Mage_Core_Controller_Front_Action
|
|
187 |
'store' => $storeId
|
188 |
));
|
189 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
190 |
|
191 |
|
192 |
/**
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
+
* @copyright Copyright (c) 2015 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
33 |
* preset values definitions
|
34 |
*/
|
35 |
const MAX_CUSTOMER_PERPAGE = 100;
|
36 |
+
const MAX_SUBSCRIBER_PERPAGE = 100;
|
37 |
const MAX_ORDER_PERPAGE = 20;
|
38 |
const MAX_ASSOC_PRODUCT_LIMIT = 10;
|
39 |
const IS_ABANDONED_IN_SECS = 3600;
|
188 |
'store' => $storeId
|
189 |
));
|
190 |
}
|
191 |
+
|
192 |
+
|
193 |
+
|
194 |
+
/**
|
195 |
+
* Get newsletter subscribers data
|
196 |
+
*/
|
197 |
+
public function getsubscribersAction()
|
198 |
+
{
|
199 |
+
if (!$this->_authenticate()) {
|
200 |
+
return;
|
201 |
+
}
|
202 |
+
|
203 |
+
try {
|
204 |
+
$request = $this->getRequest();
|
205 |
+
$maxperpage = $request->getParam('maxperpage', self::MAX_SUBSCRIBER_PERPAGE);
|
206 |
+
$lastSubscriberId = $request->getParam('id', '0');
|
207 |
+
$start = $request->getParam('start')?date('Y-m-d H:i:s', $request->getParam('start')):'0000-00-00 00:00:00';
|
208 |
+
$end = date('Y-m-d H:i:s', time() - 300);
|
209 |
+
$websiteId = Mage::app()->getWebsite()->getId();
|
210 |
+
$store = Mage::app()->getStore();
|
211 |
+
$storeId = Mage::app()->getStore()->getId();
|
212 |
+
$collection = Mage::getModel('newsletter/subscriber')->getCollection();
|
213 |
+
$subscriberData = array();
|
214 |
+
|
215 |
+
//setup the query and page size
|
216 |
+
|
217 |
+
$collection->addFieldToFilter(
|
218 |
+
|
219 |
+
'change_status_at', array(
|
220 |
+
array('from' => $start,
|
221 |
+
'to' => $end,
|
222 |
+
'date' => true),
|
223 |
+
array('null' => true)
|
224 |
+
|
225 |
+
))
|
226 |
+
->addFieldToFilter('subscriber_id', array('gt' => $lastSubscriberId))
|
227 |
+
->setOrder('change_status_at', Varien_Data_Collection::SORT_ORDER_ASC)
|
228 |
+
->setOrder('subscriber_id', Varien_Data_Collection::SORT_ORDER_ASC)
|
229 |
+
->setPageSize($maxperpage);
|
230 |
+
|
231 |
+
// only add the filter if store id > 0
|
232 |
+
if ($storeId) {
|
233 |
+
$collection->addFieldToFilter('store_id', array('eq' => $storeId));
|
234 |
+
}
|
235 |
+
|
236 |
+
|
237 |
+
foreach ($collection as $subscriber) {
|
238 |
+
|
239 |
+
$subscriberData[$subscriber->getId()] = $subscriber->getData();
|
240 |
+
|
241 |
+
}
|
242 |
+
} catch (Exception $e) {
|
243 |
+
$this->_outputError(
|
244 |
+
self::ERROR_CODE_UNKNOWN_EXCEPTION,
|
245 |
+
'Unknown exception on request',
|
246 |
+
$e
|
247 |
+
);
|
248 |
+
return;
|
249 |
+
}
|
250 |
+
|
251 |
+
$this->_outputJson(array(
|
252 |
+
'subscribers' => $subscriberData,
|
253 |
+
'website' => $websiteId,
|
254 |
+
'store' => $storeId
|
255 |
+
));
|
256 |
+
}
|
257 |
+
|
258 |
|
259 |
|
260 |
/**
|
app/code/community/Eyemagine/HubSpot/etc/adminhtml.xml
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
9 |
* @category Eyemagine
|
10 |
* @package Eyemagine_HubSpot
|
11 |
-
* @copyright Copyright (c)
|
12 |
* @license http://www.eyemaginetech.com/license.txt
|
13 |
*/
|
14 |
-->
|
8 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
9 |
* @category Eyemagine
|
10 |
* @package Eyemagine_HubSpot
|
11 |
+
* @copyright Copyright (c) 2015 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
12 |
* @license http://www.eyemaginetech.com/license.txt
|
13 |
*/
|
14 |
-->
|
app/code/community/Eyemagine/HubSpot/etc/config.xml
CHANGED
@@ -8,14 +8,14 @@
|
|
8 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
9 |
* @category Eyemagine
|
10 |
* @package Eyemagine_HubSpot
|
11 |
-
* @copyright Copyright (c)
|
12 |
* @license http://www.eyemaginetech.com/license.txt
|
13 |
*/
|
14 |
-->
|
15 |
<config>
|
16 |
<modules>
|
17 |
<Eyemagine_HubSpot>
|
18 |
-
<version>1.0
|
19 |
</Eyemagine_HubSpot>
|
20 |
</modules>
|
21 |
<global>
|
@@ -58,6 +58,17 @@
|
|
58 |
</eyehubspot>
|
59 |
</observers>
|
60 |
</sales_convert_quote_to_order>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
61 |
</events>
|
62 |
</global>
|
63 |
<admin>
|
8 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
9 |
* @category Eyemagine
|
10 |
* @package Eyemagine_HubSpot
|
11 |
+
* @copyright Copyright (c) 2015 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
12 |
* @license http://www.eyemaginetech.com/license.txt
|
13 |
*/
|
14 |
-->
|
15 |
<config>
|
16 |
<modules>
|
17 |
<Eyemagine_HubSpot>
|
18 |
+
<version>1.1.0</version>
|
19 |
</Eyemagine_HubSpot>
|
20 |
</modules>
|
21 |
<global>
|
58 |
</eyehubspot>
|
59 |
</observers>
|
60 |
</sales_convert_quote_to_order>
|
61 |
+
|
62 |
+
<newsletter_subscriber_save_before>
|
63 |
+
<observers>
|
64 |
+
<eyehubspot>
|
65 |
+
|
66 |
+
<class>eyehubspot/observer</class>
|
67 |
+
<method>setChangeStatusAt</method>
|
68 |
+
</eyehubspot>
|
69 |
+
</observers>
|
70 |
+
</newsletter_subscriber_save_before>
|
71 |
+
|
72 |
</events>
|
73 |
</global>
|
74 |
<admin>
|
app/code/community/Eyemagine/HubSpot/etc/system.xml
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
9 |
* @category Eyemagine
|
10 |
* @package Eyemagine_HubSpot
|
11 |
-
* @copyright Copyright (c)
|
12 |
* @license http://www.eyemaginetech.com/license.txt
|
13 |
*/
|
14 |
-->
|
8 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
9 |
* @category Eyemagine
|
10 |
* @package Eyemagine_HubSpot
|
11 |
+
* @copyright Copyright (c) 2015 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
12 |
* @license http://www.eyemaginetech.com/license.txt
|
13 |
*/
|
14 |
-->
|
app/code/community/Eyemagine/HubSpot/readme.txt
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
7 |
* @category Eyemagine
|
8 |
* @package Eyemagine_HubSpot
|
9 |
-
* @copyright Copyright (c)
|
10 |
* @license http://www.eyemaginetech.com/license.txt
|
11 |
*/
|
12 |
|
@@ -49,10 +49,10 @@ v.1.0.2: July 7, 2014
|
|
49 |
- Added redirects for products in different stores/websites
|
50 |
|
51 |
|
52 |
-
v.1.0.1: September 5,
|
53 |
- Added controllers to handle product urls and images
|
54 |
- Added redirect to search results page for name when product is not available
|
55 |
- Minor bug fixes
|
56 |
|
57 |
-
v.1.0.0: July 8,
|
58 |
- Initial release.
|
6 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
7 |
* @category Eyemagine
|
8 |
* @package Eyemagine_HubSpot
|
9 |
+
* @copyright Copyright (c) 2015 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
10 |
* @license http://www.eyemaginetech.com/license.txt
|
11 |
*/
|
12 |
|
49 |
- Added redirects for products in different stores/websites
|
50 |
|
51 |
|
52 |
+
v.1.0.1: September 5, 2015
|
53 |
- Added controllers to handle product urls and images
|
54 |
- Added redirect to search results page for name when product is not available
|
55 |
- Minor bug fixes
|
56 |
|
57 |
+
v.1.0.0: July 8, 2015
|
58 |
- Initial release.
|
app/code/community/Eyemagine/HubSpot/sql/eyehubspot_setup/mysql4-install-1.0.0.php
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
-
* @copyright Copyright (c)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
7 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
+
* @copyright Copyright (c) 2015 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
* @license http://www.eyemaginetech.com/license.txt
|
12 |
*/
|
13 |
|
app/etc/modules/Eyemagine_HubSpot.xml
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
9 |
* @category Eyemagine
|
10 |
* @package Eyemagine_HubSpot
|
11 |
-
* @copyright Copyright (c)
|
12 |
* @license http://www.eyemaginetech.com/license.txt
|
13 |
*/
|
14 |
-->
|
8 |
* @author EYEMAGINE <magento@eyemaginetech.com>
|
9 |
* @category Eyemagine
|
10 |
* @package Eyemagine_HubSpot
|
11 |
+
* @copyright Copyright (c) 2015 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
12 |
* @license http://www.eyemaginetech.com/license.txt
|
13 |
*/
|
14 |
-->
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Eyemagine_HubSpot</name>
|
4 |
-
<version>1.0
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.eyemaginetech.com/license.txt">Custom</license>
|
7 |
<channel>community</channel>
|
@@ -49,13 +49,13 @@ HubSpot's Social Inbox and Smart Content tools help you break out of the inbox a
|
|
49 |
Attribute revenue generated to specific marketing channels and campaigns.
|
50 |

|
51 |
HubSpot's suite of analytics and reporting tools allows you to quickly and easily see which traffic sources or marketing actions turned into revenue for you during any given time period. Generate a report in seconds and email it to anyone in the company--you can even set up recurring reports so everyone can keep track of the company's progress.</description>
|
52 |
-
<notes>v.1.0
|
53 |
-
-
|
54 |
-
|
55 |
<authors><author><name>EYEMAGINE</name><user>eyemagine</user><email>andy@eyemaginetech.com</email></author></authors>
|
56 |
-
<date>2015-
|
57 |
-
<time>
|
58 |
-
<contents><target name="magecommunity"><dir name="Eyemagine"><dir name="HubSpot"><dir name="Block"><dir name="Adminhtml"><dir name="Frontend"><dir name="Button"><file name="Regen.php" hash="
|
59 |
<compatible/>
|
60 |
<dependencies><required><php><min>5.3.0</min><max>7.0.0</max></php></required></dependencies>
|
61 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Eyemagine_HubSpot</name>
|
4 |
+
<version>1.1.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.eyemaginetech.com/license.txt">Custom</license>
|
7 |
<channel>community</channel>
|
49 |
Attribute revenue generated to specific marketing channels and campaigns.
|
50 |

|
51 |
HubSpot's suite of analytics and reporting tools allows you to quickly and easily see which traffic sources or marketing actions turned into revenue for you during any given time period. Generate a report in seconds and email it to anyone in the company--you can even set up recurring reports so everyone can keep track of the company's progress.</description>
|
52 |
+
<notes>v.1.1.0: Sep 11, 2015:
|
53 |
+
- Added sync for newsletter subscribers.
|
54 |
+
- Fixed sync for the address data.</notes>
|
55 |
<authors><author><name>EYEMAGINE</name><user>eyemagine</user><email>andy@eyemaginetech.com</email></author></authors>
|
56 |
+
<date>2015-09-12</date>
|
57 |
+
<time>23:32:40</time>
|
58 |
+
<contents><target name="magecommunity"><dir name="Eyemagine"><dir name="HubSpot"><dir name="Block"><dir name="Adminhtml"><dir name="Frontend"><dir name="Button"><file name="Regen.php" hash="f5fc4b12027a1dcbe99426418746d290"/><file name="._Regen.php" hash="03ec92c7aa4a80b83dab35ae888c547b"/></dir><dir name="Eyemagine"><file name="Info.php" hash="ac5e49ed6f33787202b9e616ef200a02"/><file name="Support.php" hash="981aa21844749dfff6978219f0eef31c"/><file name="Version.php" hash="a5238f93904df9a82afdcda97bf6741a"/><file name="._Info.php" hash="ce0cf7ed20da8016624555bbb5968191"/><file name="._Support.php" hash="d7af6eacee8bbc688f3be8c5b681b7bb"/><file name="._Version.php" hash="aa0f9e438f113f370a375ec75e45dfdc"/></dir><file name="Utk.php" hash="c49d488bba2d7ea8e92d99916c5f4d91"/><file name="._Utk.php" hash="a4c1f2bab0767a83af323589a3181513"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="fe91a413ea78d1865a2140a4edc9fdc1"/><file name="._Data.php" hash="9c68a0caf545ef711c3e211076d31607"/></dir><dir name="Model"><file name="Observer.php" hash="362a1c5acfc1c17f709daa6434884902"/><file name="._Observer.php" hash="9f900637bde9683431d89da9174b57fb"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Hubspot"><file name="IndexController.php" hash="461def66f19d13afd0031e4352c9b96a"/><file name="._IndexController.php" hash="14ef1a094333b6261a631537df4a98b8"/></dir><file name=".DS_Store" hash="99afa5d6f042ec44f5661080a02ed4ab"/></dir><file name="LinkController.php" hash="d2878b1947446e4c94375e156920a948"/><file name="SyncController.php" hash="e37165e74a83b92e77914dba483aa6fe"/><file name="._SyncController.php" hash="29711776eb99fdc6b890d04af2bc8a3a"/></dir><dir name="etc"><file name="adminhtml.xml" hash="6f68eef42170f9d8c3111e8604003b81"/><file name="config.xml" hash="c4e1ca2b3c7eb24d2e5dc65b23a6e796"/><file name="system.xml" hash="bea0bf7f7021791f3baf73851955ec66"/><file name="._config.xml" hash="e10af298d19d562bc2d7bcbe4fa8ea24"/></dir><file name="readme.txt" hash="af6d3a3bede08430a60430404f17443d"/><dir name="sql"><dir name="eyehubspot_setup"><file name="mysql4-install-1.0.0.php" hash="6543b2c391f275ad179815c25ea862d0"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eyemagine_HubSpot.xml" hash="eb6b2939bc2cd45128e4543bdb5e7ad2"/></dir></target></contents>
|
59 |
<compatible/>
|
60 |
<dependencies><required><php><min>5.3.0</min><max>7.0.0</max></php></required></dependencies>
|
61 |
</package>
|