Version Notes
* Bugfix
Download this release
Release Info
Developer | Magento Core Team |
Extension | Thebod_Shippingrates |
Version | 1.0.4 |
Comparing to | |
See all releases |
Code changes from version 1.0.3 to 1.0.4
app/code/community/Thebod/Shippingrates/Helper/Data.php
CHANGED
@@ -51,5 +51,7 @@ class Thebod_Shippingrates_Helper_Data extends Mage_Core_Helper_Abstract
|
|
51 |
}
|
52 |
}
|
53 |
}
|
|
|
|
|
54 |
}
|
55 |
}
|
51 |
}
|
52 |
}
|
53 |
}
|
54 |
+
|
55 |
+
return $methods;
|
56 |
}
|
57 |
}
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Thebod_Shippingrates</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://creativecommons.org/licenses/by/3.0/">CC-BY 3.0</license>
|
7 |
<channel>community</channel>
|
@@ -15,11 +15,11 @@ This simple module lets you define as many shipping methods as you need, with an
|
|
15 |
Very useful for 'pickup-at-store' or if you need a few self-specified fixed rates shipping methods.
|
16 |

|
17 |
Fork me on Github https://github.com/thebod/Thebod_Shippingrates !</description>
|
18 |
-
<notes>*
|
19 |
<authors><author><name>Bastian Ike</name><user>auto-converted</user><email>thebod@thebod.de</email></author></authors>
|
20 |
<date>2012-03-26</date>
|
21 |
-
<time>
|
22 |
-
<contents><target name="magecommunity"><dir name="Thebod"><dir name="Shippingrates"><dir name="Block"><dir name="Adminhtml"><file name="Config.php" hash="8f644c12b096bc7549f9dfec3b676817"/></dir></dir><dir name="Helper"><file name="Data.php" hash="
|
23 |
<compatible/>
|
24 |
<dependencies/>
|
25 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Thebod_Shippingrates</name>
|
4 |
+
<version>1.0.4</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://creativecommons.org/licenses/by/3.0/">CC-BY 3.0</license>
|
7 |
<channel>community</channel>
|
15 |
Very useful for 'pickup-at-store' or if you need a few self-specified fixed rates shipping methods.
|
16 |

|
17 |
Fork me on Github https://github.com/thebod/Thebod_Shippingrates !</description>
|
18 |
+
<notes>* Bugfix</notes>
|
19 |
<authors><author><name>Bastian Ike</name><user>auto-converted</user><email>thebod@thebod.de</email></author></authors>
|
20 |
<date>2012-03-26</date>
|
21 |
+
<time>14:23:26</time>
|
22 |
+
<contents><target name="magecommunity"><dir name="Thebod"><dir name="Shippingrates"><dir name="Block"><dir name="Adminhtml"><file name="Config.php" hash="8f644c12b096bc7549f9dfec3b676817"/></dir></dir><dir name="Helper"><file name="Data.php" hash="5354742180f98d13a69deb3a4a9ac89b"/></dir><dir name="Model"><dir name="System"><file name="Config.php" hash="bf385822d37c0566d8b3cccf4edb9d59"/></dir><file name="Carrier.php" hash="c5130bdcb828461c3381b0dba4d6f0dc"/><file name="Email.php" hash="b38b57d3c7b5a4ab87dbcb5d2ad00ac1"/><file name="Observer.php" hash="44895836ace80675104b471380bb4497"/></dir><dir name="etc"><file name="config.xml" hash="8f2fd361b067a00a8441233e5870f224"/><file name="system.xml" hash="9d342162dceeebcdeacbfd544dddd350"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Thebod_Shippingrates.xml" hash="3696db1933b77f5e792c2bcc82d8216f"/></dir></target><target name="magelocale"><dir name="de_DE"><file name="Thebod_Shippingrates.csv" hash="c0e42c61094aa36c8b699b909581615f"/></dir><dir name="pt_PT"><file name="Thebod_Shippingrates.csv" hash="7873741ed92a4370a7280d4c76e7c1ee"/></dir></target></contents>
|
23 |
<compatible/>
|
24 |
<dependencies/>
|
25 |
</package>
|