Version Notes
Minor bugfixes
Download this release
Release Info
Developer | Gurusmart.ru |
Extension | YMLExportYandexMarket |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
app/code/local/Gurusmart/YandexMarket/controllers/Adminhtml/IndexController.php
CHANGED
@@ -127,7 +127,7 @@ class Gurusmart_YandexMarket_Adminhtml_IndexController extends Mage_Adminhtml_Co
|
|
127 |
} else {
|
128 |
|
129 |
// Error occured
|
130 |
-
$this->_getSession()->addError($this->__('Can`t process data
|
131 |
|
132 |
}
|
133 |
|
@@ -151,7 +151,7 @@ class Gurusmart_YandexMarket_Adminhtml_IndexController extends Mage_Adminhtml_Co
|
|
151 |
);
|
152 |
|
153 |
return file_get_contents(
|
154 |
-
$file = 'http://gurusmart.ru/converter/convert.php',
|
155 |
$use_include_path = false,
|
156 |
$context
|
157 |
);
|
127 |
} else {
|
128 |
|
129 |
// Error occured
|
130 |
+
$this->_getSession()->addError($this->__('Can`t process data, please upgrade extension to the latest version'));
|
131 |
|
132 |
}
|
133 |
|
151 |
);
|
152 |
|
153 |
return file_get_contents(
|
154 |
+
$file = 'http://www.gurusmart.ru/converter/convert.php',
|
155 |
$use_include_path = false,
|
156 |
$context
|
157 |
);
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>YMLExportYandexMarket</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>Magento extension to generate Yandex.Market YML feed</description>
|
11 |
<notes>Minor bugfixes</notes>
|
12 |
<authors><author><name>Gurusmart.ru</name><user>mit686</user><email>info@gurusmart.ru</email></author></authors>
|
13 |
-
<date>2014-06
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Gurusmart_YandexMarket.xml" hash="8a3364501cd3951d9c13c1fcdf063a7b"/></dir></target><target name="magelocal"><dir name="Gurusmart"><dir name="YandexMarket"><dir name="Block"><dir name="Adminhtml"><file name="Export.php" hash="3736651ce4b019bb8b3ea8d6027c97dd"/></dir></dir><dir name="Helper"><file name="Data.php" hash="b38d0589ad412de64813106ec15a243f"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="IndexController.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>YMLExportYandexMarket</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>GPL</license>
|
7 |
<channel>community</channel>
|
10 |
<description>Magento extension to generate Yandex.Market YML feed</description>
|
11 |
<notes>Minor bugfixes</notes>
|
12 |
<authors><author><name>Gurusmart.ru</name><user>mit686</user><email>info@gurusmart.ru</email></author></authors>
|
13 |
+
<date>2014-07-06</date>
|
14 |
+
<time>06:40:51</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Gurusmart_YandexMarket.xml" hash="8a3364501cd3951d9c13c1fcdf063a7b"/></dir></target><target name="magelocal"><dir name="Gurusmart"><dir name="YandexMarket"><dir name="Block"><dir name="Adminhtml"><file name="Export.php" hash="3736651ce4b019bb8b3ea8d6027c97dd"/></dir></dir><dir name="Helper"><file name="Data.php" hash="b38d0589ad412de64813106ec15a243f"/></dir><dir name="controllers"><dir name="Adminhtml"><file name="IndexController.php" hash="e1cc13e5e38bb8a20029f0b13c58a61c"/></dir></dir><dir name="etc"><file name="config.xml" hash="f4b1fdf4ebaf6e736cdb222cb04f61fa"/></dir><dir name="sql"><dir name="gmyandexmarket_setup"><file name="install-0.0.1.php" hash="b6a62bd3e463263cc7dac76347c25ac7"/></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.1.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|