Version Notes
Extension provides:
- Post-Checkout Integration
- Standalone Integration
- Customer Dashboard Integration
Download this release
Release Info
| Developer | Talkable |
| Extension | talkable |
| Version | 0.1.8 |
| Comparing to | |
| See all releases | |
Code changes from version 0.1.7 to 0.1.8
app/code/community/Talkable/SocialReferrals/etc/config.xml
CHANGED
|
@@ -12,7 +12,7 @@
|
|
| 12 |
<config>
|
| 13 |
<modules>
|
| 14 |
<Talkable_SocialReferrals>
|
| 15 |
-
<version>0.1.
|
| 16 |
</Talkable_SocialReferrals>
|
| 17 |
</modules>
|
| 18 |
|
|
@@ -85,12 +85,12 @@
|
|
| 85 |
|
| 86 |
<purchase>
|
| 87 |
<enabled>0</enabled>
|
| 88 |
-
<campaign_tags>
|
| 89 |
</purchase>
|
| 90 |
|
| 91 |
<affiliate>
|
| 92 |
<enabled>0</enabled>
|
| 93 |
-
<campaign_tags>
|
| 94 |
<iframe_responsive>1</iframe_responsive>
|
| 95 |
<iframe_container>talkable-container</iframe_container>
|
| 96 |
<iframe_width>100%</iframe_width>
|
|
@@ -99,7 +99,7 @@
|
|
| 99 |
|
| 100 |
<dashboard>
|
| 101 |
<enabled>0</enabled>
|
| 102 |
-
<campaign_tags>
|
| 103 |
<iframe_responsive>1</iframe_responsive>
|
| 104 |
<iframe_container>talkable-container</iframe_container>
|
| 105 |
<iframe_width>100%</iframe_width>
|
| 12 |
<config>
|
| 13 |
<modules>
|
| 14 |
<Talkable_SocialReferrals>
|
| 15 |
+
<version>0.1.8</version>
|
| 16 |
</Talkable_SocialReferrals>
|
| 17 |
</modules>
|
| 18 |
|
| 85 |
|
| 86 |
<purchase>
|
| 87 |
<enabled>0</enabled>
|
| 88 |
+
<campaign_tags>post-purchase</campaign_tags>
|
| 89 |
</purchase>
|
| 90 |
|
| 91 |
<affiliate>
|
| 92 |
<enabled>0</enabled>
|
| 93 |
+
<campaign_tags>invite</campaign_tags>
|
| 94 |
<iframe_responsive>1</iframe_responsive>
|
| 95 |
<iframe_container>talkable-container</iframe_container>
|
| 96 |
<iframe_width>100%</iframe_width>
|
| 99 |
|
| 100 |
<dashboard>
|
| 101 |
<enabled>0</enabled>
|
| 102 |
+
<campaign_tags>dashboard</campaign_tags>
|
| 103 |
<iframe_responsive>1</iframe_responsive>
|
| 104 |
<iframe_container>talkable-container</iframe_container>
|
| 105 |
<iframe_width>100%</iframe_width>
|
package.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>talkable</name>
|
| 4 |
-
<version>0.1.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://opensource.org/licenses/mit-license.php">MIT License</license>
|
| 7 |
<channel>community</channel>
|
|
@@ -19,9 +19,9 @@ See more at Talkable.com</description>
|
|
| 19 |
- Standalone Integration
|
| 20 |
- Customer Dashboard Integration</notes>
|
| 21 |
<authors><author><name>Talkable</name><user>talkable</user><email>sub@talkable.com</email></author></authors>
|
| 22 |
-
<date>2015-
|
| 23 |
-
<time>
|
| 24 |
-
<contents><target name="magecommunity"><dir name="Talkable"><dir name="SocialReferrals"><dir name="Block"><file name="Affiliate.php" hash="e5cf1648f2aab8c8894fd1311ae865b8"/><dir name="Customer"><file name="Dashboard.php" hash="78d93dcf31455b09117506a78d3b7797"/></dir><dir name="Multishipping"><file name="Purchase.php" hash="6eaab3557bdf97f40a77c7b6e040e483"/></dir><file name="Purchase.php" hash="5cd37269372b88cec4657bf85077c1a4"/></dir><dir name="Helper"><file name="Data.php" hash="01fdc77f9c0e94df7c03228c74b5e8f0"/></dir><dir name="Model"><file name="Observer.php" hash="c5ebe37375fb3d6b40d8d440b790ee8b"/></dir><dir name="controllers"><dir name="Customer"><file name="DashboardController.php" hash="fb89ba06fed8cb3329a941d59bd67b7c"/></dir><file name="IndexController.php" hash="41a785b074c529b65a3f82ca3573662e"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3f86a3e4bf980fa36aba8c0e33737e59"/><file name="config.xml" hash="
|
| 25 |
<compatible/>
|
| 26 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
| 27 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>talkable</name>
|
| 4 |
+
<version>0.1.8</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://opensource.org/licenses/mit-license.php">MIT License</license>
|
| 7 |
<channel>community</channel>
|
| 19 |
- Standalone Integration
|
| 20 |
- Customer Dashboard Integration</notes>
|
| 21 |
<authors><author><name>Talkable</name><user>talkable</user><email>sub@talkable.com</email></author></authors>
|
| 22 |
+
<date>2015-12-08</date>
|
| 23 |
+
<time>15:03:45</time>
|
| 24 |
+
<contents><target name="magecommunity"><dir name="Talkable"><dir name="SocialReferrals"><dir name="Block"><file name="Affiliate.php" hash="e5cf1648f2aab8c8894fd1311ae865b8"/><dir name="Customer"><file name="Dashboard.php" hash="78d93dcf31455b09117506a78d3b7797"/></dir><dir name="Multishipping"><file name="Purchase.php" hash="6eaab3557bdf97f40a77c7b6e040e483"/></dir><file name="Purchase.php" hash="5cd37269372b88cec4657bf85077c1a4"/></dir><dir name="Helper"><file name="Data.php" hash="01fdc77f9c0e94df7c03228c74b5e8f0"/></dir><dir name="Model"><file name="Observer.php" hash="c5ebe37375fb3d6b40d8d440b790ee8b"/></dir><dir name="controllers"><dir name="Customer"><file name="DashboardController.php" hash="fb89ba06fed8cb3329a941d59bd67b7c"/></dir><file name="IndexController.php" hash="41a785b074c529b65a3f82ca3573662e"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3f86a3e4bf980fa36aba8c0e33737e59"/><file name="config.xml" hash="cd60d5427ffb0109f27ddfa115e9378e"/><file name="system.xml" hash="403d3059ec5cf53e2494d920f159a3ca"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="talkable"><file name="socialreferrals.xml" hash="87e9f62d2d649e5da197e7a93c47c986"/></dir></dir><dir name="template"><dir name="talkable"><dir name="socialreferrals"><file name="dashboard.phtml" hash="8f500eda3d530a023463f8ebd190d2ef"/><file name="invite.phtml" hash="26f2536cc57b16919409064af76f1551"/><file name="post_purchase.phtml" hash="7cefca2596c5f8da483cd728a0e4d018"/></dir></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Talkable_SocialReferrals.xml" hash="ed1152e3c169ac8e9d33219e5ec9fb47"/></dir></target></contents>
|
| 25 |
<compatible/>
|
| 26 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
| 27 |
</package>
|
