Version Notes
v.1.1.4: July 5, 2016:
- Added workaround for syncing data without timestamp.
Download this release
Release Info
Developer | EYEMAGINE |
Extension | Eyemagine_HubSpot |
Version | 1.1.4 |
Comparing to | |
See all releases |
Code changes from version 1.1.3 to 1.1.4
- 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 +1 -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 +11 -1
- app/code/community/Eyemagine/HubSpot/etc/adminhtml.xml +1 -1
- app/code/community/Eyemagine/HubSpot/etc/config.xml +2 -2
- app/code/community/Eyemagine/HubSpot/etc/system.xml +1 -1
- app/code/community/Eyemagine/HubSpot/readme.txt +1 -30
- app/code/community/Eyemagine/HubSpot/sql/eyehubspot_setup/mysql4-install-1.0.0.php +1 -1
- package.xml +8 -11
app/code/community/Eyemagine/HubSpot/Block/Adminhtml/Frontend/Button/Regen.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
-
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
class Eyemagine_HubSpot_Block_Adminhtml_Frontend_Button_Regen
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
+
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
class Eyemagine_HubSpot_Block_Adminhtml_Frontend_Button_Regen
|
app/code/community/Eyemagine/HubSpot/Block/Adminhtml/Frontend/Eyemagine/Info.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
-
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
class Eyemagine_HubSpot_Block_Adminhtml_Frontend_Eyemagine_Info
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
+
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
class Eyemagine_HubSpot_Block_Adminhtml_Frontend_Eyemagine_Info
|
app/code/community/Eyemagine/HubSpot/Block/Adminhtml/Frontend/Eyemagine/Support.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
-
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
class Eyemagine_HubSpot_Block_Adminhtml_Frontend_Eyemagine_Support
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
+
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
class Eyemagine_HubSpot_Block_Adminhtml_Frontend_Eyemagine_Support
|
app/code/community/Eyemagine/HubSpot/Block/Adminhtml/Frontend/Eyemagine/Version.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
-
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
class Eyemagine_HubSpot_Block_Adminhtml_Frontend_Eyemagine_Version
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
+
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
class Eyemagine_HubSpot_Block_Adminhtml_Frontend_Eyemagine_Version
|
app/code/community/Eyemagine/HubSpot/Block/Adminhtml/Frontend/Utk.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
-
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
class Eyemagine_HubSpot_Block_Adminhtml_Frontend_Utk
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
+
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
class Eyemagine_HubSpot_Block_Adminhtml_Frontend_Utk
|
app/code/community/Eyemagine/HubSpot/Helper/Data.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
-
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
class Eyemagine_HubSpot_Helper_Data extends Mage_Core_Helper_Abstract
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
+
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
class Eyemagine_HubSpot_Helper_Data extends Mage_Core_Helper_Abstract
|
app/code/community/Eyemagine/HubSpot/Model/Observer.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
-
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
class Eyemagine_HubSpot_Model_Observer
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
+
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
class Eyemagine_HubSpot_Model_Observer
|
app/code/community/Eyemagine/HubSpot/controllers/Adminhtml/Hubspot/IndexController.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
-
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
/**
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
+
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
/**
|
app/code/community/Eyemagine/HubSpot/controllers/LinkController.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
-
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
/**
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
+
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
/**
|
app/code/community/Eyemagine/HubSpot/controllers/SyncController.php
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
-
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
/**
|
@@ -56,6 +56,7 @@ class Eyemagine_HubSpot_SyncController extends Mage_Core_Controller_Front_Action
|
|
56 |
$maxperpage = $request->getParam('maxperpage', self::MAX_CUSTOMER_PERPAGE);
|
57 |
$start = date('Y-m-d H:i:s', $request->getParam('start', 0));
|
58 |
$end = date('Y-m-d H:i:s', time() - 300);
|
|
|
59 |
$websiteId = Mage::app()->getWebsite()->getId();
|
60 |
$storeId = Mage::app()->getStore()->getId();
|
61 |
$custGroups = $helper->getCustomerGroups();
|
@@ -68,7 +69,11 @@ class Eyemagine_HubSpot_SyncController extends Mage_Core_Controller_Front_Action
|
|
68 |
'to' => $end,
|
69 |
'date' => true
|
70 |
))
|
|
|
|
|
|
|
71 |
->setOrder('updated_at', Varien_Data_Collection::SORT_ORDER_ASC)
|
|
|
72 |
->setPageSize($maxperpage);
|
73 |
|
74 |
// only add the filter if website id > 0
|
@@ -134,6 +139,7 @@ class Eyemagine_HubSpot_SyncController extends Mage_Core_Controller_Front_Action
|
|
134 |
$maxAssociated = $request->getParam('maxassoc', self::MAX_ASSOC_PRODUCT_LIMIT);
|
135 |
$start = date('Y-m-d H:i:s', $request->getParam('start', 0));
|
136 |
$end = date('Y-m-d H:i:s', time() - 300);
|
|
|
137 |
$websiteId = Mage::app()->getWebsite()->getId();
|
138 |
$store = Mage::app()->getStore();
|
139 |
$storeId = Mage::app()->getStore()->getId();
|
@@ -147,7 +153,11 @@ class Eyemagine_HubSpot_SyncController extends Mage_Core_Controller_Front_Action
|
|
147 |
'to' => $end,
|
148 |
'date' => true
|
149 |
))
|
|
|
|
|
|
|
150 |
->setOrder('updated_at', Varien_Data_Collection::SORT_ORDER_ASC)
|
|
|
151 |
->setPageSize($maxperpage);
|
152 |
|
153 |
// only add the filter if store id > 0
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
+
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
/**
|
56 |
$maxperpage = $request->getParam('maxperpage', self::MAX_CUSTOMER_PERPAGE);
|
57 |
$start = date('Y-m-d H:i:s', $request->getParam('start', 0));
|
58 |
$end = date('Y-m-d H:i:s', time() - 300);
|
59 |
+
$entityId = $request->getParam('id', '0');
|
60 |
$websiteId = Mage::app()->getWebsite()->getId();
|
61 |
$storeId = Mage::app()->getStore()->getId();
|
62 |
$custGroups = $helper->getCustomerGroups();
|
69 |
'to' => $end,
|
70 |
'date' => true
|
71 |
))
|
72 |
+
->addFieldToFilter('entity_id', array(
|
73 |
+
'gt' => $entityId
|
74 |
+
))
|
75 |
->setOrder('updated_at', Varien_Data_Collection::SORT_ORDER_ASC)
|
76 |
+
->setOrder('entity_id', Varien_Data_Collection::SORT_ORDER_ASC)
|
77 |
->setPageSize($maxperpage);
|
78 |
|
79 |
// only add the filter if website id > 0
|
139 |
$maxAssociated = $request->getParam('maxassoc', self::MAX_ASSOC_PRODUCT_LIMIT);
|
140 |
$start = date('Y-m-d H:i:s', $request->getParam('start', 0));
|
141 |
$end = date('Y-m-d H:i:s', time() - 300);
|
142 |
+
$entityId = $request->getParam('id', '0');
|
143 |
$websiteId = Mage::app()->getWebsite()->getId();
|
144 |
$store = Mage::app()->getStore();
|
145 |
$storeId = Mage::app()->getStore()->getId();
|
153 |
'to' => $end,
|
154 |
'date' => true
|
155 |
))
|
156 |
+
->addFieldToFilter('entity_id', array(
|
157 |
+
'gt' => $entityId
|
158 |
+
))
|
159 |
->setOrder('updated_at', Varien_Data_Collection::SORT_ORDER_ASC)
|
160 |
+
->setOrder('entity_id', Varien_Data_Collection::SORT_ORDER_ASC)
|
161 |
->setPageSize($maxperpage);
|
162 |
|
163 |
// only add the filter if store id > 0
|
app/code/community/Eyemagine/HubSpot/etc/adminhtml.xml
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* @category Eyemagine
|
10 |
* @package Eyemagine_HubSpot
|
11 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
12 |
-
* @license http://www.eyemaginetech.com/license
|
13 |
*/
|
14 |
-->
|
15 |
<config>
|
9 |
* @category Eyemagine
|
10 |
* @package Eyemagine_HubSpot
|
11 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
12 |
+
* @license http://www.eyemaginetech.com/license
|
13 |
*/
|
14 |
-->
|
15 |
<config>
|
app/code/community/Eyemagine/HubSpot/etc/config.xml
CHANGED
@@ -9,13 +9,13 @@
|
|
9 |
* @category Eyemagine
|
10 |
* @package Eyemagine_HubSpot
|
11 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
12 |
-
* @license http://www.eyemaginetech.com/license
|
13 |
*/
|
14 |
-->
|
15 |
<config>
|
16 |
<modules>
|
17 |
<Eyemagine_HubSpot>
|
18 |
-
<version>1.1.
|
19 |
</Eyemagine_HubSpot>
|
20 |
</modules>
|
21 |
<global>
|
9 |
* @category Eyemagine
|
10 |
* @package Eyemagine_HubSpot
|
11 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
12 |
+
* @license http://www.eyemaginetech.com/license
|
13 |
*/
|
14 |
-->
|
15 |
<config>
|
16 |
<modules>
|
17 |
<Eyemagine_HubSpot>
|
18 |
+
<version>1.1.4</version>
|
19 |
</Eyemagine_HubSpot>
|
20 |
</modules>
|
21 |
<global>
|
app/code/community/Eyemagine/HubSpot/etc/system.xml
CHANGED
@@ -9,7 +9,7 @@
|
|
9 |
* @category Eyemagine
|
10 |
* @package Eyemagine_HubSpot
|
11 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
12 |
-
* @license http://www.eyemaginetech.com/license
|
13 |
*/
|
14 |
-->
|
15 |
<config>
|
9 |
* @category Eyemagine
|
10 |
* @package Eyemagine_HubSpot
|
11 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
12 |
+
* @license http://www.eyemaginetech.com/license
|
13 |
*/
|
14 |
-->
|
15 |
<config>
|
app/code/community/Eyemagine/HubSpot/readme.txt
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @category Eyemagine
|
8 |
* @package Eyemagine_HubSpot
|
9 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
10 |
-
* @license http://www.eyemaginetech.com/license
|
11 |
*/
|
12 |
|
13 |
-------------------------------------------------------------------------------
|
@@ -54,34 +54,5 @@ v.1.0.1: September 5, 2015
|
|
54 |
- Added redirect to search results page for name when product is not available
|
55 |
- Minor bug fixes
|
56 |
|
57 |
-
|
58 |
v.1.0.0: July 8, 2015
|
59 |
- Initial release.
|
60 |
-
|
61 |
-
|
62 |
-
v.1.0.3: July 7, 2014
|
63 |
-
- Fixed package definition
|
64 |
-
|
65 |
-
|
66 |
-
v.1.0.5: Aug 31, 2015
|
67 |
-
- Fixed product image display related issue
|
68 |
-
|
69 |
-
|
70 |
-
v.1.1.0: Sep 11, 2015
|
71 |
-
- Added sync for newsletter subscribers
|
72 |
-
- Fixed sync for the address data
|
73 |
-
|
74 |
-
|
75 |
-
v.1.1.1: Oct 05, 2015
|
76 |
-
- Fixed 404 error message
|
77 |
-
|
78 |
-
|
79 |
-
v.1.1.2: Dec 04, 2015
|
80 |
-
- Fixed wishlist syncing
|
81 |
-
- Fixed newsletter syncing
|
82 |
-
|
83 |
-
|
84 |
-
v.1.1.3: June 14, 2016
|
85 |
-
- Fixed performance issue for abandoned cart data
|
86 |
-
- Fixed notification message for unavailable products
|
87 |
-
- Added multi-store support
|
7 |
* @category Eyemagine
|
8 |
* @package Eyemagine_HubSpot
|
9 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
10 |
+
* @license http://www.eyemaginetech.com/license
|
11 |
*/
|
12 |
|
13 |
-------------------------------------------------------------------------------
|
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
@@ -8,7 +8,7 @@
|
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
-
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
$installer = $this;
|
8 |
* @category Eyemagine
|
9 |
* @package Eyemagine_HubSpot
|
10 |
* @copyright Copyright (c) 2016 EYEMAGINE Technology, LLC (http://www.eyemaginetech.com)
|
11 |
+
* @license http://www.eyemaginetech.com/license
|
12 |
*/
|
13 |
|
14 |
$installer = $this;
|
package.xml
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Eyemagine_HubSpot</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
-
<license uri="http://www.eyemaginetech.com/license
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Integration with Magento and HubSpot which syncs Magento customers with HubSpot&#xD;
|
@@ -49,16 +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.1.
|
53 |
-
|
54 |
-
-
|
55 |
-
- Added multi-store support.
|
56 |
-

|
57 |
-
</notes>
|
58 |
<authors><author><name>EYEMAGINE</name><user>eyemagine</user><email>andy@eyemaginetech.com</email></author></authors>
|
59 |
-
<date>2016-
|
60 |
-
<time>
|
61 |
-
<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="
|
62 |
<compatible/>
|
63 |
<dependencies><required><php><min>5.3.0</min><max>7.0.0</max></php></required></dependencies>
|
64 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Eyemagine_HubSpot</name>
|
4 |
+
<version>1.1.4</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license uri="http://www.eyemaginetech.com/license">Custom</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Integration with Magento and HubSpot which syncs Magento customers with HubSpot&#xD;
|
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.4: July 5, 2016:
|
53 |
+

|
54 |
+
- Added workaround for syncing data without timestamp.</notes>
|
|
|
|
|
|
|
55 |
<authors><author><name>EYEMAGINE</name><user>eyemagine</user><email>andy@eyemaginetech.com</email></author></authors>
|
56 |
+
<date>2016-07-05</date>
|
57 |
+
<time>18:42:14</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="da45b06b8577c597efd5d21954da7338"/><file name="._Regen.php" hash="03ec92c7aa4a80b83dab35ae888c547b"/></dir><dir name="Eyemagine"><file name="Info.php" hash="241764d8a2ef0cea19590ed1e278459f"/><file name="Support.php" hash="af9992b0108aa1b45f847cd00dfde88d"/><file name="Version.php" hash="7e587492716799a25b9a9c8a898d872a"/><file name="._Info.php" hash="ce0cf7ed20da8016624555bbb5968191"/><file name="._Support.php" hash="d7af6eacee8bbc688f3be8c5b681b7bb"/><file name="._Version.php" hash="aa0f9e438f113f370a375ec75e45dfdc"/></dir><file name="Utk.php" hash="ae331d527c62a9afc50dabc05dfda90f"/></dir></dir></dir><dir name="Helper"><file name="Data.php" hash="2423f44330c02255169ff6776ae76e6b"/></dir><dir name="Model"><file name="Observer.php" hash="b6324baf056a15b740db37596174c8e6"/></dir><dir name="controllers"><dir name="Adminhtml"><dir name="Hubspot"><file name="IndexController.php" hash="ce74c1cbb68569a834c55e530884fdf3"/></dir></dir><file name="LinkController.php" hash="ae5c25108f9dd6a72d379e98137c1637"/><file name="SyncController.php" hash="49491cae2368318c476dd5fecb2bfc63"/></dir><dir name="etc"><file name="adminhtml.xml" hash="30c1e3594efb50975820d190c6152122"/><file name="config.xml" hash="a36033a5232b5c3f2b86510c424b215e"/><file name="system.xml" hash="e0d5b580d7094942555662d527c02dbc"/></dir><file name="readme.txt" hash="b159196e6f2ce61c9deb1615a4cd8095"/><dir name="sql"><dir name="eyehubspot_setup"><file name="mysql4-install-1.0.0.php" hash="a0f5a0a9fa39c641c70771ba1056be80"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Eyemagine_HubSpot.xml" hash="0442e65d79b182a43b1cdb58e95e6e36"/></dir></target></contents>
|
59 |
<compatible/>
|
60 |
<dependencies><required><php><min>5.3.0</min><max>7.0.0</max></php></required></dependencies>
|
61 |
</package>
|