Ayaline_BestSales - Version 1.1.1

Version Notes

Enhance your site content by displaying most saled products

Download this release

Release Info

Developer Magento Core Team
Extension Ayaline_BestSales
Version 1.1.1
Comparing to
See all releases


Code changes from version 1.1.0 to 1.1.1

Files changed (22) hide show
  1. app/code/community/Ayaline/BestSales/Block/List.php +1 -1
  2. app/code/community/Ayaline/BestSales/Block/Sidebar.php +1 -1
  3. app/code/community/Ayaline/BestSales/Block/Widget/BestSales.php +1 -1
  4. app/code/community/Ayaline/BestSales/Helper/Data.php +1 -1
  5. app/code/community/Ayaline/BestSales/Model/Adminhtml/System/Config/Source/ListMode.php +1 -1
  6. app/code/community/Ayaline/BestSales/Model/BestSales.php +1 -1
  7. app/code/community/Ayaline/BestSales/Model/BestSalesIndex.php +1 -1
  8. app/code/community/Ayaline/BestSales/Model/Mysql4/BestSales.php +1 -1
  9. app/code/community/Ayaline/BestSales/Model/Mysql4/BestSales/Collection.php +1 -1
  10. app/code/community/Ayaline/BestSales/Model/Mysql4/BestSalesIndex.php +1 -1
  11. app/code/community/Ayaline/BestSales/Model/Observer.php +1 -1
  12. app/code/community/Ayaline/BestSales/controllers/Catalog/BestsalesController.php +1 -1
  13. app/code/community/Ayaline/BestSales/etc/adminhtml.xml +1 -1
  14. app/code/community/Ayaline/BestSales/etc/config.xml +2 -2
  15. app/code/community/Ayaline/BestSales/etc/system.xml +1 -1
  16. app/code/community/Ayaline/BestSales/etc/widget.xml +1 -1
  17. app/code/community/Ayaline/BestSales/sql/ayalinebestsales_setup/mysql4-install-0.1.0.php +1 -1
  18. app/code/community/Ayaline/BestSales/sql/ayalinebestsales_setup/mysql4-upgrade-0.1.0-0.1.1.php +1 -1
  19. app/code/community/Ayaline/BestSales/sql/ayalinebestsales_setup/mysql4-upgrade-0.1.1-0.1.2.php +1 -1
  20. app/code/community/Ayaline/BestSales/sql/ayalinebestsales_setup/mysql4-upgrade-0.1.2-0.1.3.php +1 -1
  21. app/etc/modules/Ayaline_BestSales.xml +1 -1
  22. package.xml +5 -5
app/code/community/Ayaline/BestSales/Block/List.php CHANGED
@@ -6,7 +6,7 @@
6
  * @package Ayaline_BestSales
7
  * @author aYaline
8
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
9
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
10
  */
11
 
12
  /**
6
  * @package Ayaline_BestSales
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/BestSales/Block/Sidebar.php CHANGED
@@ -6,7 +6,7 @@
6
  * @package Ayaline_BestSales
7
  * @author aYaline
8
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
9
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
10
  */
11
 
12
  /**
6
  * @package Ayaline_BestSales
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/BestSales/Block/Widget/BestSales.php CHANGED
@@ -6,7 +6,7 @@
6
  * @package Ayaline_BestSales
7
  * @author aYaline
8
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
9
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
10
  */
11
 
12
  /**
6
  * @package Ayaline_BestSales
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/BestSales/Helper/Data.php CHANGED
@@ -6,7 +6,7 @@
6
  * @package Ayaline_BestSales
7
  * @author aYaline
8
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
9
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
10
  */
11
 
12
  /**
6
  * @package Ayaline_BestSales
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/BestSales/Model/Adminhtml/System/Config/Source/ListMode.php CHANGED
@@ -6,7 +6,7 @@
6
  * @package Ayaline_BestSales
7
  * @author aYaline
8
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
9
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
10
  */
11
 
12
  /**
6
  * @package Ayaline_BestSales
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/BestSales/Model/BestSales.php CHANGED
@@ -6,7 +6,7 @@
6
  * @package Ayaline_BestSales
7
  * @author aYaline
8
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
9
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
10
  */
11
 
12
  /**
6
  * @package Ayaline_BestSales
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/BestSales/Model/BestSalesIndex.php CHANGED
@@ -6,7 +6,7 @@
6
  * @package Ayaline_BestSales
7
  * @author aYaline
8
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
9
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
10
  */
11
 
12
  /**
6
  * @package Ayaline_BestSales
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/BestSales/Model/Mysql4/BestSales.php CHANGED
@@ -6,7 +6,7 @@
6
  * @package Ayaline_BestSales
7
  * @author aYaline
8
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
9
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
10
  */
11
 
12
  /**
6
  * @package Ayaline_BestSales
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/BestSales/Model/Mysql4/BestSales/Collection.php CHANGED
@@ -6,7 +6,7 @@
6
  * @package Ayaline_BestSales
7
  * @author aYaline
8
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
9
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
10
  */
11
 
12
  /**
6
  * @package Ayaline_BestSales
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/BestSales/Model/Mysql4/BestSalesIndex.php CHANGED
@@ -6,7 +6,7 @@
6
  * @package Ayaline_BestSales
7
  * @author aYaline
8
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
9
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
10
  */
11
 
12
  /**
6
  * @package Ayaline_BestSales
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/BestSales/Model/Observer.php CHANGED
@@ -6,7 +6,7 @@
6
  * @package Ayaline_BestSales
7
  * @author aYaline
8
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
9
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
10
  */
11
 
12
  /**
6
  * @package Ayaline_BestSales
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/BestSales/controllers/Catalog/BestsalesController.php CHANGED
@@ -6,7 +6,7 @@
6
  * @package Ayaline_BestSales
7
  * @author aYaline
8
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
9
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
10
  */
11
 
12
  /**
6
  * @package Ayaline_BestSales
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/BestSales/etc/adminhtml.xml CHANGED
@@ -7,7 +7,7 @@
7
  * @package Ayaline_BestSales
8
  * @author aYaline
9
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
10
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
11
  */
12
  -->
13
  <config>
7
  * @package Ayaline_BestSales
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/BestSales/etc/config.xml CHANGED
@@ -7,13 +7,13 @@
7
  * @package Ayaline_BestSales
8
  * @author aYaline
9
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
10
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
11
  */
12
  -->
13
  <config>
14
  <modules>
15
  <Ayaline_BestSales>
16
- <version>1.1</version>
17
  </Ayaline_BestSales>
18
  </modules>
19
  <global>
7
  * @package Ayaline_BestSales
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
  <modules>
15
  <Ayaline_BestSales>
16
+ <version>1.1.1</version>
17
  </Ayaline_BestSales>
18
  </modules>
19
  <global>
app/code/community/Ayaline/BestSales/etc/system.xml CHANGED
@@ -7,7 +7,7 @@
7
  * @package Ayaline_BestSales
8
  * @author aYaline
9
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
10
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
11
  */
12
  -->
13
  <config>
7
  * @package Ayaline_BestSales
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/BestSales/etc/widget.xml CHANGED
@@ -7,7 +7,7 @@
7
  * @package Ayaline_BestSales
8
  * @author aYaline
9
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
10
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
11
  */
12
  -->
13
  <widgets>
7
  * @package Ayaline_BestSales
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
  <widgets>
app/code/community/Ayaline/BestSales/sql/ayalinebestsales_setup/mysql4-install-0.1.0.php CHANGED
@@ -6,7 +6,7 @@
6
  * @package Ayaline_BestSales
7
  * @author aYaline
8
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
9
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
10
  */
11
 
12
  /**
6
  * @package Ayaline_BestSales
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/BestSales/sql/ayalinebestsales_setup/mysql4-upgrade-0.1.0-0.1.1.php CHANGED
@@ -6,7 +6,7 @@
6
  * @package Ayaline_BestSales
7
  * @author aYaline
8
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
9
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
10
  */
11
 
12
  /**
6
  * @package Ayaline_BestSales
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/BestSales/sql/ayalinebestsales_setup/mysql4-upgrade-0.1.1-0.1.2.php CHANGED
@@ -6,7 +6,7 @@
6
  * @package Ayaline_BestSales
7
  * @author aYaline
8
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
9
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
10
  */
11
 
12
  /**
6
  * @package Ayaline_BestSales
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/BestSales/sql/ayalinebestsales_setup/mysql4-upgrade-0.1.2-0.1.3.php CHANGED
@@ -6,7 +6,7 @@
6
  * @package Ayaline_BestSales
7
  * @author aYaline
8
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
9
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
10
  */
11
 
12
  /**
6
  * @package Ayaline_BestSales
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/etc/modules/Ayaline_BestSales.xml CHANGED
@@ -7,7 +7,7 @@
7
  * @package Ayaline_BestSales
8
  * @author aYaline
9
  * @copyright Ayaline - 2012 - http://magento-shop.ayaline.com
10
- * @license http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html
11
  */
12
  -->
13
  <config>
7
  * @package Ayaline_BestSales
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_BestSales</name>
4
- <version>1.1.0</version>
5
  <stability>stable</stability>
6
- <license uri="http://magento-shop.ayaline.com/fr/conditions-generales-de-vente.html">aYaline Custom License</license>
7
  <channel>community</channel>
8
  <extends/>
9
  <summary>Enhance your site content by displaying most saled products</summary>
@@ -15,9 +15,9 @@ Outside the scope of a category, best sales all category together are displayed.
15
  Ayaline BestSales also offers a dedicated list page showing all the sites most saled products. This page can be enable or not.</description>
16
  <notes>Enhance your site content by displaying most saled products</notes>
17
  <authors><author><name>aYaline Team</name><user>auto-converted</user><email>magento@ayaline.com</email></author></authors>
18
- <date>2012-03-26</date>
19
- <time>13:15:50</time>
20
- <contents><target name="magecommunity"><dir name="Ayaline"><dir name="BestSales"><dir name="Block"><dir name="Widget"><file name="BestSales.php" hash="aa35250333964df6fb53be428316b9f5"/></dir><file name="List.php" hash="aa6b89fe8cb60982aa399a0c10a724d3"/><file name="Sidebar.php" hash="219bc33dd5a7927c9d04a759a76659c3"/></dir><dir name="Helper"><file name="Data.php" hash="1a8046eb88953786c284747566f4c32c"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="ListMode.php" hash="0f18f985c261c47472bc683ec695731d"/></dir></dir></dir></dir><dir name="Mysql4"><dir name="BestSales"><file name="Collection.php" hash="87b91973337447b0f5ff2c29e0b95efb"/></dir><file name="BestSales.php" hash="e15fe9891379b440f920bb3c963aa7c7"/><file name="BestSalesIndex.php" hash="c28a9b4143426aaecf0880d99cc9ee2c"/></dir><file name="BestSales.php" hash="a410e83fd95e75f406814d772997f9c5"/><file name="BestSalesIndex.php" hash="6c5dfeda4f76e16c1cb4086cf86b8f57"/><file name="Observer.php" hash="6deebbf33235de011afe98d30f02d1a8"/></dir><dir name="controllers"><dir name="Catalog"><file name="BestsalesController.php" hash="5bb917d0054f725c3b0fed2fbf13b8a8"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="5dfc297d8cc54b1a952593f36bbc3188"/><file name="config.xml" hash="d9bc0a64b670d3497431db8778657932"/><file name="system.xml" hash="7928ba777217b03b734f2d3d06cdcf28"/><file name="widget.xml" hash="0cdf8b6b5579a526174baf811151b949"/></dir><dir name="sql"><dir name="ayalinebestsales_setup"><file name="mysql4-install-0.1.0.php" hash="9c50db65c07e8eaba8de1a141c15e775"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="7794d28ebc977ca3ea032d81dcd735b5"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="287c7c36a60c0acf746f66bdac8df61e"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="02a8c161c1407010dc1dfba3cd5a896a"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="ayaline"><file name="best_sales.xml" hash=""/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ayaline_BestSales.xml" hash="fab2bfda97cf8149989fb59ced233c6c"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Ayaline_BestSales.csv" hash="38950d9a5133872843417e13549702f6"/></dir><dir name="fr_FR"><file name="Ayaline_BestSales.csv" hash="6ab618f202f128fa519e256e5a6a1a54"/></dir></target></contents>
21
  <compatible/>
22
  <dependencies><required><package><name>Ayaline_Core</name><channel>community</channel><min></min><max></max></package></required></dependencies>
23
  </package>
1
  <?xml version="1.0"?>
2
  <package>
3
  <name>Ayaline_BestSales</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>Enhance your site content by displaying most saled products</summary>
15
  Ayaline BestSales also offers a dedicated list page showing all the sites most saled products. This page can be enable or not.</description>
16
  <notes>Enhance your site content by displaying most saled products</notes>
17
  <authors><author><name>aYaline Team</name><user>auto-converted</user><email>magento@ayaline.com</email></author></authors>
18
+ <date>2012-04-11</date>
19
+ <time>08:30:47</time>
20
+ <contents><target name="magecommunity"><dir name="Ayaline"><dir name="BestSales"><dir name="Block"><dir name="Widget"><file name="BestSales.php" hash="23b5e74534f2055babc5276ffe20b4df"/></dir><file name="List.php" hash="bd0a975b8039aa863abc692931c410b7"/><file name="Sidebar.php" hash="fc8a1a5d2798552bb2b4b59aea9d0cad"/></dir><dir name="Helper"><file name="Data.php" hash="463b0af2db9bfe4eaaab7cd88262b519"/></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="ListMode.php" hash="b35d6e5710cef01809f985c653a5bafd"/></dir></dir></dir></dir><dir name="Mysql4"><dir name="BestSales"><file name="Collection.php" hash="71b3dde5f6910323f413bcbae9f56390"/></dir><file name="BestSales.php" hash="218277d5717615abc2a7612e27e342b5"/><file name="BestSalesIndex.php" hash="a35e68448a91c34c84d3986f63f5fbd1"/></dir><file name="BestSales.php" hash="eb2d8ad10c2d16efec2a2b131d1a3a02"/><file name="BestSalesIndex.php" hash="806f4aea2c1377c9ae1052ae0120e4b5"/><file name="Observer.php" hash="e05f1b9e0e415f2890d5187769c6c90d"/></dir><dir name="controllers"><dir name="Catalog"><file name="BestsalesController.php" hash="d97f3ae3622c269b176431e8a7e7bc85"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="7e3d4d572acb71fe9a7f774c57eb1a89"/><file name="config.xml" hash="bb78fa0b4773f4e8b1704baff1ccf0a0"/><file name="system.xml" hash="410d7f63cd135deb55eee9918d68a2f7"/><file name="widget.xml" hash="d796093af0850e7870ddf681126ab004"/></dir><dir name="sql"><dir name="ayalinebestsales_setup"><file name="mysql4-install-0.1.0.php" hash="f902c6e14d861d90785e040e6dfa16c0"/><file name="mysql4-upgrade-0.1.0-0.1.1.php" hash="349091ebdb02e7b453e01db20064b6b3"/><file name="mysql4-upgrade-0.1.1-0.1.2.php" hash="0b8232e7e22e63bd0bbe48ea262c8631"/><file name="mysql4-upgrade-0.1.2-0.1.3.php" hash="76f163bad49059af081a340d08bae696"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><dir name="ayaline"><file name="best_sales.xml" hash=""/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Ayaline_BestSales.xml" hash="f45c90e9da1620f4c823f68d458193e4"/></dir></target><target name="magelocale"><dir name="en_US"><file name="Ayaline_BestSales.csv" hash="38950d9a5133872843417e13549702f6"/></dir><dir name="fr_FR"><file name="Ayaline_BestSales.csv" hash="6ab618f202f128fa519e256e5a6a1a54"/></dir></target></contents>
21
  <compatible/>
22
  <dependencies><required><package><name>Ayaline_Core</name><channel>community</channel><min></min><max></max></package></required></dependencies>
23
  </package>