Version Notes
Fixed Dependencies problem with magento connect
Download this release
Release Info
Developer | Jextn Themes |
Extension | Adodis_Bestsellers |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
- package.xml +8 -8
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Adodis_Bestsellers</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
-
<license uri="http://opensource.org/licenses/
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
-
<summary>
|
10 |
-
<description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>Jextn Themes</name><user>adodistheme</user><email>magento-support@jextn.com</email></author></authors>
|
13 |
-
<date>2012-03-
|
14 |
-
<time>
|
15 |
<contents><target name="magelocal"><dir><dir name="Adodis"><dir name="Bestsellers"><dir name="Block"><dir name="Product"><file name="Bestsellers.php" hash="1dd5f7d63bc808249748f744b4c90a63"/></dir></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="Activate.php" hash="3955ab83428038014361b49f536bd5b0"/><file name="Auto.php" hash="1511c318d235da3971e7fa5f0f1df0ab"/><file name="Listview.php" hash="0928d90be01be312e71b98008c5f5eac"/></dir></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="327d0079c6d4f172f1554417ff3aa138"/><file name="system.xml" hash="3931c482a80873e8dc013008a3f61810"/></dir><dir name="sql"><dir name="bestsellers_setup"><file name="mysql4-install-1.0.1.php" hash="ab854e4274b9bb60e87c6d87833ba529"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir><dir name="modules"><file name="Adodis_Bestsellers.xml" hash="e275792d63fceb18fff4fbc81a6addd3"/></dir></dir></target><target name="magedesign"><dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="catalog"><dir name="product"><file name="bestsellers.phtml" hash="406201eaa4780aeff23efce5c8cd1d69"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
-
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Adodis_Bestsellers</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
+
<license uri="http://www.opensource.org/licenses/gpl-license.php">GPL</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
+
<summary>Support magento 1.5.1 1.6.X</summary>
|
10 |
+
<description>Support magento 1.5.1 1.6.X</description>
|
11 |
+
<notes>Fixed Dependencies problem with magento connect</notes>
|
12 |
<authors><author><name>Jextn Themes</name><user>adodistheme</user><email>magento-support@jextn.com</email></author></authors>
|
13 |
+
<date>2012-03-27</date>
|
14 |
+
<time>12:09:44</time>
|
15 |
<contents><target name="magelocal"><dir><dir name="Adodis"><dir name="Bestsellers"><dir name="Block"><dir name="Product"><file name="Bestsellers.php" hash="1dd5f7d63bc808249748f744b4c90a63"/></dir></dir><dir name="Model"><dir name="Adminhtml"><dir name="System"><dir name="Config"><dir name="Source"><file name="Activate.php" hash="3955ab83428038014361b49f536bd5b0"/><file name="Auto.php" hash="1511c318d235da3971e7fa5f0f1df0ab"/><file name="Listview.php" hash="0928d90be01be312e71b98008c5f5eac"/></dir></dir></dir></dir></dir><dir name="etc"><file name="config.xml" hash="327d0079c6d4f172f1554417ff3aa138"/><file name="system.xml" hash="3931c482a80873e8dc013008a3f61810"/></dir><dir name="sql"><dir name="bestsellers_setup"><file name="mysql4-install-1.0.1.php" hash="ab854e4274b9bb60e87c6d87833ba529"/></dir></dir></dir></dir></dir></target><target name="mageetc"><dir><dir name="modules"><file name="Adodis_Bestsellers.xml" hash="e275792d63fceb18fff4fbc81a6addd3"/></dir></dir></target><target name="magedesign"><dir><dir name="frontend"><dir name="default"><dir name="default"><dir name="template"><dir name="catalog"><dir name="product"><file name="bestsellers.phtml" hash="406201eaa4780aeff23efce5c8cd1d69"/></dir></dir></dir></dir></dir></dir></dir></target></contents>
|
16 |
<compatible/>
|
17 |
+
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|