Version Notes
Bugfixes
Download this release
Release Info
Developer | Magento Core Team |
Extension | Atosho |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/Atosho/Integration/controllers/FeedController.php
CHANGED
@@ -442,6 +442,9 @@ class Atosho_Integration_FeedController extends Mage_Core_Controller_Front_Actio
|
|
442 |
$this->currency = Mage::app()->getStore()->getCurrentCurrencyCode();
|
443 |
|
444 |
$this->mediaUrl = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA);
|
|
|
|
|
|
|
445 |
$this->parentResource = Mage::getResourceSingleton('catalog/product_type_configurable');
|
446 |
|
447 |
// Get attributes
|
442 |
$this->currency = Mage::app()->getStore()->getCurrentCurrencyCode();
|
443 |
|
444 |
$this->mediaUrl = Mage::getBaseUrl(Mage_Core_Model_Store::URL_TYPE_MEDIA);
|
445 |
+
// In case of missing trailing slash
|
446 |
+
if (substr($this->mediaUrl, -1) != '/') $this->mediaUrl .= '/';
|
447 |
+
|
448 |
$this->parentResource = Mage::getResourceSingleton('catalog/product_type_configurable');
|
449 |
|
450 |
// Get attributes
|
app/code/community/Atosho/Integration/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Atosho_Integration>
|
5 |
-
<version>1.0.
|
6 |
</Atosho_Integration>
|
7 |
</modules>
|
8 |
<frontend>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Atosho_Integration>
|
5 |
+
<version>1.0.1</version>
|
6 |
</Atosho_Integration>
|
7 |
</modules>
|
8 |
<frontend>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Atosho</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL-3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Atosho.com product and order integration</summary>
|
10 |
<description>Exposes product catalog to Atosho in the form of an XML feed. Creates a new payment method called 'Atosho Payment' which indicates that an order has been paid through Atosho.</description>
|
11 |
-
<notes>
|
12 |
-
<authors><author><name>Atosho</name><user>
|
13 |
-
<date>2012-05-
|
14 |
-
<time>
|
15 |
-
<contents><target name="mageetc"><dir name="modules"><file name="Atosho_All.xml" hash="80137c2c28f206ab9a22ffe1f9dbb58b"/></dir></target><target name="magecommunity"><dir name="Atosho"><dir name="Integration"><dir name="controllers"><file name="FeedController.php" hash="
|
16 |
<compatible/>
|
17 |
-
<dependencies
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Atosho</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license>OSL-3.0</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Atosho.com product and order integration</summary>
|
10 |
<description>Exposes product catalog to Atosho in the form of an XML feed. Creates a new payment method called 'Atosho Payment' which indicates that an order has been paid through Atosho.</description>
|
11 |
+
<notes>Bugfixes</notes>
|
12 |
+
<authors><author><name>Atosho</name><user>auto-converted</user><email>magento@atosho.com</email></author></authors>
|
13 |
+
<date>2012-05-22</date>
|
14 |
+
<time>11:03:27</time>
|
15 |
+
<contents><target name="mageetc"><dir name="modules"><file name="Atosho_All.xml" hash="80137c2c28f206ab9a22ffe1f9dbb58b"/></dir></target><target name="magecommunity"><dir name="Atosho"><dir name="Integration"><dir name="controllers"><file name="FeedController.php" hash="d4fa947eeaf29e526a5668cf369ba92d"/></dir><dir name="etc"><file name="config.xml" hash="fc7156c311e705eda9c2f40f4d12c1bb"/></dir></dir><dir name="AtoshoPayment"><dir name="Model"><file name="AtoshoPayment.php" hash="7d9afd8abc45ca252ccf36ed7f70c27f"/></dir><dir name="etc"><file name="config.xml" hash="30b5190de1b9b2cb1d3759995ca7c2ff"/><file name="system.xml" hash="ca3e25cb7ceef0da772eb88f91dd32cc"/></dir></dir><dir name="Shipping"><dir name="Model"><dir name="Carrier"><file name="Atosho.php" hash="dcd80ea031ec160eadadac847e80973b"/></dir></dir><dir name="etc"><file name="config.xml" hash="6770b1b833aa1454da307015fdbe5216"/><file name="system.xml" hash="96c2ade90fd06ab5bc3ef787a2af029a"/></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies/>
|
18 |
</package>
|