Version Notes
1.0.2 stable
Download this release
Release Info
| Developer | Dmitry Poddubny |
| Extension | Magazento_Contentslidedown |
| Version | 1.0.2 |
| Comparing to | |
| See all releases | |
Code changes from version 1.0.1 to 1.0.2
app/code/community/Magazento/Contentslidedown/Block/Contentslidedown.php
CHANGED
|
@@ -1 +1,8 @@
|
|
| 1 |
-
<?php
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<?php
|
| 2 |
+
class Magazento_Contentslidedown_Block_Contentslidedown extends Mage_Core_Block_Template {
|
| 3 |
+
public function __construct() {
|
| 4 |
+
parent::__construct();
|
| 5 |
+
$this->setTemplate('magazento/contentslidedown/slide.phtml');
|
| 6 |
+
}
|
| 7 |
+
}
|
| 8 |
+
?>
|
app/code/community/Magazento/Contentslidedown/etc/config.xml
CHANGED
|
@@ -3,7 +3,7 @@
|
|
| 3 |
<config>
|
| 4 |
<modules>
|
| 5 |
<Magazento_Contentslidedown>
|
| 6 |
-
<version>1.0.
|
| 7 |
</Magazento_Contentslidedown>
|
| 8 |
</modules>
|
| 9 |
<frontend>
|
| 3 |
<config>
|
| 4 |
<modules>
|
| 5 |
<Magazento_Contentslidedown>
|
| 6 |
+
<version>1.0.2</version>
|
| 7 |
</Magazento_Contentslidedown>
|
| 8 |
</modules>
|
| 9 |
<frontend>
|
app/code/community/Magazento/Contentslidedown/etc/system.xml
CHANGED
|
@@ -51,32 +51,6 @@
|
|
| 51 |
</demolink>
|
| 52 |
</fields>
|
| 53 |
</options>
|
| 54 |
-
<license translate="label">
|
| 55 |
-
<label>License</label>
|
| 56 |
-
<frontend_type>text</frontend_type>
|
| 57 |
-
<sort_order>11</sort_order>
|
| 58 |
-
<show_in_default>1</show_in_default>
|
| 59 |
-
<show_in_website>1</show_in_website>
|
| 60 |
-
<show_in_store>1</show_in_store>
|
| 61 |
-
<fields>
|
| 62 |
-
<email translate="label">
|
| 63 |
-
<label>Email</label>
|
| 64 |
-
<frontend_type>text</frontend_type>
|
| 65 |
-
<sort_order>52</sort_order>
|
| 66 |
-
<show_in_default>1</show_in_default>
|
| 67 |
-
<show_in_website>1</show_in_website>
|
| 68 |
-
<show_in_store>1</show_in_store>
|
| 69 |
-
</email>
|
| 70 |
-
<serial translate="label">
|
| 71 |
-
<label>Serial</label>
|
| 72 |
-
<frontend_type>text</frontend_type>
|
| 73 |
-
<sort_order>53</sort_order>
|
| 74 |
-
<show_in_default>1</show_in_default>
|
| 75 |
-
<show_in_website>1</show_in_website>
|
| 76 |
-
<show_in_store>1</show_in_store>
|
| 77 |
-
</serial>
|
| 78 |
-
</fields>
|
| 79 |
-
</license>
|
| 80 |
</groups>
|
| 81 |
</contentslidedown>
|
| 82 |
</sections>
|
| 51 |
</demolink>
|
| 52 |
</fields>
|
| 53 |
</options>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
</groups>
|
| 55 |
</contentslidedown>
|
| 56 |
</sections>
|
package.xml
CHANGED
|
@@ -1,18 +1,18 @@
|
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Magazento_Contentslidedown</name>
|
| 4 |
-
<version>1.0.
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>GPL</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Shows part of a content that then "slide down" when the reader clicked "read more".</summary>
|
| 10 |
<description>Shows part of a content that then "slide down" when the reader clicked "read more".</description>
|
| 11 |
-
<notes>1.0.
|
| 12 |
<authors><author><name>Dmitry Poddubny</name><user>Magazento</user><email>magazento@gmail.com</email></author></authors>
|
| 13 |
<date>2011-04-28</date>
|
| 14 |
-
<time>01:
|
| 15 |
-
<contents><target name="magecommunity"><dir name="Magazento"><dir name="Contentslidedown"><dir name="Block"><file name="Contentslidedown.php" hash="
|
| 16 |
<compatible/>
|
| 17 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
| 18 |
</package>
|
| 1 |
<?xml version="1.0"?>
|
| 2 |
<package>
|
| 3 |
<name>Magazento_Contentslidedown</name>
|
| 4 |
+
<version>1.0.2</version>
|
| 5 |
<stability>stable</stability>
|
| 6 |
<license>GPL</license>
|
| 7 |
<channel>community</channel>
|
| 8 |
<extends/>
|
| 9 |
<summary>Shows part of a content that then "slide down" when the reader clicked "read more".</summary>
|
| 10 |
<description>Shows part of a content that then "slide down" when the reader clicked "read more".</description>
|
| 11 |
+
<notes>1.0.2 stable</notes>
|
| 12 |
<authors><author><name>Dmitry Poddubny</name><user>Magazento</user><email>magazento@gmail.com</email></author></authors>
|
| 13 |
<date>2011-04-28</date>
|
| 14 |
+
<time>01:27:20</time>
|
| 15 |
+
<contents><target name="magecommunity"><dir name="Magazento"><dir name="Contentslidedown"><dir name="Block"><file name="Contentslidedown.php" hash="a79b04886297c23de515067671dbe932"/><file name="Developer.php" hash="2fdb31a14a5ed6db402d5cabb44d65ad"/></dir><dir name="Helper"><file name="Data.php" hash="c6309d5bb7a47cef4febdd3bd0030994"/></dir><dir name="etc"><file name="config.xml" hash="2da276889434d783b5681843001c3883"/><file name="system.xml" hash="0279155f4e30067b8b25ad18437382fc"/></dir><dir name="sql"><dir name="contentslidedown_setup"><file name="mysql4-install-1.0.0.php" hash="424dbbebf822a011cb6458ec40319aba"/></dir><file name=".DS_Store" hash="6754e967c9312028e37fb15dab9aa097"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Magazento_Contentslidedown.xml" hash="bd55bcdde8fd9d64569a09bf0e9815ea"/></dir></target><target name="mageskin"><dir name="frontend"><dir name="default"><dir name="default"><dir name="magazento"><dir name="Contentslidedown"><dir name="css"><file name="slide.css" hash="8975a7c7b49611b0f2a6469f4a6f898e"/></dir><dir name="js"><file name="slide.js" hash="a7c2cf875a3ad7756b0f82a14a2fbedb"/><file name=".DS_Store" hash="194577a7e20bdcc7afbb718f502c134c"/></dir><file name="promo.jpg" hash="88520d456df68c98130433b5184b8e7f"/></dir></dir></dir></dir></dir></target><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="magazento_contentslidedown.xml" hash="48f0b3e5172ccb4ae360b1883fdf4f2b"/></dir><dir name="template"><dir name="magazento"><dir name="contentslidedown"><file name="slide.phtml" hash="6f8585d58f0624229a20f72f5450125a"/></dir></dir></dir></dir></dir></dir></target></contents>
|
| 16 |
<compatible/>
|
| 17 |
<dependencies><required><php><min>5.0.0</min><max>6.0.0</max></php></required></dependencies>
|
| 18 |
</package>
|
