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.1 |
Comparing to | |
See all releases |
Code changes from version 1.1.0 to 1.1.1
app/code/community/Kodecrm/Feed/controllers/IndexController.php
CHANGED
@@ -8,7 +8,8 @@ class Kodecrm_Feed_IndexController extends Mage_Core_Controller_Front_Action
|
|
8 |
|
9 |
$collection = Mage::getModel('catalog/product')
|
10 |
->getCollection()
|
11 |
-
->addAttributeToSelect('*')
|
|
|
12 |
|
13 |
$store = Mage::app()->getStore();
|
14 |
|
8 |
|
9 |
$collection = Mage::getModel('catalog/product')
|
10 |
->getCollection()
|
11 |
+
->addAttributeToSelect('*')
|
12 |
+
->addAttributeToFilter('status',1);
|
13 |
|
14 |
$store = Mage::app()->getStore();
|
15 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Kodecrm_Feed</name>
|
4 |
-
<version>1.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-
|
14 |
-
<time>11:
|
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.1</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-09-12</date>
|
14 |
+
<time>11:40:28</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="1d96331eb2a94d30749eb2775443dda5"/></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>
|