Version Notes
* Send shopping cart information to FerBuy
* Correct support for multi-currency shops
Download this release
Release Info
Developer | Magento Core Team |
Extension | Ferratum_Ferbuy |
Version | 1.1.3 |
Comparing to | |
See all releases |
Code changes from version 1.1.1 to 1.1.3
app/code/local/Ferratum/Ferbuy/etc/config.xml
CHANGED
@@ -20,7 +20,7 @@
|
|
20 |
<config>
|
21 |
<modules>
|
22 |
<Ferratum_Ferbuy>
|
23 |
-
<version>1.1.
|
24 |
</Ferratum_Ferbuy>
|
25 |
</modules>
|
26 |
|
20 |
<config>
|
21 |
<modules>
|
22 |
<Ferratum_Ferbuy>
|
23 |
+
<version>1.1.3</version>
|
24 |
</Ferratum_Ferbuy>
|
25 |
</modules>
|
26 |
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ferratum_Ferbuy</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/OSL-3.0">OSL 3.0</license>
|
7 |
<channel>community</channel>
|
@@ -13,14 +13,13 @@ Czech Republic - www.ferbuy.cz
|
|
13 |
Poland - www.ferbuy.pl
|
14 |
Singapore - www.ferbuy.com
|
15 |

|
16 |
-
For more information, please visit your local FerBuy website
|
17 |
-
</description>
|
18 |
<notes>* Send shopping cart information to FerBuy
|
19 |
* Correct support for multi-currency shops</notes>
|
20 |
-
<authors><author><name>ferbuy</name><user>
|
21 |
<date>2013-08-22</date>
|
22 |
-
<time>
|
23 |
-
<contents><target name="magelocal"><dir name="Ferratum"><dir name="Ferbuy"><dir name="Block"><file name="Redirect.php" hash="3c997c3d6741a67daca980dd5bea6b54"/></dir><dir name="Helper"><file name="Data.php" hash="57656afd9b7578c100e551cd7c661319"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="Modes.php" hash="8745cabaaf2ba688aa07773eb9e4507c"/></dir></dir></dir></dir><file name="Base.php" hash="95df7645281b6da83a11d5d5b6aab321"/><file name="Ferbuy.php" hash="40cfe8b707e4b1536113b83e1cafc006"/></dir><dir name="controllers"><file name="PaymentController.php" hash="d077d19ef89a7233e28da89bb5f212a8"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3ef2013840386516ff6700925b8d3d89"/><file name="config.xml" hash="
|
24 |
<compatible/>
|
25 |
-
<dependencies
|
26 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ferratum_Ferbuy</name>
|
4 |
+
<version>1.1.3</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/OSL-3.0">OSL 3.0</license>
|
7 |
<channel>community</channel>
|
13 |
Poland - www.ferbuy.pl
|
14 |
Singapore - www.ferbuy.com
|
15 |

|
16 |
+
For more information, please visit your local FerBuy website.</description>
|
|
|
17 |
<notes>* Send shopping cart information to FerBuy
|
18 |
* Correct support for multi-currency shops</notes>
|
19 |
+
<authors><author><name>ferbuy</name><user>auto-converted</user><email>info@ferbuy.com</email></author></authors>
|
20 |
<date>2013-08-22</date>
|
21 |
+
<time>09:00:13</time>
|
22 |
+
<contents><target name="magelocal"><dir name="Ferratum"><dir name="Ferbuy"><dir name="Block"><file name="Redirect.php" hash="3c997c3d6741a67daca980dd5bea6b54"/></dir><dir name="Helper"><file name="Data.php" hash="57656afd9b7578c100e551cd7c661319"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="Modes.php" hash="8745cabaaf2ba688aa07773eb9e4507c"/></dir></dir></dir></dir><file name="Base.php" hash="95df7645281b6da83a11d5d5b6aab321"/><file name="Ferbuy.php" hash="40cfe8b707e4b1536113b83e1cafc006"/></dir><dir name="controllers"><file name="PaymentController.php" hash="d077d19ef89a7233e28da89bb5f212a8"/></dir><dir name="etc"><file name="adminhtml.xml" hash="3ef2013840386516ff6700925b8d3d89"/><file name="config.xml" hash="cddc8f84e0433210de6e677e39487cc3"/><file name="system.xml" hash="6867d0d6cd45adaf384f6069fbe2a4e4"/></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><file name="ferbuy.xml" hash=""/></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="ferbuy"><file name="redirect.phtml" hash="5e1940098954f124ea7b9b973ba94e72"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ferratum_Ferbuy.xml" hash="63ac15b41485745bc375b770d71530f4"/></dir></target></contents>
|
23 |
<compatible/>
|
24 |
+
<dependencies/>
|
25 |
</package>
|