Version Notes
aYaline MaxAmount allow to define a max amount for orders.
Download this release
Release Info
Developer | Magento Core Team |
Extension | Ayaline_MaxAmount |
Version | 1.1.1 |
Comparing to | |
See all releases |
Code changes from version 1.1.0 to 1.1.1
- app/code/community/Ayaline/MaxAmount/Helper/Data.php +1 -1
- app/code/community/Ayaline/MaxAmount/Model/Observer.php +1 -1
- app/code/community/Ayaline/MaxAmount/etc/adminhtml.xml +1 -1
- app/code/community/Ayaline/MaxAmount/etc/config.xml +2 -2
- app/code/community/Ayaline/MaxAmount/etc/system.xml +1 -1
- app/etc/modules/Ayaline_MaxAmount.xml +1 -1
- package.xml +5 -5
app/code/community/Ayaline/MaxAmount/Helper/Data.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @package Ayaline_MaxAmount
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
/**
|
6 |
* @package Ayaline_MaxAmount
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
10 |
*/
|
11 |
|
12 |
/**
|
app/code/community/Ayaline/MaxAmount/Model/Observer.php
CHANGED
@@ -6,7 +6,7 @@
|
|
6 |
* @package Ayaline_MaxAmount
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
-
* @license http://
|
10 |
*/
|
11 |
|
12 |
/**
|
6 |
* @package Ayaline_MaxAmount
|
7 |
* @author aYaline
|
8 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
9 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
10 |
*/
|
11 |
|
12 |
/**
|
app/code/community/Ayaline/MaxAmount/etc/adminhtml.xml
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @package Ayaline_MaxAmount
|
8 |
* @author aYaline
|
9 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
10 |
-
* @license http://
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
7 |
* @package Ayaline_MaxAmount
|
8 |
* @author aYaline
|
9 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
10 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
app/code/community/Ayaline/MaxAmount/etc/config.xml
CHANGED
@@ -7,14 +7,14 @@
|
|
7 |
* @package Ayaline_MaxAmount
|
8 |
* @author aYaline
|
9 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
10 |
-
* @license http://
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
14 |
|
15 |
<modules>
|
16 |
<Ayaline_MaxAmount>
|
17 |
-
<version>1.1</version>
|
18 |
</Ayaline_MaxAmount>
|
19 |
</modules>
|
20 |
|
7 |
* @package Ayaline_MaxAmount
|
8 |
* @author aYaline
|
9 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
10 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
14 |
|
15 |
<modules>
|
16 |
<Ayaline_MaxAmount>
|
17 |
+
<version>1.1.1</version>
|
18 |
</Ayaline_MaxAmount>
|
19 |
</modules>
|
20 |
|
app/code/community/Ayaline/MaxAmount/etc/system.xml
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @package Ayaline_MaxAmount
|
8 |
* @author aYaline
|
9 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
10 |
-
* @license http://
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
7 |
* @package Ayaline_MaxAmount
|
8 |
* @author aYaline
|
9 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
10 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
app/etc/modules/Ayaline_MaxAmount.xml
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
* @package Ayaline_MaxAmount
|
8 |
* @author aYaline
|
9 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
10 |
-
* @license http://
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
7 |
* @package Ayaline_MaxAmount
|
8 |
* @author aYaline
|
9 |
* @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
|
10 |
+
* @license http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html
|
11 |
*/
|
12 |
-->
|
13 |
<config>
|
package.xml
CHANGED
@@ -1,9 +1,9 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ayaline_MaxAmount</name>
|
4 |
-
<version>1.1.
|
5 |
<stability>stable</stability>
|
6 |
-
<license uri="http://
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>aYaline MaxAmount allow to define a max amount for orders.</summary>
|
@@ -16,9 +16,9 @@ Order amount verification is done at two levels :
|
|
16 |
When the threshold is crossed, customer is warnedd by a customizable informative message</description>
|
17 |
<notes>aYaline MaxAmount allow to define a max amount for orders.</notes>
|
18 |
<authors><author><name>aYaline Team</name><user>auto-converted</user><email>magento@ayaline.com</email></author></authors>
|
19 |
-
<date>2012-
|
20 |
-
<time>
|
21 |
-
<contents><target name="magecommunity"><dir name="Ayaline"><dir name="MaxAmount"><dir name="Helper"><file name="Data.php" hash="
|
22 |
<compatible/>
|
23 |
<dependencies><required><package><name>Ayaline_Core</name><channel>community</channel><min></min><max></max></package></required></dependencies>
|
24 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Ayaline_MaxAmount</name>
|
4 |
+
<version>1.1.1</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license uri="http://shop.ayaline.com/magento/fr/conditions-generales-de-vente.html">aYaline Custom License</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>aYaline MaxAmount allow to define a max amount for orders.</summary>
|
16 |
When the threshold is crossed, customer is warnedd by a customizable informative message</description>
|
17 |
<notes>aYaline MaxAmount allow to define a max amount for orders.</notes>
|
18 |
<authors><author><name>aYaline Team</name><user>auto-converted</user><email>magento@ayaline.com</email></author></authors>
|
19 |
+
<date>2012-04-11</date>
|
20 |
+
<time>08:31:41</time>
|
21 |
+
<contents><target name="magecommunity"><dir name="Ayaline"><dir name="MaxAmount"><dir name="Helper"><file name="Data.php" hash="2381a46017916cb160408655b5b092ba"/></dir><dir name="Model"><file name="Observer.php" hash="a6b73e33653e9a28709fc88942ad07f0"/></dir><dir name="etc"><file name="adminhtml.xml" hash="e7407fbe8692827169f32a3587208296"/><file name="config.xml" hash="096ac995b5beedf6a07c303138c0f76d"/><file name="system.xml" hash="187a5dcf5205cf0984d5209ced5f9df4"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ayaline_MaxAmount.xml" hash="c8b1e0aec8b72f8ab34034f1b4704163"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Ayaline_MaxAmount.csv" hash="3a19fae489c20afb782160f5ab7d97f5"/></dir><dir name="fr_FR"><file name="Ayaline_MaxAmount.csv" hash="84b0b4ded9b56dc2b0e4e3746c269525"/></dir></target></contents>
|
22 |
<compatible/>
|
23 |
<dependencies><required><package><name>Ayaline_Core</name><channel>community</channel><min></min><max></max></package></required></dependencies>
|
24 |
</package>
|