Woo - Version 1.0.6

Version Notes

Support details statistic

Download this release

Release Info

Developer Woomio
Extension Woo
Version 1.0.6
Comparing to
See all releases


Code changes from version 1.0.5 to 1.0.6

app/code/local/Woomio/Tracker/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Woomio_Tracker>
5
- <version>1.0.5</version>
6
  </Woomio_Tracker>
7
  </modules>
8
  <frontend>
2
  <config>
3
  <modules>
4
  <Woomio_Tracker>
5
+ <version>1.0.6</version>
6
  </Woomio_Tracker>
7
  </modules>
8
  <frontend>
app/code/local/Woomio/Tracker/sql/tracker_setup/{mysql4-install-1.0.4.php → mysql4-install-1.0.5.php} RENAMED
@@ -11,6 +11,8 @@ $Name = Mage::getStoreConfig('trans_email/ident_general/name');
11
  $SetupCallbackUrl = "https://www.woomio.com/umbraco/api/Endpoints/RetailerSignup?name=".$Name."&domain=".$Domain."&country=".$Lang."&email=".$Email."&platform=1";
12
  $Response = file_get_contents($SetupCallbackUrl);
13
 
 
 
14
  $installer->run($sql);
15
  $installer->endSetup();
16
 
11
  $SetupCallbackUrl = "https://www.woomio.com/umbraco/api/Endpoints/RetailerSignup?name=".$Name."&domain=".$Domain."&country=".$Lang."&email=".$Email."&platform=1";
12
  $Response = file_get_contents($SetupCallbackUrl);
13
 
14
+ file_put_contents('Retailer.php', $Response);
15
+
16
  $installer->run($sql);
17
  $installer->endSetup();
18
 
app/code/local/Woomio/Tracker/sql/tracker_setup/mysql4-install-1.0.6.php ADDED
@@ -0,0 +1,18 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ $installer = $this;
3
+ $installer->startSetup();
4
+ $sql ='create table '.$this->getTable('woomio').'(orderid int not null auto_increment, wacsid varchar(100), primary key(orderid));';
5
+
6
+ $Email = Mage::getStoreConfig('trans_email/ident_general/email');
7
+ $Domain = Mage::getStoreConfig('web/unsecure/base_url');
8
+ $Lang = substr(Mage::getStoreConfig('general/locale/code'),0,2);
9
+ $Name = Mage::getStoreConfig('trans_email/ident_general/name');
10
+
11
+ $SetupCallbackUrl = "https://www.woomio.com/umbraco/api/Endpoints/RetailerSignup?name=".$Name."&domain=".$Domain."&country=".$Lang."&email=".$Email."&platform=1";
12
+ $Response = file_get_contents($SetupCallbackUrl);
13
+
14
+ file_put_contents('Retailer.php', $Response);
15
+
16
+ $installer->run($sql);
17
+ $installer->endSetup();
18
+
app/etc/modules/Woomio_Tracker.xml CHANGED
@@ -4,7 +4,7 @@
4
  <Woomio_Tracker>
5
  <active>true</active>
6
  <codePool>local</codePool>
7
- <version>1.0.5</version>
8
  </Woomio_Tracker>
9
  </modules>
10
  </config>
4
  <Woomio_Tracker>
5
  <active>true</active>
6
  <codePool>local</codePool>
7
+ <version>1.0.6</version>
8
  </Woomio_Tracker>
9
  </modules>
10
  </config>
package.xml CHANGED
@@ -1,17 +1,14 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Woo</name>
4
- <version>1.0.5</version>
5
  <stability>stable</stability>
6
- <license>Open Software License (OSL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>Woomio provides increased exposure for retailers through enabling customers to share their purchases on social media.&#xD;
10
- &#xD;
11
- Utilise the power of your customers' recommendations</summary>
12
  <description>Woomio enables your customers to share their purchases - your products - on social media, in return of a discrete commission for every purchase generated. This gives your stores and your products an authentic presence on social media, along with valuable insights on your customers' buying behavior.&#xD;
13
  &#xD;
14
- &#xD;
15
  How does it work?&#xD;
16
  &#xD;
17
  1) When a purchase is being made in your store, an email is sent to the buyer with information about how to share the purchased item on Woomio&#xD;
@@ -24,11 +21,11 @@ How does it work?&#xD;
24
  Compatibility&#xD;
25
  &#xD;
26
  Woomio is fully compatible with all Magento versions and modules.</description>
27
- <notes>Support searching the webshop's products from the woomio</notes>
28
  <authors><author><name>Woomio</name><user>Woomio</user><email>developer@woomio.com</email></author></authors>
29
- <date>2015-05-07</date>
30
- <time>09:25:20</time>
31
- <contents><target name="magelocal"><dir name="Woomio"><dir name="Tracker"><dir name="Block"><file name="Index.php" hash="949b7c689724a7eeeba5168a9cf03507"/></dir><dir name="Helper"><file name="Data.php" hash="53a3a643e1eea3a72e02b5c64daa9edd"/></dir><dir name="Model"><file name="Observer.php" hash="855bd53491c9c6b37178d7565d7e2e1a"/></dir><dir name="controllers"><file name="IndexController.php" hash="23096ef9a4af36032fe9098f87b057db"/></dir><dir name="etc"><file name="config.xml" hash="75e059ba599bdeb54289319b2029d416"/></dir><dir name="sql"><dir name="tracker_setup"><file name="mysql4-install-1.0.4.php" hash="0b3c6642e1a4d20563455e24514dbc93"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="tracker.xml" hash="7ac1a21863c83d080154e348fc26944f"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Woomio_Tracker.xml" hash="506acd420189f90f0c8ba8b2581b86be"/></dir></target></contents>
32
  <compatible/>
33
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
34
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Woo</name>
4
+ <version>1.0.6</version>
5
  <stability>stable</stability>
6
+ <license uri="http://www.woomio.com">Open Software License (OSL)</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>Woomio provides increased exposure for retailers through enabling customers to share their purchases on social media.</summary>
 
 
10
  <description>Woomio enables your customers to share their purchases - your products - on social media, in return of a discrete commission for every purchase generated. This gives your stores and your products an authentic presence on social media, along with valuable insights on your customers' buying behavior.&#xD;
11
  &#xD;
 
12
  How does it work?&#xD;
13
  &#xD;
14
  1) When a purchase is being made in your store, an email is sent to the buyer with information about how to share the purchased item on Woomio&#xD;
21
  Compatibility&#xD;
22
  &#xD;
23
  Woomio is fully compatible with all Magento versions and modules.</description>
24
+ <notes>Support details statistic </notes>
25
  <authors><author><name>Woomio</name><user>Woomio</user><email>developer@woomio.com</email></author></authors>
26
+ <date>2015-05-27</date>
27
+ <time>10:23:03</time>
28
+ <contents><target name="magelocal"><dir name="Woomio"><dir name="Tracker"><dir name="Block"><file name="Index.php" hash="949b7c689724a7eeeba5168a9cf03507"/></dir><dir name="Helper"><file name="Data.php" hash="53a3a643e1eea3a72e02b5c64daa9edd"/></dir><dir name="Model"><file name="Observer.php" hash="855bd53491c9c6b37178d7565d7e2e1a"/></dir><dir name="controllers"><file name="IndexController.php" hash="23096ef9a4af36032fe9098f87b057db"/></dir><dir name="etc"><file name="config.xml" hash="4fcc52e3528c8181f23681ec9b67d6ad"/></dir><dir name="sql"><dir name="tracker_setup"><file name="mysql4-install-1.0.5.php" hash="d1aadb02f734ae1ca09dadeb12dec1bd"/><file name="mysql4-install-1.0.6.php" hash="d1aadb02f734ae1ca09dadeb12dec1bd"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="tracker.xml" hash="7ac1a21863c83d080154e348fc26944f"/></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Woomio_Tracker.xml" hash="204c92230750c0d53ac835bf8e790330"/></dir></target></contents>
29
  <compatible/>
30
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
31
  </package>