Version Notes
minor bug fixes
Download this release
Release Info
Developer | Minematic |
Extension | Minematic_Connector |
Version | 1.1.0 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.1.0
- app/code/community/Minematic/.DS_Store +0 -0
- app/code/community/Minematic/Connector/.DS_Store +0 -0
- app/code/community/Minematic/Connector/Model/.DS_Store +0 -0
- app/code/community/Minematic/Connector/Model/Config/{CronDropdown.php → Crondropdown.php} +1 -1
- app/code/community/Minematic/Connector/Model/Config/{StoreViewsDropdown.php → Storeviewsdropdown.php} +1 -1
- app/code/community/Minematic/Connector/sql/connector_setup/mysql4-install-0.1.0.php +1 -1
- package.xml +6 -6
app/code/community/Minematic/.DS_Store
CHANGED
Binary file
|
app/code/community/Minematic/Connector/.DS_Store
CHANGED
Binary file
|
app/code/community/Minematic/Connector/Model/.DS_Store
CHANGED
Binary file
|
app/code/community/Minematic/Connector/Model/Config/{CronDropdown.php → Crondropdown.php}
RENAMED
@@ -1,5 +1,5 @@
|
|
1 |
<?php
|
2 |
-
class
|
3 |
{
|
4 |
|
5 |
/**
|
1 |
<?php
|
2 |
+
class Minematic_Connector_Model_Config_Crondropdown
|
3 |
{
|
4 |
|
5 |
/**
|
app/code/community/Minematic/Connector/Model/Config/{StoreViewsDropdown.php → Storeviewsdropdown.php}
RENAMED
@@ -1,5 +1,5 @@
|
|
1 |
<?php
|
2 |
-
class
|
3 |
|
4 |
/**
|
5 |
* Drowpdown options with store views
|
1 |
<?php
|
2 |
+
class Minematic_Connector_Model_Config_Storeviewsdropdown{
|
3 |
|
4 |
/**
|
5 |
* Drowpdown options with store views
|
app/code/community/Minematic/Connector/sql/connector_setup/mysql4-install-0.1.0.php
CHANGED
@@ -31,7 +31,7 @@ try {
|
|
31 |
$installer->run($sql);
|
32 |
|
33 |
//Insert default value for cron expression (run every 2 hours)
|
34 |
-
$installer->run("INSERT IGNORE INTO {$this->getTable('core/config_data')} VALUES('" . Minematic_Connector_Model_Config::CRON_EXPRESSION_PATH . "', '
|
35 |
|
36 |
} catch (Exception $e) {
|
37 |
Mage::logException($e);
|
31 |
$installer->run($sql);
|
32 |
|
33 |
//Insert default value for cron expression (run every 2 hours)
|
34 |
+
$installer->run("INSERT IGNORE INTO {$this->getTable('core/config_data')} VALUES('" . Minematic_Connector_Model_Config::CRON_EXPRESSION_PATH . "', '10 */5 * * *');");
|
35 |
|
36 |
} catch (Exception $e) {
|
37 |
Mage::logException($e);
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Minematic_Connector</name>
|
4 |
-
<version>1.
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Minematic Connector collects products, customers and events data for the store and sends it to Minematic data collection API for analysis and marketing.</summary>
|
10 |
<description>This module collects information about products, customers and events (e.g. ADD TO CART, PRODUCT PAGE VIEW, ADD TO WISHLIST, SHARE) and transfers the information to Minematic data collection API for data analysis and marketing.</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Minematic</name><user>minematic</user><email>magento@minematic.com</email></author></authors>
|
13 |
-
<date>2015-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Minematic"><dir name="Connector"><dir name="Block"><file name="Connector.php" hash="8735289b0f9388955dda56de863cc7f0"/></dir><dir name="Helper"><file name="Data.php" hash="a008a987b46c28f46bf7de02dc7a5936"/><dir name="push_api"><file name="MinematicClient.php" hash="2466f46c03b4fc352e700c6ff287df46"/><file name=".DS_Store" hash="11d4264a26b39c74a6176b3feb5ddb56"/></dir><file name=".DS_Store" hash="166fc3c278a952701e9d4897bfbec1dc"/></dir><dir name="Model"><dir name="Config"><file name="
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Minematic_Connector</name>
|
4 |
+
<version>1.1.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>Open Software License (OSL)</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Minematic Connector collects products, customers and events data for the store and sends it to Minematic data collection API for analysis and marketing.</summary>
|
10 |
<description>This module collects information about products, customers and events (e.g. ADD TO CART, PRODUCT PAGE VIEW, ADD TO WISHLIST, SHARE) and transfers the information to Minematic data collection API for data analysis and marketing.</description>
|
11 |
+
<notes>minor bug fixes</notes>
|
12 |
<authors><author><name>Minematic</name><user>minematic</user><email>magento@minematic.com</email></author></authors>
|
13 |
+
<date>2015-07-04</date>
|
14 |
+
<time>04:47:12</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Minematic"><dir name="Connector"><dir name="Block"><file name="Connector.php" hash="8735289b0f9388955dda56de863cc7f0"/></dir><dir name="Helper"><file name="Data.php" hash="a008a987b46c28f46bf7de02dc7a5936"/><dir name="push_api"><file name="MinematicClient.php" hash="2466f46c03b4fc352e700c6ff287df46"/><file name=".DS_Store" hash="11d4264a26b39c74a6176b3feb5ddb56"/></dir><file name=".DS_Store" hash="166fc3c278a952701e9d4897bfbec1dc"/></dir><dir name="Model"><dir name="Config"><file name="Crondropdown.php" hash="d10f4d27b1edc0d24d3ee77564273ad6"/><file name="Storeviewsdropdown.php" hash="2642d1983e6e17c5233129fec5707fbc"/></dir><file name="Config.php" hash="fde17e756d5ebd6df6040bc874a42c46"/><file name="Observer.php" hash="27495887bfe154b51d9f11d8cd240286"/><file name="Synchronization.php" hash="3c6d6baca4bdd115131a5837bd54965a"/><dir name="System"><dir name="Config"><dir name="Backend"><file name="Cron.php" hash="52e119425813d464474474c15036375f"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="164f4d8848918d06a0b1de4041fdadd6"/></dir><file name=".DS_Store" hash="1a138f3b020c526173b9b06a9a2717df"/></dir><file name=".DS_Store" hash="757d100ddcfaf4555271fd117fcb5267"/></dir><dir name="controllers"><file name="MinematicController.php" hash="d579d4533a39629ede1549d15e728fa6"/><file name=".DS_Store" hash="a1ddf4e9ec2bec74d4ae1ce8b742675d"/></dir><dir name="etc"><file name="config.xml" hash="02c893b821f614e805a68a233cee6ad4"/><file name="system.xml" hash="4e6616f879f2826de2cd99e189faef4c"/><file name=".DS_Store" hash="d5c9ef4cc8915721d89f14aff358e204"/></dir><dir name="sql"><dir name="connector_setup"><file name="mysql4-install-0.1.0.php" hash="78df6c5b335e9c98a804eba5566a4108"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name=".DS_Store" hash="e0ff3a55f14b180fe579834f1fd8d0e8"/></dir><file name=".DS_Store" hash="4d159dd3308a7fb20c154183c72b58d4"/></dir><file name=".DS_Store" hash="9841936103bf7036ac5f805c559210da"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="minematic_connector.xml" hash="ceae04cb1965c10562a4227be9eede40"/></dir><dir name="template"><dir name="minematic_connector"><file name="header_snippet.phtml" hash="1a972999363492611d3096aa1772cc44"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Minematic_Connector.xml" hash="78b1da5a65d9074dce12bc4d51fdb011"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.3.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|