Version Notes
Added PayPal support. / Magento < 1.6 support package.
Download this release
Release Info
Developer | netz98 new media GmbH |
Extension | N98_CustomerGroupCheckout |
Version | 1.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.1.0 to 1.1.1
app/code/community/N98/CustomerGroupCheckout/etc/config.xml
CHANGED
@@ -8,7 +8,7 @@
|
|
8 |
<config>
|
9 |
<modules>
|
10 |
<N98_CustomerGroupCheckout>
|
11 |
-
<version>1.1.
|
12 |
</N98_CustomerGroupCheckout>
|
13 |
</modules>
|
14 |
<global>
|
8 |
<config>
|
9 |
<modules>
|
10 |
<N98_CustomerGroupCheckout>
|
11 |
+
<version>1.1.1</version>
|
12 |
</N98_CustomerGroupCheckout>
|
13 |
</modules>
|
14 |
<global>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>N98_CustomerGroupCheckout</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>
|
8 |
<extends/>
|
9 |
<summary>Limit payment and shipping methods by customer groups.</summary>
|
10 |
<description>Limit payment and shipping methods by customer groups.</description>
|
11 |
-
<notes>Added PayPal support.</notes>
|
12 |
<authors><author><name>netz98 new media GmbH</name><user>netz98magento</user><email>magento@netz98.de</email></author></authors>
|
13 |
<date>2012-02-21</date>
|
14 |
-
<time>16:
|
15 |
-
<contents><target name="magecommunity"><dir name="N98"><dir name="CustomerGroupCheckout"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><file name="Form.php" hash="f76ae162889d6ee1f0555baa789ba5b5"/></dir></dir></dir></dir><dir name="Model"><dir name="Payment"><file name="Observer.php" hash="495c0b0d2576bd73be90b9749938e229"/></dir><dir name="Shipping"><file name="Shipping.php" hash="d9c7c780b9f6cef07253d4e22b243ae9"/></dir></dir><dir name="etc"><file name="config.xml" 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>N98_CustomerGroupCheckout</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>
|
8 |
<extends/>
|
9 |
<summary>Limit payment and shipping methods by customer groups.</summary>
|
10 |
<description>Limit payment and shipping methods by customer groups.</description>
|
11 |
+
<notes>Added PayPal support. / Magento < 1.6 support package.</notes>
|
12 |
<authors><author><name>netz98 new media GmbH</name><user>netz98magento</user><email>magento@netz98.de</email></author></authors>
|
13 |
<date>2012-02-21</date>
|
14 |
+
<time>16:48:28</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="N98"><dir name="CustomerGroupCheckout"><dir name="Block"><dir name="Adminhtml"><dir name="System"><dir name="Config"><file name="Form.php" hash="f76ae162889d6ee1f0555baa789ba5b5"/></dir></dir></dir></dir><dir name="Model"><dir name="Payment"><file name="Observer.php" hash="495c0b0d2576bd73be90b9749938e229"/></dir><dir name="Shipping"><file name="Shipping.php" hash="d9c7c780b9f6cef07253d4e22b243ae9"/></dir></dir><dir name="etc"><file name="config.xml" hash="3a59619b8705fb3e34b248c56398c9e7"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="N98_CustomerGroupCheckout.xml" hash="beb679c904ac77f41e42a80340fe9aae"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|