StarSMP_Customers_Tracking_Integration - Version 1.0.10

Version Notes

accessTokenTTL

Download this release

Release Info

Developer KremsaDigital
Extension StarSMP_Customers_Tracking_Integration
Version 1.0.10
Comparing to
See all releases


Code changes from version 1.0.9 to 1.0.10

app/design/frontend/default/default/template/starsocial/tags.phtml CHANGED
@@ -13,7 +13,8 @@ var STARSMP_API_PATH = <?php if (Mage::getStoreConfig('starsocial/conf/is_beta')
13
  apiServer: STARSMP_API_PATH + '/api/',
14
  clientId: <?php echo json_encode(Mage::getStoreConfig('starsocial/conf/client_id'))?>,
15
  channelUrl: '//' + document.location.host + <?php echo json_encode(Mage::helper('starsocial')->getLibUrl())?> + '/channel.html',
16
- smpLoginService: '//' + document.location.host + <?php echo json_encode(Mage::helper('starsocial')->getLibUrl())?> + '/smp_login.php' // TODO update path to smp_login.php from PHP sdk
 
17
  }, function(data) {
18
 
19
  // method call
13
  apiServer: STARSMP_API_PATH + '/api/',
14
  clientId: <?php echo json_encode(Mage::getStoreConfig('starsocial/conf/client_id'))?>,
15
  channelUrl: '//' + document.location.host + <?php echo json_encode(Mage::helper('starsocial')->getLibUrl())?> + '/channel.html',
16
+ smpLoginService: '//' + document.location.host + <?php echo json_encode(Mage::helper('starsocial')->getLibUrl())?> + '/smp_login.php', // TODO update path to smp_login.php from PHP sdk
17
+ accessTokenTTL: 0
18
  }, function(data) {
19
 
20
  // method call
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>StarSMP_Customers_Tracking_Integration</name>
4
- <version>1.0.9</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -21,11 +21,11 @@ StarSMP Universal Tag Features: &#xD;
21
  - add custom tracking codes&#xD;
22
  - automatically deploys to your Magento e-shop&#xD;
23
  - control access to your tracking codes</description>
24
- <notes>short-tag fix</notes>
25
  <authors><author><name>KremsaDigital</name><user>kremsa_design</user><email>kremsa.office.sk@gmail.com</email></author></authors>
26
- <date>2014-10-22</date>
27
- <time>19:21:38</time>
28
- <contents><target name="magecommunity"><dir name="KremsaDigital"><dir name="StarSocial"><dir name="Helper"><file name="Data.php" hash="85963ac4a639c694b7db915ef5905c44"/></dir><dir name="Model"><file name="Observer.php" hash="6d4acd24a0b80e70dc7ea57143dacd13"/><file name="Track.php" hash="cd8abc5c40122a73a12efed18fc19886"/></dir><dir name="etc"><file name="adminhtml.xml" hash="735e6dfffa1e18830ec0f9a061eaa480"/><file name="config.xml" hash="61597357d6b60c410183b07ba296129b"/><file name="system.xml" hash="5c4f4fdb3735ea7c3396dcf681509e86"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="KremsaDesign_StarSocial.xml" hash="f07ad022b4e7aaa1c67f0bd9d2458f99"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="StarSocial.xml" hash="44aa76355559f1ab659e76fa5767dbd2"/></dir><dir name="template"><dir name="starsocial"><file name="tags-checkout.phtml" hash="436e537bf4ad62fbf31c1c9a9b05e842"/><file name="tags.phtml" hash="833114f709760c4b7dd578675a9d564e"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="KremsaDigital"><dir name="StarSocial"><file name="channel.html" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="smp_login.php" hash="5c930b782c47cc798254c7b60f998aee"/></dir></dir></dir></target><target name="magelib"><dir name="KremsaDigital"><dir name="StarSocial"><file name="starsmp.php" hash="d6c0f4ca17813c9ce955fab7b10cb40a"/></dir></dir></target></contents>
29
  <compatible/>
30
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
31
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>StarSMP_Customers_Tracking_Integration</name>
4
+ <version>1.0.10</version>
5
  <stability>stable</stability>
6
  <license uri="http://opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
21
  - add custom tracking codes&#xD;
22
  - automatically deploys to your Magento e-shop&#xD;
23
  - control access to your tracking codes</description>
24
+ <notes>accessTokenTTL</notes>
25
  <authors><author><name>KremsaDigital</name><user>kremsa_design</user><email>kremsa.office.sk@gmail.com</email></author></authors>
26
+ <date>2014-10-23</date>
27
+ <time>15:08:54</time>
28
+ <contents><target name="magecommunity"><dir name="KremsaDigital"><dir name="StarSocial"><dir name="Helper"><file name="Data.php" hash="85963ac4a639c694b7db915ef5905c44"/></dir><dir name="Model"><file name="Observer.php" hash="6d4acd24a0b80e70dc7ea57143dacd13"/><file name="Track.php" hash="cd8abc5c40122a73a12efed18fc19886"/></dir><dir name="etc"><file name="adminhtml.xml" hash="735e6dfffa1e18830ec0f9a061eaa480"/><file name="config.xml" hash="61597357d6b60c410183b07ba296129b"/><file name="system.xml" hash="5c4f4fdb3735ea7c3396dcf681509e86"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="KremsaDesign_StarSocial.xml" hash="f07ad022b4e7aaa1c67f0bd9d2458f99"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="StarSocial.xml" hash="44aa76355559f1ab659e76fa5767dbd2"/></dir><dir name="template"><dir name="starsocial"><file name="tags-checkout.phtml" hash="436e537bf4ad62fbf31c1c9a9b05e842"/><file name="tags.phtml" hash="87eebc708b40fc293d441104ee5ff523"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="KremsaDigital"><dir name="StarSocial"><file name="channel.html" hash="d41d8cd98f00b204e9800998ecf8427e"/><file name="smp_login.php" hash="5c930b782c47cc798254c7b60f998aee"/></dir></dir></dir></target><target name="magelib"><dir name="KremsaDigital"><dir name="StarSocial"><file name="starsmp.php" hash="d6c0f4ca17813c9ce955fab7b10cb40a"/></dir></dir></target></contents>
29
  <compatible/>
30
  <dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
31
  </package>