Version Notes
Minor bug fixes for versions 1.4 and 1.7
Download this release
Release Info
Developer | Magento Core Team |
Extension | Facebook_store_application |
Version | 0.1.9 |
Comparing to | |
See all releases |
Code changes from version 0.1.7 to 0.1.9
app/code/local/Akdev/Storeya/controllers/AdminController.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
/**
|
4 |
* @category Akdev
|
5 |
* @package Akdev_Storeya
|
6 |
-
* @author
|
7 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
*/
|
9 |
|
3 |
/**
|
4 |
* @category Akdev
|
5 |
* @package Akdev_Storeya
|
6 |
+
* @author support@storeya.com
|
7 |
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
*/
|
9 |
|
app/code/local/Akdev/Storeya/etc/config.xml
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* @category Akdev
|
5 |
-
* @package Akdev_Storeya
|
6 |
-
* @author
|
7 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
-
*/
|
9 |
-->
|
10 |
<config>
|
11 |
<modules>
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* @category Akdev
|
5 |
+
* @package Akdev_Storeya
|
6 |
+
* @author support@storeya.com
|
7 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
+
*/
|
9 |
-->
|
10 |
<config>
|
11 |
<modules>
|
app/code/local/Akdev/Storeya/etc/storeya_api.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<api>
|
3 |
-
<api_key>
|
4 |
<api_username>storeya_api_user</api_username>
|
5 |
-
<api_role_id>
|
6 |
-
<api_user_id>
|
7 |
</api>
|
1 |
<?xml version="1.0"?>
|
2 |
<api>
|
3 |
+
<api_key>GIVCQIGC</api_key>
|
4 |
<api_username>storeya_api_user</api_username>
|
5 |
+
<api_role_id>1</api_role_id>
|
6 |
+
<api_user_id>1</api_user_id>
|
7 |
</api>
|
app/etc/modules/Akdev_Storeya.xml
CHANGED
@@ -1,11 +1,11 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
-
<!--
|
3 |
-
/**
|
4 |
-
* @category Akdev
|
5 |
-
* @package Akdev_Storeya
|
6 |
-
* @author
|
7 |
-
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
-
*/
|
9 |
-->
|
10 |
<config>
|
11 |
<modules>
|
@@ -14,4 +14,4 @@
|
|
14 |
<codePool>local</codePool>
|
15 |
</Akdev_Storeya>
|
16 |
</modules>
|
17 |
-
</config>
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* @category Akdev
|
5 |
+
* @package Akdev_Storeya
|
6 |
+
* @author support@storeya.com
|
7 |
+
* @license http://opensource.org/licenses/osl-3.0.php Open Software License (OSL 3.0)
|
8 |
+
*/
|
9 |
-->
|
10 |
<config>
|
11 |
<modules>
|
14 |
<codePool>local</codePool>
|
15 |
</Akdev_Storeya>
|
16 |
</modules>
|
17 |
+
</config>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Facebook_store_application</name>
|
4 |
-
<version>0.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
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>
|
12 |
<authors><author><name>StoreYa.com</name><user>auto-converted</user><email>support@storeya.com</email></author></authors>
|
13 |
-
<date>
|
14 |
-
<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="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Facebook_store_application</name>
|
4 |
+
<version>0.1.9</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>
|
8 |
<extends/>
|
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>Minor bug fixes for versions 1.4 and 1.7</notes>
|
12 |
<authors><author><name>StoreYa.com</name><user>auto-converted</user><email>support@storeya.com</email></author></authors>
|
13 |
+
<date>2013-04-23</date>
|
14 |
+
<time>06:13:01</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="Helper"><file name="Data.php" hash="67604218d3b6854ad3a10c969fda2050"/></dir><dir name="controllers"><file name="AdminController.php" hash="64c0f21d81eb93146c0a79e4185e687a"/><file name="IndexController.php" hash="ebae9de7452caeeebd6bcb80dddcb0e5"/></dir><dir name="etc"><file name="config.xml" hash="20a7dd527279d81e5851ec627910d1d9"/><file name="storeya_api.xml" hash="4314c57e61790484c08bb445d501b646"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Akdev_Storeya.xml" hash="869952b96739a3eff712f8947c40af01"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|