Version Notes
Fixed menu link in Magento Admin
Download this release
Release Info
Developer | fishpig |
Extension | Fishpigs_iBanners |
Version | 1.2.1.0 |
Comparing to | |
See all releases |
Code changes from version 1.2.0.0 to 1.2.1.0
- app/code/community/Fishpig/IBanners/FPAdmin/Block/Adminhtml/Extend.php +5 -1
- app/code/community/Fishpig/IBanners/FPAdmin/etc/config.xml +24 -0
- app/code/community/Fishpig/IBanners/FPAdmin/template/large.phtml +4 -4
- app/code/community/Fishpig/IBanners/FPAdmin/template/small.phtml +3 -3
- app/code/community/Fishpig/IBanners/controllers/Adminhtml/IBannersController.php +9 -1
- app/code/community/Fishpig/IBanners/etc/adminhtml.xml +1 -17
- app/code/community/Fishpig/IBanners/etc/config.xml +1 -1
- app/code/community/Fishpig/IBanners/notes.txt +3 -0
- app/design/adminhtml/default/default/layout/ibanners.xml +5 -0
- package.xml +5 -5
app/code/community/Fishpig/IBanners/FPAdmin/Block/Adminhtml/Extend.php
CHANGED
@@ -54,7 +54,7 @@ implements Mage_Adminhtml_Block_Widget_Tab_Interface
|
|
54 |
*/
|
55 |
public function getSelectedExtensions()
|
56 |
{
|
57 |
-
return $this->getExtensions($this->getLimit(), $this->getPreferred() ?
|
58 |
}
|
59 |
|
60 |
/**
|
@@ -66,6 +66,10 @@ implements Mage_Adminhtml_Block_Widget_Tab_Interface
|
|
66 |
*/
|
67 |
public function getExtensions($count = 0, array $pref = array())
|
68 |
{
|
|
|
|
|
|
|
|
|
69 |
if (($pool = $this->_getAllExtensions()) !== false) {
|
70 |
$winners = array();
|
71 |
|
54 |
*/
|
55 |
public function getSelectedExtensions()
|
56 |
{
|
57 |
+
return $this->getExtensions($this->getLimit(), $this->getPreferred() ? ($this->getPreferred()) : null);
|
58 |
}
|
59 |
|
60 |
/**
|
66 |
*/
|
67 |
public function getExtensions($count = 0, array $pref = array())
|
68 |
{
|
69 |
+
if (!isset($pref[0])) {
|
70 |
+
$pref = array_keys($pref);
|
71 |
+
}
|
72 |
+
|
73 |
if (($pool = $this->_getAllExtensions()) !== false) {
|
74 |
$winners = array();
|
75 |
|
app/code/community/Fishpig/IBanners/FPAdmin/etc/config.xml
CHANGED
@@ -61,6 +61,14 @@
|
|
61 |
<short_description>Manage multiple blogs from a single WordPress Admin and integrate each blog with a different Magento store view</short_description>
|
62 |
<require_multistore>0</require_multistore>
|
63 |
</Fishpig_Wordpress>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
64 |
<Fishpig_Wordpress_Addon_Root>
|
65 |
<url><![CDATA[magento/wordpress-integration/root/]]></url>
|
66 |
<image>root.gif</image>
|
@@ -77,6 +85,22 @@
|
|
77 |
<short_description>Integrate your Magento and WordPress search systems automatically and make searching your site easier for your customers.</short_description>
|
78 |
<depends><Fishpig_Wordpress /></depends>
|
79 |
</Fishpig_Wordpress_Addon_IntegratedSearch>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
80 |
</extend>
|
81 |
</fishpig>
|
82 |
</config>
|
61 |
<short_description>Manage multiple blogs from a single WordPress Admin and integrate each blog with a different Magento store view</short_description>
|
62 |
<require_multistore>0</require_multistore>
|
63 |
</Fishpig_Wordpress>
|
64 |
+
<Fishpig_Wordpress_Addon_Facebook>
|
65 |
+
<url><![CDATA[magento/wordpress-integration/facebook/]]></url>
|
66 |
+
<image>facebook.png</image>
|
67 |
+
<title>Facebook</title>
|
68 |
+
<subtitle>Magento and WordPress</subtitle>
|
69 |
+
<short_description>Add Like buttons, Send buttons, Facebook comments and more!</short_description>
|
70 |
+
<depends><Fishpig_Wordpress /></depends>
|
71 |
+
</Fishpig_Wordpress_Addon_Facebook>
|
72 |
<Fishpig_Wordpress_Addon_Root>
|
73 |
<url><![CDATA[magento/wordpress-integration/root/]]></url>
|
74 |
<image>root.gif</image>
|
85 |
<short_description>Integrate your Magento and WordPress search systems automatically and make searching your site easier for your customers.</short_description>
|
86 |
<depends><Fishpig_Wordpress /></depends>
|
87 |
</Fishpig_Wordpress_Addon_IntegratedSearch>
|
88 |
+
<Fishpig_AttributeSplash_Addon_XmlSitemap>
|
89 |
+
<url><![CDATA[magento/extensions/attribute-splash-pages/xml-sitemap/]]></url>
|
90 |
+
<image>splash-pages.png</image>
|
91 |
+
<title>Attribute Splash</title>
|
92 |
+
<subtitle>XML Sitemap</subtitle>
|
93 |
+
<short_description>Add an XML sitemap for your Splash Pages and Splash Group so search engines can index your pages.</short_description>
|
94 |
+
<depends><Fishpig_AttributeSplash /></depends>
|
95 |
+
</Fishpig_AttributeSplash_Addon_XmlSitemap>
|
96 |
+
<Fishpig_AttributeSplash_Addon_QuickCreate>
|
97 |
+
<url><![CDATA[magento/extensions/attribute-splash-pages/quick-create/]]></url>
|
98 |
+
<image>splash-pages.png</image>
|
99 |
+
<title>Attribute Splash</title>
|
100 |
+
<subtitle>Quick Create</subtitle>
|
101 |
+
<short_description>Quickly create Splash Pages for any attributes with this extension and save yourself from hours of manual work.</short_description>
|
102 |
+
<depends><Fishpig_AttributeSplash /></depends>
|
103 |
+
</Fishpig_AttributeSplash_Addon_QuickCreate>
|
104 |
</extend>
|
105 |
</fishpig>
|
106 |
</config>
|
app/code/community/Fishpig/IBanners/FPAdmin/template/large.phtml
CHANGED
@@ -9,17 +9,17 @@
|
|
9 |
<?php foreach($extensions as $extension): ?>
|
10 |
<li class="item<?php if ($this->isLast($extension)): ?> last<?php endif; ?>">
|
11 |
<div class="pad">
|
12 |
-
<a href="<?php echo $this->getTrackedUrl($extension, $this->getModule(), 'image') ?>" class="image">
|
13 |
<img src="<?php echo $this->getImageUrl($extension) ?>" alt="<?php echo $this->escapeHtml($this->getTitle($extension)) ?>" />
|
14 |
</a>
|
15 |
<h2>
|
16 |
-
<a href="<?php echo $this->getTrackedUrl($extension, $this->getModule(), 'title') ?>">
|
17 |
<strong><?php echo $this->escapeHtml($this->getTitle($extension)) ?></strong>
|
18 |
<span><?php echo $this->escapeHtml($this->getSubTitle($extension)) ?></span>
|
19 |
</a>
|
20 |
</h2>
|
21 |
<p><?php echo $this->getShortDescription($extension) ?></p>
|
22 |
-
<div><a href="<?php echo $this->getTrackedUrl($extension, $this->getModule(), 'view-more') ?>"><?php echo $this->__('View Add-On') ?></a></div>
|
23 |
</div>
|
24 |
</li>
|
25 |
<?php endforeach; ?>
|
@@ -35,7 +35,7 @@
|
|
35 |
#<?php echo $this->getId() ?> li.item .image { display: block; margin-bottom: 10px; }
|
36 |
#<?php echo $this->getId() ?> h2 a { color: #000; text-decoration: none; font-family: Tahoma, Verdana, Arial;, }
|
37 |
#<?php echo $this->getId() ?> h2 strong { display: block; text-transform: uppercase; line-height: 1em; }
|
38 |
-
#<?php echo $this->getId() ?> h2 span { font-size:
|
39 |
#<?php echo $this->getId() ?> p { min-height: 80px; }
|
40 |
</style>
|
41 |
<?php endif; ?>
|
9 |
<?php foreach($extensions as $extension): ?>
|
10 |
<li class="item<?php if ($this->isLast($extension)): ?> last<?php endif; ?>">
|
11 |
<div class="pad">
|
12 |
+
<a href="<?php echo $this->getTrackedUrl($extension, $this->getModule(), 'image') ?>" class="image" target="_blank">
|
13 |
<img src="<?php echo $this->getImageUrl($extension) ?>" alt="<?php echo $this->escapeHtml($this->getTitle($extension)) ?>" />
|
14 |
</a>
|
15 |
<h2>
|
16 |
+
<a href="<?php echo $this->getTrackedUrl($extension, $this->getModule(), 'title') ?>" target="_blank">
|
17 |
<strong><?php echo $this->escapeHtml($this->getTitle($extension)) ?></strong>
|
18 |
<span><?php echo $this->escapeHtml($this->getSubTitle($extension)) ?></span>
|
19 |
</a>
|
20 |
</h2>
|
21 |
<p><?php echo $this->getShortDescription($extension) ?></p>
|
22 |
+
<div><a href="<?php echo $this->getTrackedUrl($extension, $this->getModule(), 'view-more') ?>" target="_blank"><?php echo $this->__('View Add-On') ?></a></div>
|
23 |
</div>
|
24 |
</li>
|
25 |
<?php endforeach; ?>
|
35 |
#<?php echo $this->getId() ?> li.item .image { display: block; margin-bottom: 10px; }
|
36 |
#<?php echo $this->getId() ?> h2 a { color: #000; text-decoration: none; font-family: Tahoma, Verdana, Arial;, }
|
37 |
#<?php echo $this->getId() ?> h2 strong { display: block; text-transform: uppercase; line-height: 1em; }
|
38 |
+
#<?php echo $this->getId() ?> h2 span { font-size: 70%; font-family: Georgia, 'Times New Roman'; font-style: italic; }
|
39 |
#<?php echo $this->getId() ?> p { min-height: 80px; }
|
40 |
</style>
|
41 |
<?php endif; ?>
|
app/code/community/Fishpig/IBanners/FPAdmin/template/small.phtml
CHANGED
@@ -9,15 +9,15 @@
|
|
9 |
<?php foreach($extensions as $extension): ?>
|
10 |
<li class="item<?php if ($this->isLast($extension)): ?> last<?php endif; ?>">
|
11 |
<div class="pad">
|
12 |
-
<a href="<?php echo $this->getTrackedUrl($extension, $this->getModule(), 'image') ?>" class="image">
|
13 |
<img src="<?php echo $this->getImageUrl($extension) ?>" alt="" />
|
14 |
</a>
|
15 |
<h2>
|
16 |
-
<a href="<?php echo $this->getTrackedUrl($extension, $this->getModule(), 'title') ?>">
|
17 |
<strong><?php echo $this->escapeHtml($this->getTitle($extension)) ?></strong> <span><?php echo $this->escapeHtml($this->getSubTitle($extension)) ?></span>
|
18 |
</a>
|
19 |
</h2>
|
20 |
-
<p><?php echo $this->getShortDescription($extension) ?> <a href="<?php echo $this->getTrackedUrl($extension, $this->getModule(), 'view-more') ?>">More info</a></p>
|
21 |
</div>
|
22 |
</li>
|
23 |
<?php endforeach; ?>
|
9 |
<?php foreach($extensions as $extension): ?>
|
10 |
<li class="item<?php if ($this->isLast($extension)): ?> last<?php endif; ?>">
|
11 |
<div class="pad">
|
12 |
+
<a href="<?php echo $this->getTrackedUrl($extension, $this->getModule(), 'image') ?>" class="image" target="_blank">
|
13 |
<img src="<?php echo $this->getImageUrl($extension) ?>" alt="" />
|
14 |
</a>
|
15 |
<h2>
|
16 |
+
<a href="<?php echo $this->getTrackedUrl($extension, $this->getModule(), 'title') ?>" target="_blank">
|
17 |
<strong><?php echo $this->escapeHtml($this->getTitle($extension)) ?></strong> <span><?php echo $this->escapeHtml($this->getSubTitle($extension)) ?></span>
|
18 |
</a>
|
19 |
</h2>
|
20 |
+
<p><?php echo $this->getShortDescription($extension) ?> <a href="<?php echo $this->getTrackedUrl($extension, $this->getModule(), 'view-more') ?>" target="_blank">More info</a></p>
|
21 |
</div>
|
22 |
</li>
|
23 |
<?php endforeach; ?>
|
app/code/community/Fishpig/IBanners/controllers/Adminhtml/IBannersController.php
CHANGED
@@ -49,7 +49,15 @@ class Fishpig_iBanners_Adminhtml_iBannersController extends Mage_Adminhtml_Contr
|
|
49 |
->setMedium('Add-On Tab')
|
50 |
->setTemplate('large.phtml')
|
51 |
->setLimit(4)
|
52 |
-
->setPreferred(array(
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
53 |
|
54 |
$this->getResponse()
|
55 |
->setBody(
|
49 |
->setMedium('Add-On Tab')
|
50 |
->setTemplate('large.phtml')
|
51 |
->setLimit(4)
|
52 |
+
->setPreferred(array(
|
53 |
+
'Fishpig_Bolt',
|
54 |
+
'Fishpig_Opti',
|
55 |
+
'Fishpig_BasketShipping',
|
56 |
+
'Fishpig_Wordpress',
|
57 |
+
'Fishpig_CrossLink',
|
58 |
+
'Fishpig_AttributeSplashPro',
|
59 |
+
'Fishpig_NoBots'
|
60 |
+
));
|
61 |
|
62 |
$this->getResponse()
|
63 |
->setBody(
|
app/code/community/Fishpig/IBanners/etc/adminhtml.xml
CHANGED
@@ -6,23 +6,7 @@
|
|
6 |
<ibanners translate="title" module="ibanners">
|
7 |
<title>iBanners</title>
|
8 |
<sort_order>24</sort_order>
|
9 |
-
<
|
10 |
-
<group>
|
11 |
-
<title>Manage Groups</title>
|
12 |
-
<sort_order>6</sort_order>
|
13 |
-
<action>ibanners_admin/adminhtml_group</action>
|
14 |
-
</group>
|
15 |
-
<banner>
|
16 |
-
<title>Manage Banners</title>
|
17 |
-
<sort_order>11</sort_order>
|
18 |
-
<action>ibanners_admin/adminhtml_banner</action>
|
19 |
-
</banner>
|
20 |
-
<settings>
|
21 |
-
<title>Settings</title>
|
22 |
-
<sort_order>44</sort_order>
|
23 |
-
<action>adminhtml/system_config/edit/section/ibanners</action>
|
24 |
-
</settings>
|
25 |
-
</children>
|
26 |
</ibanners>
|
27 |
</children>
|
28 |
</cms>
|
6 |
<ibanners translate="title" module="ibanners">
|
7 |
<title>iBanners</title>
|
8 |
<sort_order>24</sort_order>
|
9 |
+
<action>hq/ibanners</action>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
10 |
</ibanners>
|
11 |
</children>
|
12 |
</cms>
|
app/code/community/Fishpig/IBanners/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Fishpig_iBanners>
|
5 |
-
<version>1.2.
|
6 |
</Fishpig_iBanners>
|
7 |
</modules>
|
8 |
<global>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Fishpig_iBanners>
|
5 |
+
<version>1.2.1.0</version>
|
6 |
</Fishpig_iBanners>
|
7 |
</modules>
|
8 |
<global>
|
app/code/community/Fishpig/IBanners/notes.txt
CHANGED
@@ -10,6 +10,9 @@
|
|
10 |
TODO
|
11 |
- Convert animation and control values to serialized single columns
|
12 |
|
|
|
|
|
|
|
13 |
03/11/2013 - 1.2.0.0
|
14 |
- Added iBanners Dashboard
|
15 |
|
10 |
TODO
|
11 |
- Convert animation and control values to serialized single columns
|
12 |
|
13 |
+
18/01/2014 - 1.2.1.0
|
14 |
+
- Fixed menu link in Magento Admin
|
15 |
+
|
16 |
03/11/2013 - 1.2.0.0
|
17 |
- Added iBanners Dashboard
|
18 |
|
app/design/adminhtml/default/default/layout/ibanners.xml
CHANGED
@@ -28,6 +28,11 @@
|
|
28 |
<text><![CDATA[
|
29 |
<div id="ibanners_tab_content"></div>
|
30 |
<style type="text/css">#ibanners_tab_content .content-header { display: none; }</style>
|
|
|
|
|
|
|
|
|
|
|
31 |
]]></text>
|
32 |
</action>
|
33 |
</block>
|
28 |
<text><![CDATA[
|
29 |
<div id="ibanners_tab_content"></div>
|
30 |
<style type="text/css">#ibanners_tab_content .content-header { display: none; }</style>
|
31 |
+
<script type="text/javascript">
|
32 |
+
$('page:main-container').select('.content-header').first().insert(
|
33 |
+
new Element('div', {'class': 'form-buttons'}).update('Speed up Magento with <a href="http://fishpig.co.uk/magento/extensions/bolt-full-page-cache/?utm_source=Fishpig_iBanners&utm_medium=Speed%20Up%20Link&utm_term=Fishpig_Bolt&utm_campaign=Extend" target="_blank">Bolt<\/a>.')
|
34 |
+
);
|
35 |
+
</script>
|
36 |
]]></text>
|
37 |
</action>
|
38 |
</block>
|
package.xml
CHANGED
@@ -1,18 +1,18 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Fishpigs_iBanners</name>
|
4 |
-
<version>1.2.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://fishpig.co.uk/license.txt">FishPig EULA</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Create multiple banner slideshows for your site.</summary>
|
10 |
<description>Create multiple banner slideshows for your site.</description>
|
11 |
-
<notes>
|
12 |
<authors><author><name>fishpig</name><user>fishpig</user><email>ben@fishpig.co.uk</email></author></authors>
|
13 |
-
<date>
|
14 |
-
<time>
|
15 |
-
<contents><target name="magecommunity"><dir name="Fishpig"><dir name="IBanners"><dir name="Block"><dir name="Adminhtml"><dir name="Banner"><dir name="Edit"><file name="Form.php" hash="e9cd0d7436d36048706bc474704d2b82"/><dir name="Tab"><file name="Form.php" hash="a6ab04d3bb183e32935e3e285fbdabd5"/></dir><file name="Tabs.php" hash="60a82a390e8580594885bceb19a13460"/></dir><file name="Edit.php" hash="93807e5b677fd064e49c547551507202"/><file name="Grid.php" hash="a185b374d5ca92dcb25ecd819225bcb5"/><dir name="Helper"><file name="Image.php" hash="da1821e82b38af686705efb53f5a1ca9"/></dir></dir><file name="Banner.php" hash="181c9778d624e104ab3f8e729c58b3f7"/><file name="Dashboard.php" hash="e4e5bfd422325aeb4810022e72dbb61c"/><file name="Extend.php" hash="065897186d7dd97b354cdd4863b75b1d"/><dir name="Form"><dir name="Renderer"><file name="Useconfig.php" hash="df579ff6a4a783ed17d6c5bc6118e171"/></dir></dir><dir name="Group"><dir name="Edit"><file name="Form.php" hash="5b8f4f8649e974f80ea21de7f323788e"/><dir name="Tab"><file name="Banners.php" hash="f13f72d714e73ba5481fe488b369c879"/><file name="Form.php" hash="67ab47bbe207e41b7542cddc15401590"/></dir><file name="Tabs.php" hash="d57a68d75dde73b39127dc8a932b858e"/></dir><file name="Edit.php" hash="1f3ca94777f0eb8a3363d245d9c5bc9d"/><file name="Grid.php" hash="9885837fd12a601788d2c88d965c951c"/></dir><file name="Group.php" hash="6a6ea8ad3f9e1e25dcf0411fa5347b9c"/></dir><file name="View.php" hash="5dd113d04a13f11f4d267916313dc473"/></dir><dir name="FPAdmin"><dir name="Block"><dir name="Adminhtml"><file name="Extend.php" hash="
|
16 |
<compatible/>
|
17 |
<dependencies><required><php><min>5.2.0</min><max>6.0.0</max></php></required></dependencies>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Fishpigs_iBanners</name>
|
4 |
+
<version>1.2.1.0</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://fishpig.co.uk/license.txt">FishPig EULA</license>
|
7 |
<channel>community</channel>
|
8 |
<extends/>
|
9 |
<summary>Create multiple banner slideshows for your site.</summary>
|
10 |
<description>Create multiple banner slideshows for your site.</description>
|
11 |
+
<notes>Fixed menu link in Magento Admin</notes>
|
12 |
<authors><author><name>fishpig</name><user>fishpig</user><email>ben@fishpig.co.uk</email></author></authors>
|
13 |
+
<date>2014-01-18</date>
|
14 |
+
<time>16:14:39</time>
|
15 |
+
<contents><target name="magecommunity"><dir name="Fishpig"><dir name="IBanners"><dir name="Block"><dir name="Adminhtml"><dir name="Banner"><dir name="Edit"><file name="Form.php" hash="e9cd0d7436d36048706bc474704d2b82"/><dir name="Tab"><file name="Form.php" hash="a6ab04d3bb183e32935e3e285fbdabd5"/></dir><file name="Tabs.php" hash="60a82a390e8580594885bceb19a13460"/></dir><file name="Edit.php" hash="93807e5b677fd064e49c547551507202"/><file name="Grid.php" hash="a185b374d5ca92dcb25ecd819225bcb5"/><dir name="Helper"><file name="Image.php" hash="da1821e82b38af686705efb53f5a1ca9"/></dir></dir><file name="Banner.php" hash="181c9778d624e104ab3f8e729c58b3f7"/><file name="Dashboard.php" hash="e4e5bfd422325aeb4810022e72dbb61c"/><file name="Extend.php" hash="065897186d7dd97b354cdd4863b75b1d"/><dir name="Form"><dir name="Renderer"><file name="Useconfig.php" hash="df579ff6a4a783ed17d6c5bc6118e171"/></dir></dir><dir name="Group"><dir name="Edit"><file name="Form.php" hash="5b8f4f8649e974f80ea21de7f323788e"/><dir name="Tab"><file name="Banners.php" hash="f13f72d714e73ba5481fe488b369c879"/><file name="Form.php" hash="67ab47bbe207e41b7542cddc15401590"/></dir><file name="Tabs.php" hash="d57a68d75dde73b39127dc8a932b858e"/></dir><file name="Edit.php" hash="1f3ca94777f0eb8a3363d245d9c5bc9d"/><file name="Grid.php" hash="9885837fd12a601788d2c88d965c951c"/></dir><file name="Group.php" hash="6a6ea8ad3f9e1e25dcf0411fa5347b9c"/></dir><file name="View.php" hash="5dd113d04a13f11f4d267916313dc473"/></dir><dir name="FPAdmin"><dir name="Block"><dir name="Adminhtml"><file name="Extend.php" hash="728b160c7ad64711f25906a2877efc5f"/></dir></dir><dir name="etc"><file name="config.xml" hash="4dc538b93fcf1c83a5ef92779f402dae"/></dir><dir name="template"><file name="large.phtml" hash="bc4492815fc29d8b8e0877f6f45c3e27"/><file name="small.phtml" hash="46f3d4c10d3b77d6ea86f0a90a8c07e8"/></dir></dir><dir name="Helper"><file name="Data.php" hash="aeaa36a9c56477944b190b63442fc89d"/><file name="Image.php" hash="92a06beda3aefa58577dd91556001115"/></dir><dir name="Model"><file name="Banner.php" hash="eb4e6aa9c2ce9c849ebc773c88615456"/><file name="Group.php" hash="095c22eb1f93aafb57effca8709f5338"/><dir name="Mysql4"><dir name="Banner"><file name="Collection.php" hash="511a3aceff96f430a5fa44a3a7ff2b05"/></dir><file name="Banner.php" hash="81752a0ab34bde996d9472ac67272472"/><dir name="Group"><file name="Collection.php" hash="ab6a49e01708c118052a696a0e09184c"/></dir><file name="Group.php" hash="65169f143695653cafa08a3aeca28904"/></dir><dir name="System"><dir name="Config"><dir name="Source"><dir name="Carousel"><file name="Effect.php" hash="b615ef28aa59aed914dd95a0242cfc9e"/><file name="Transition.php" hash="290f6abe41d0d44f72f8188a77f8e475"/></dir><dir name="Controls"><file name="Position.php" hash="fe9d0c6845fd0fc28603baee7b053c32"/></dir></dir></dir></dir></dir><dir name="controllers"><dir name="Adminhtml"><dir name="IBanners"><file name="BannerController.php" hash="032a8d6e6e8e135b8ef8afedfe21b515"/><file name="GroupController.php" hash="4113ca253fe3b7efc4a7b12b6e2948f7"/></dir><file name="IBannersController.php" hash="3012e9faca48c5220955ba89eb9792ae"/></dir></dir><dir name="etc"><file name="adminhtml.xml" hash="e4548493545f3aca89c1ad59d9ebf6e2"/><file name="config.xml" hash="2ed8ac6c5bed45c0cfe24afba3cd5443"/><file name="system.xml" hash="bacc23106d758a0c541ee1c1cadfd610"/></dir><file name="license.txt" hash="257eae92a36bdaaf9584fbf8ba76d1c6"/><file name="notes.txt" hash="ff9e202022c5899f23a94e468ac134c2"/><dir name="sql"><dir name="ibanners_setup"><file name="mysql4-install-0.1.0.php" hash="62e4961272f2d697595002b006e72731"/><file name="mysql4-upgrade-0.5.2-0.5.3.php" hash="2e85887fb121d988357a45785d9f06df"/><file name="mysql4-upgrade-0.5.4-0.5.5.php" hash="a16fd4c674ed65eed1c7cee851960d28"/><file name="mysql4-upgrade-0.5.5-0.5.6.php" hash="a002305ec4b958c7213309d874b349f8"/><file name="mysql4-upgrade-0.9.0-0.9.1.php" hash="b970018526e15b6fc938b1866c5bfd81"/><file name="mysql4-upgrade-0.9.1-0.9.2.php" hash="07ba18c243e573655e43c64ee1a0d876"/><file name="mysql4-upgrade-1.0.4-1.0.5.php" hash="7f1cb0ec0dca8a5a4cd07ea3e9444cf7"/><file name="mysql4-upgrade-1.0.5-1.0.6.php" hash="2a430094f423b90adead0fcc6defc26e"/></dir></dir></dir></dir></target><target name="magedesign"><dir name="adminhtml"><dir name="default"><dir name="default"><dir name="layout"><file name="ibanners.xml" hash="49afe944f6ccfc7033b86c7cb719c361"/></dir><dir name="template"><dir name="ibanners"><file name="getcode.phtml" hash="79cd6c31a32d21071fa5c7645f629053"/></dir></dir></dir></dir></dir><dir name="frontend"><dir name="base"><dir name="default"><dir name="layout"><file name="ibanners.xml" hash="a68d69986eef07a540f3313cee0a0e7d"/></dir><dir name="template"><dir name="ibanners"><file name="default.phtml" hash="677f081bb8e40f62771abec88aac857c"/></dir></dir></dir></dir></dir></target><target name="mageweb"><dir name="js"><dir name="fishpig"><file name="carousel.min.js" hash="cfd7a8d08a6dca87e4211a400877716e"/></dir></dir><dir name="app"><dir name="etc"><dir name="modules"><file name="Fishpig_iBanners.xml" hash="0b9289cca030da9b13e84ab183f18892"/></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="css"><file name="ibanners.css" hash="f39554b3dcdaad686da4093e59b4efef"/></dir><dir name="images"><dir name="ibanners"><file name="arrow-left.png" hash="a587a6ef8ed482ce83b468b2f8b90008"/><file name="arrow-right.png" hash="001286015205ecf53766877a1d92a784"/></dir></dir></dir></dir></dir><dir name="adminhtml"><dir name="default"><dir name="default"><file name="ibanners.css" hash="328b9e66068670364e620f6e5b194ce5"/></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>
|