minorderqty - Version 2.0.2

Version Notes

Fix dependency tag in module xml file

Download this release

Release Info

Developer Javier Villanueva
Extension minorderqty
Version 2.0.2
Comparing to
See all releases


Code changes from version 2.0.1 to 2.0.2

app/etc/modules/Jvs_MinTotalQty.xml CHANGED
@@ -4,9 +4,9 @@
4
  <Jvs_MinTotalQty>
5
  <active>true</active>
6
  <codePool>community</codePool>
 
 
 
7
  </Jvs_MinTotalQty>
8
- <depends>
9
- <Mage_CatalogInventory/>
10
- </depends>
11
  </modules>
12
  </config>
4
  <Jvs_MinTotalQty>
5
  <active>true</active>
6
  <codePool>community</codePool>
7
+ <depends>
8
+ <Mage_CatalogInventory/>
9
+ </depends>
10
  </Jvs_MinTotalQty>
 
 
 
11
  </modules>
12
  </config>
package.xml CHANGED
@@ -1,7 +1,7 @@
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>minorderqty</name>
4
- <version>2.0.1</version>
5
  <stability>stable</stability>
6
  <license uri="https://opensource.org/licenses/MIT">MIT</license>
7
  <channel>community</channel>
@@ -10,11 +10,11 @@
10
  <description>By default Magento lets us set the minimum quantity allowed in the shopping cart for individual items but this extension lets you set a minimum quantity for the whole order.&#xD;
11
  &#xD;
12
  This is specially useful if you have, for example, a "Wholesale" customer group and want the minimum number of items in the order for this group to be 12 no matter how many of each individual items the order has.</description>
13
- <notes>Fix extra folder in community directory</notes>
14
  <authors><author><name>Javier Villanueva</name><user>javiervd</user><email>javiervd@gmail.com</email></author></authors>
15
- <date>2015-11-11</date>
16
- <time>20:43:51</time>
17
- <contents><target name="magecommunity"><dir name="Jvs"><dir name="MinTotalQty"><dir name="Helper"><file name="Data.php" hash="cb6ecd90ba3d9ce51bd2de32ced57b31"/></dir><dir name="Model"><file name="Observer.php" hash="61db9ef5e403b6758f9467fc791cd2dc"/></dir><dir name="etc"><file name="config.xml" hash="fa57823f6a5c12e48da3b83dccd8aa60"/><file name="system.xml" hash="429d4dae5e66a18802f0041676b4a841"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Jvs_MinTotalQty.xml" hash="7f3a3bd895248cadd5ee778d8da4eb92"/></dir></target></contents>
18
  <compatible/>
19
  <dependencies><required><php><min>5.3.0</min><max>5.6.14</max></php></required></dependencies>
20
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>minorderqty</name>
4
+ <version>2.0.2</version>
5
  <stability>stable</stability>
6
  <license uri="https://opensource.org/licenses/MIT">MIT</license>
7
  <channel>community</channel>
10
  <description>By default Magento lets us set the minimum quantity allowed in the shopping cart for individual items but this extension lets you set a minimum quantity for the whole order.&#xD;
11
  &#xD;
12
  This is specially useful if you have, for example, a "Wholesale" customer group and want the minimum number of items in the order for this group to be 12 no matter how many of each individual items the order has.</description>
13
+ <notes>Fix dependency tag in module xml file</notes>
14
  <authors><author><name>Javier Villanueva</name><user>javiervd</user><email>javiervd@gmail.com</email></author></authors>
15
+ <date>2015-12-05</date>
16
+ <time>07:49:41</time>
17
+ <contents><target name="magecommunity"><dir name="Jvs"><dir name="MinTotalQty"><dir name="Helper"><file name="Data.php" hash="cb6ecd90ba3d9ce51bd2de32ced57b31"/></dir><dir name="Model"><file name="Observer.php" hash="61db9ef5e403b6758f9467fc791cd2dc"/></dir><dir name="etc"><file name="config.xml" hash="fa57823f6a5c12e48da3b83dccd8aa60"/><file name="system.xml" hash="429d4dae5e66a18802f0041676b4a841"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Jvs_MinTotalQty.xml" hash="e0d82517db2a0435465188e17185dc81"/></dir></target></contents>
18
  <compatible/>
19
  <dependencies><required><php><min>5.3.0</min><max>5.6.14</max></php></required></dependencies>
20
  </package>