Facebook_store_application - Version 0.1.7

Version Notes

This module freely creates the Magento API required for importing your store into Facebook using StoreYa.

Download this release

Release Info

Developer Magento Core Team
Extension Facebook_store_application
Version 0.1.7
Comparing to
See all releases


Code changes from version 0.1.6 to 0.1.7

app/code/local/Akdev/Storeya/controllers/AdminController.php CHANGED
@@ -34,7 +34,7 @@ private $apiKey = null;
34
  $isApiExits = $this->_checkApiExists();
35
  if($isApiExits){
36
 
37
- $siteUrl = 'http://www.storeya.com/createaccount'.$isApiExits;
38
 
39
  $msg = 'API setup completed, please <a href="'.$siteUrl.'" target="_blank">click here </a> to start';
40
  //$this->getResponse()->setRedirect($this->getUrl('storeya/admin/index'));
34
  $isApiExits = $this->_checkApiExists();
35
  if($isApiExits){
36
 
37
+ $siteUrl = 'https://www.storeya.com/createaccount'.$isApiExits;
38
 
39
  $msg = 'API setup completed, please <a href="'.$siteUrl.'" target="_blank">click here </a> to start';
40
  //$this->getResponse()->setRedirect($this->getUrl('storeya/admin/index'));
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Facebook_store_application</name>
4
- <version>0.1.6</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
@@ -9,10 +9,10 @@
9
  <summary>This module freely creates the Magento API required for importing your store into Facebook using StoreYa.</summary>
10
  <description>This module freely creates the Magento API required for importing your store into Facebook using StoreYa.</description>
11
  <notes>This module freely creates the Magento API required for importing your store into Facebook using StoreYa.</notes>
12
- <authors><author><name>StoreYa.com</name><user>auto-converted</user><email>ajaykwatra@gmail.com</email></author></authors>
13
- <date>2011-08-23</date>
14
- <time>05:27:11</time>
15
- <contents><target name="magelocal"><dir name="Akdev"><dir name="Storeya"><dir name="Block"><file name="Storeya.php" hash="9e59143a2af62e324e666b798906491a"/><file name="storeya.phtml" hash="c790c3bbbdfa61e0a67359cf665a1861"/></dir><dir name="controllers"><file name="AdminController.php" hash="d4c6ae3f0ebd344251462887c0d7a370"/><file name="IndexController.php" hash="ebae9de7452caeeebd6bcb80dddcb0e5"/></dir><dir name="etc"><file name="config.xml" hash="6acdcff8d5b57f34201c9736f5bcd5d3"/><file name="storeya_api.xml" hash="55ccf4a43577f6ca96455718d2b9adbb"/></dir><dir name="Helper"><file name="Data.php" hash="67604218d3b6854ad3a10c969fda2050"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Akdev_Storeya.xml" hash="82f4b2503e2b221c72813e227ba2203b"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Facebook_store_application</name>
4
+ <version>0.1.7</version>
5
  <stability>stable</stability>
6
  <license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
7
  <channel>community</channel>
9
  <summary>This module freely creates the Magento API required for importing your store into Facebook using StoreYa.</summary>
10
  <description>This module freely creates the Magento API required for importing your store into Facebook using StoreYa.</description>
11
  <notes>This module freely creates the Magento API required for importing your store into Facebook using StoreYa.</notes>
12
+ <authors><author><name>StoreYa.com</name><user>auto-converted</user><email>support@storeya.com</email></author></authors>
13
+ <date>2011-11-09</date>
14
+ <time>05:27:00</time>
15
+ <contents><target name="magelocal"><dir name="Akdev"><dir name="Storeya"><dir name="Block"><file name="Storeya.php" hash="9e59143a2af62e324e666b798906491a"/><file name="storeya.phtml" hash="c790c3bbbdfa61e0a67359cf665a1861"/></dir><dir name="controllers"><file name="AdminController.php" hash="2d0c735e07412b3721ac3a01568c787b"/><file name="IndexController.php" hash="ebae9de7452caeeebd6bcb80dddcb0e5"/></dir><dir name="etc"><file name="config.xml" hash="6acdcff8d5b57f34201c9736f5bcd5d3"/><file name="storeya_api.xml" hash="55ccf4a43577f6ca96455718d2b9adbb"/></dir><dir name="Helper"><file name="Data.php" hash="67604218d3b6854ad3a10c969fda2050"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Akdev_Storeya.xml" hash="82f4b2503e2b221c72813e227ba2203b"/></dir></target></contents>
16
  <compatible/>
17
  <dependencies/>
18
  </package>