Version Notes
1.0.1 stable
Download this release
Release Info
Developer | Dmitry Poddubny |
Extension | Magazento_Contentslidedown |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
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.1</version>
|
7 |
</Magazento_Contentslidedown>
|
8 |
</modules>
|
9 |
<frontend>
|
app/code/community/Magazento/Contentslidedown/etc/system.xml
CHANGED
@@ -80,4 +80,6 @@
|
|
80 |
</groups>
|
81 |
</contentslidedown>
|
82 |
</sections>
|
83 |
-
</config>
|
|
|
|
80 |
</groups>
|
81 |
</contentslidedown>
|
82 |
</sections>
|
83 |
+
</config>
|
84 |
+
|
85 |
+
|
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-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Magazento"><dir name="Contentslidedown"><dir name="Block"><file name="Contentslidedown.php" hash="41b766f2014f9ad67adbd00e1ee2131a"/><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="
|
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.1</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.1 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:18:08</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Magazento"><dir name="Contentslidedown"><dir name="Block"><file name="Contentslidedown.php" hash="41b766f2014f9ad67adbd00e1ee2131a"/><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="4587ba5d2cdd659722a285e693162239"/><file name="system.xml" hash="f061d4a85deea2e144407f2815768b33"/></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>
|