Version Notes
Remove redundant Widget setting for displaying Widget title.
Download this release
Release Info
| Developer | Zodiac Media |
| Extension | ZodiacMedia_Bestsellers |
| Version | 1.0.1 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.0 to 1.0.1
app/code/community/ZodiacMedia/Bestsellers/etc/config.xml
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
<config>
|
| 22 |
<modules>
|
| 23 |
<ZodiacMedia_Bestsellers>
|
| 24 |
-
<version>1.0.
|
| 25 |
</ZodiacMedia_Bestsellers>
|
| 26 |
</modules>
|
| 27 |
<global>
|
| 21 |
<config>
|
| 22 |
<modules>
|
| 23 |
<ZodiacMedia_Bestsellers>
|
| 24 |
+
<version>1.0.1</version>
|
| 25 |
</ZodiacMedia_Bestsellers>
|
| 26 |
</modules>
|
| 27 |
<global>
|
app/code/community/ZodiacMedia/Bestsellers/etc/widget.xml
CHANGED
|
@@ -38,23 +38,6 @@
|
|
| 38 |
<label>Maximum dimension of product thumbnail images (pixels)</label>
|
| 39 |
<type>text</type>
|
| 40 |
</thumbnail_size>
|
| 41 |
-
<show_title translate="label">
|
| 42 |
-
<required>1</required>
|
| 43 |
-
<visible>1</visible>
|
| 44 |
-
<label>Show widget title</label>
|
| 45 |
-
<type>select</type>
|
| 46 |
-
<value>0</value>
|
| 47 |
-
<values>
|
| 48 |
-
<default translate="label">
|
| 49 |
-
<value>0</value>
|
| 50 |
-
<label>No</label>
|
| 51 |
-
</default>
|
| 52 |
-
<list translate="label">
|
| 53 |
-
<value>1</value>
|
| 54 |
-
<label>Yes</label>
|
| 55 |
-
</list>
|
| 56 |
-
</values>
|
| 57 |
-
</show_title>
|
| 58 |
<template>
|
| 59 |
<required>1</required>
|
| 60 |
<visible>1</visible>
|
| 38 |
<label>Maximum dimension of product thumbnail images (pixels)</label>
|
| 39 |
<type>text</type>
|
| 40 |
</thumbnail_size>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 41 |
<template>
|
| 42 |
<required>1</required>
|
| 43 |
<visible>1</visible>
|
package.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>ZodiacMedia_Bestsellers</name>
|
| 4 |
-
<version>1.0.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License v3.0 (OSL-3.0)</license>
|
| 7 |
<channel>community</channel>
|
|
@@ -12,11 +12,11 @@
|
|
| 12 |
Being a Magento Widget this extension requires no coding to implement as you can add it to a CMS page using the Magento Admin Page's User Interface.
|
| 13 |

|
| 14 |
This Widget also makes use of Magento caching to prevent unnecessary load on your database.</description>
|
| 15 |
-
<notes>
|
| 16 |
<authors><author><name>Zodiac Media</name><user>zodiac_media</user><email>info@zodiacmedia.co.uk</email></author></authors>
|
| 17 |
<date>2013-12-19</date>
|
| 18 |
-
<time>17:
|
| 19 |
-
<contents><target name="mageetc"><dir name="modules"><file name="ZodiacMedia_Bestsellers.xml" hash="af3268521a3836420b95e48a16bbba44"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="zodiacmedia"><dir name="bestsellers"><dir name="widget"><dir name="bestsellers"><dir name="content"><file name="bestsellers_grid.phtml" hash="4c0010c017b01e139067c851829c26f4"/><file name="bestsellers_list.phtml" hash="579b94a60cd4d326d86f0d8c685938a7"/></dir></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="ZodiacMedia"><dir name="Bestsellers"><dir name="Block"><file name="Bestsellers.php" hash="a822ac102a5aa2bf23508447ba27822c"/><dir name="Widget"><file name="Bestsellers.php" hash="84876dcec3eb10acf8d314b8617ef2f0"/></dir></dir><dir name="Helper"><file name="Data.php" hash="f7ced4fb3d3b51501cd8b6d0646e1618"/></dir><dir name="Model"><dir name="Resource"><dir name="Product"><file name="Collection.php" hash="2c88e954d4bd182877542318849cb454"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="
|
| 20 |
<compatible/>
|
| 21 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
| 22 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>ZodiacMedia_Bestsellers</name>
|
| 4 |
+
<version>1.0.1</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license uri="http://opensource.org/licenses/osl-3.0.php">Open Software License v3.0 (OSL-3.0)</license>
|
| 7 |
<channel>community</channel>
|
| 12 |
Being a Magento Widget this extension requires no coding to implement as you can add it to a CMS page using the Magento Admin Page's User Interface.
|
| 13 |

|
| 14 |
This Widget also makes use of Magento caching to prevent unnecessary load on your database.</description>
|
| 15 |
+
<notes>Remove redundant Widget setting for displaying Widget title.</notes>
|
| 16 |
<authors><author><name>Zodiac Media</name><user>zodiac_media</user><email>info@zodiacmedia.co.uk</email></author></authors>
|
| 17 |
<date>2013-12-19</date>
|
| 18 |
+
<time>17:51:01</time>
|
| 19 |
+
<contents><target name="mageetc"><dir name="modules"><file name="ZodiacMedia_Bestsellers.xml" hash="af3268521a3836420b95e48a16bbba44"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="zodiacmedia"><dir name="bestsellers"><dir name="widget"><dir name="bestsellers"><dir name="content"><file name="bestsellers_grid.phtml" hash="4c0010c017b01e139067c851829c26f4"/><file name="bestsellers_list.phtml" hash="579b94a60cd4d326d86f0d8c685938a7"/></dir></dir></dir></dir></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="ZodiacMedia"><dir name="Bestsellers"><dir name="Block"><file name="Bestsellers.php" hash="a822ac102a5aa2bf23508447ba27822c"/><dir name="Widget"><file name="Bestsellers.php" hash="84876dcec3eb10acf8d314b8617ef2f0"/></dir></dir><dir name="Helper"><file name="Data.php" hash="f7ced4fb3d3b51501cd8b6d0646e1618"/></dir><dir name="Model"><dir name="Resource"><dir name="Product"><file name="Collection.php" hash="2c88e954d4bd182877542318849cb454"/></dir></dir></dir><dir name="etc"><file name="config.xml" hash="13706da3153c23ffdcf220a0364b74f1"/><file name="widget.xml" hash="5ec3b6cae820bfb1a66a0eb471952bef"/></dir></dir></dir></target></contents>
|
| 20 |
<compatible/>
|
| 21 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
| 22 |
</package>
|
