Version Notes
This is the first version of this module. If you found any bugs, then write to us at jimit@kodeplay.com
Download this release
Release Info
Developer | Kodeplay |
Extension | Kodecrm_Feed |
Version | 1.1.0 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.1.0
app/code/community/Kodecrm/Feed/controllers/IndexController.php
CHANGED
@@ -37,7 +37,7 @@ class Kodecrm_Feed_IndexController extends Mage_Core_Controller_Front_Action
|
|
37 |
'link' => ($product->getProductUrl()) ,
|
38 |
'image_link' => $product->getImageUrl(),
|
39 |
'price' => $product->getPrice(),
|
40 |
-
'currency' => $
|
41 |
'availability' => (int) $product->isInStock(),
|
42 |
'category' => $categories
|
43 |
);
|
@@ -52,4 +52,4 @@ class Kodecrm_Feed_IndexController extends Mage_Core_Controller_Front_Action
|
|
52 |
}
|
53 |
|
54 |
}
|
55 |
-
}
|
37 |
'link' => ($product->getProductUrl()) ,
|
38 |
'image_link' => $product->getImageUrl(),
|
39 |
'price' => $product->getPrice(),
|
40 |
+
'currency' => $currency_code,
|
41 |
'availability' => (int) $product->isInStock(),
|
42 |
'category' => $categories
|
43 |
);
|
52 |
}
|
53 |
|
54 |
}
|
55 |
+
}
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Kodecrm_Feed</name>
|
4 |
-
<version>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>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>This package will create feed required for Kodecrm (www.kodecrm.com).</description>
|
11 |
<notes>This is the first version of this module. If you found any bugs, then write to us at jimit@kodeplay.com</notes>
|
12 |
<authors><author><name>Kodeplay</name><user>kodeplay</user><email>info@kodeplay.com</email></author></authors>
|
13 |
-
<date>2012-08-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magelib"><dir name="Kodecrm"><dir name="Feed"><file name="lib.php" hash="cede774dfc3f5aa2ee96fa023078e7dc"/></dir></dir></target><target name="magecommunity"><dir name="Kodecrm"><dir name="Feed"><dir name="Helper"><file name="Data.php" hash="483dd6193b345145bba6131ee1830e72"/></dir><dir name="controllers"><file name="IndexController.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Kodecrm_Feed</name>
|
4 |
+
<version>1.1.0</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>
|
10 |
<description>This package will create feed required for Kodecrm (www.kodecrm.com).</description>
|
11 |
<notes>This is the first version of this module. If you found any bugs, then write to us at jimit@kodeplay.com</notes>
|
12 |
<authors><author><name>Kodeplay</name><user>kodeplay</user><email>info@kodeplay.com</email></author></authors>
|
13 |
+
<date>2012-08-29</date>
|
14 |
+
<time>11:02:20</time>
|
15 |
+
<contents><target name="magelib"><dir name="Kodecrm"><dir name="Feed"><file name="lib.php" hash="cede774dfc3f5aa2ee96fa023078e7dc"/></dir></dir></target><target name="magecommunity"><dir name="Kodecrm"><dir name="Feed"><dir name="Helper"><file name="Data.php" hash="483dd6193b345145bba6131ee1830e72"/></dir><dir name="controllers"><file name="IndexController.php" hash="dec989db1505bf2648649474c6c01962"/></dir><dir name="etc"><file name="config.xml" hash="28ddf789afd530af2a25f353da36b157"/><file name="system.xml" hash="2bc8f10143f207e0e0653385ea97d288"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Kodecrm_all.xml" hash="095e4281dc0000e388213a1bce27634f"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|