Vendexo_TrackerBeacon - Version 1.0.1

Version Notes

This release fixes a problem seen on Linux hosts with the previous version (1.0.0) whereby an exception is raised due to a block being invalid. This is because the file name for the block "beacon.php" should have been named "Beacon.php" in the directory app/code/community/Vendexo/TrackerBeacon/Block.

Download this release

Release Info

Developer S. Brooks
Extension Vendexo_TrackerBeacon
Version 1.0.1
Comparing to
See all releases


Code changes from version 1.0.0 to 1.0.1

app/code/community/Vendexo/TrackerBeacon/Block/{beacon.php → Beacon.php} RENAMED
File without changes
app/code/community/Vendexo/TrackerBeacon/etc/config.xml CHANGED
@@ -2,7 +2,7 @@
2
  <config>
3
  <modules>
4
  <Vendexo_TrackerBeacon>
5
- <version>1.0.0</version>
6
  </Vendexo_TrackerBeacon>
7
  </modules>
8
  <global>
2
  <config>
3
  <modules>
4
  <Vendexo_TrackerBeacon>
5
+ <version>1.0.1</version>
6
  </Vendexo_TrackerBeacon>
7
  </modules>
8
  <global>
app/etc/modules/Vendexo_TrackerBeacon.xml CHANGED
@@ -1,3 +1,4 @@
 
1
  <config>
2
  <modules>
3
  <Vendexo_TrackerBeacon>
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
  <config>
3
  <modules>
4
  <Vendexo_TrackerBeacon>
package.xml CHANGED
@@ -1,18 +1,18 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Vendexo_TrackerBeacon</name>
4
- <version>1.0.0</version>
5
  <stability>stable</stability>
6
  <license uri="https://gnu.org/licenses/gpl.html">GNU GPL version 3</license>
7
  <channel>community</channel>
8
  <extends/>
9
- <summary>This enables the merchant to have an affiliate program with vendexo.com to help get extra visitors to their online shop.</summary>
10
- <description>This places a beacon-type tracker on the onepage_success page. If the buyer was referred via the Vendexo.com Affiliate Network, this enables the vendexo.com software to pay a sales commission to the affiliate who referred the customer to the merchant's shop.</description>
11
- <notes>First release.</notes>
12
  <authors><author><name>Stephen Brooks</name><user>smbrooks</user><email>s.brooks@vendexo.com</email></author></authors>
13
- <date>2013-08-02</date>
14
- <time>19:42:35</time>
15
- <contents><target name="magecommunity"><dir name="Vendexo"><dir name="TrackerBeacon"><dir name="Block"><file name="beacon.php" hash="dd5676ffb84dbc41fcbb7037df8b8111"/></dir><dir name="etc"><file name="adminhtml.xml" hash="fd4480d9a9919fef7ab8614929a5f78f"/><file name="config.xml" hash="c8e4b3b572a1d05e792fb83940198a8a"/><file name="system.xml" hash="f29b13d986934819890b83e2fe0275df"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="vendexo_trackerbeacon.xml" hash="151393bf702771fa556984c93c80fa47"/></dir><dir name="template"><dir name="vendexo_trackerbeacon"><file name="beacon.phtml" hash="b415a9135a9a86ffcdfd7f6af5ea9167"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Vendexo_TrackerBeacon.xml" hash="dc9917c450f7240b2bb41d0f781c6b82"/></dir></target></contents>
16
  <compatible/>
17
- <dependencies><required><php><min>5.0.0</min><max>10.0.0</max></php></required></dependencies>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Vendexo_TrackerBeacon</name>
4
+ <version>1.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="https://gnu.org/licenses/gpl.html">GNU GPL version 3</license>
7
  <channel>community</channel>
8
  <extends/>
9
+ <summary>This enables merchants to have an affiliate program with Vendexo to help get extra visitors to their shop.</summary>
10
+ <description>This places a beacon-type tracker on the page shown after successful payment at the end of the checkout. If the buyer was referred via the Vendexo Affiliate Network, this enables the vendexo.com software to pay a sales commission to the affiliate who referred the customer to the merchant's shop. After installation it is necessary to clear the Magento cache via the admin control panel System-&gt;Cache Management-&gt;Flush Magento Cache. You will also have to log out of the admin control panel and log back in again in order to configure the tracker settings.</description>
11
+ <notes>This release fixes a problem seen on Linux hosts with the previous version (1.0.0) whereby an exception is raised due to a block being invalid. This is because the file name for the block "beacon.php" should have been named "Beacon.php" in the directory app/code/community/Vendexo/TrackerBeacon/Block.</notes>
12
  <authors><author><name>Stephen Brooks</name><user>smbrooks</user><email>s.brooks@vendexo.com</email></author></authors>
13
+ <date>2015-10-14</date>
14
+ <time>17:26:21</time>
15
+ <contents><target name="magecommunity"><dir name="Vendexo"><dir name="TrackerBeacon"><dir name="Block"><file name="Beacon.php" hash="dd5676ffb84dbc41fcbb7037df8b8111"/></dir><dir name="etc"><file name="adminhtml.xml" hash="fd4480d9a9919fef7ab8614929a5f78f"/><file name="config.xml" hash="99659c2543e4790c145411d0e1d7790b"/><file name="system.xml" hash="f29b13d986934819890b83e2fe0275df"/></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="vendexo_trackerbeacon.xml" hash="151393bf702771fa556984c93c80fa47"/></dir><dir name="template"><dir name="vendexo_trackerbeacon"><file name="beacon.phtml" hash="b415a9135a9a86ffcdfd7f6af5ea9167"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Vendexo_TrackerBeacon.xml" hash="87e366ba6dc4f83e9486e3ce1f37e820"/></dir></target></contents>
16
  <compatible/>
17
+ <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
18
  </package>