Version Notes
First official version release.
Download this release
Release Info
Developer | Magento Core Team |
Extension | creareeucookielaw |
Version | 1.0.1 |
Comparing to | |
See all releases |
Code changes from version 1.0.0 to 1.0.1
app/code/community/Creare/Eucookielaw/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Creare_Eucookielaw>
|
5 |
-
<version>1.0.
|
6 |
</Creare_Eucookielaw>
|
7 |
</modules>
|
8 |
<frontend>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<Creare_Eucookielaw>
|
5 |
+
<version>1.0.1</version>
|
6 |
</Creare_Eucookielaw>
|
7 |
</modules>
|
8 |
<frontend>
|
app/design/frontend/base/default/layout/eucookielaw.xml
CHANGED
@@ -7,7 +7,7 @@
|
|
7 |
<name>js/eucookielaw.js</name>
|
8 |
<params/>
|
9 |
</action>
|
10 |
-
<block type="core/template" template="eucookielaw/js.phtml" />
|
11 |
</reference>
|
12 |
</default>
|
13 |
</layout>
|
7 |
<name>js/eucookielaw.js</name>
|
8 |
<params/>
|
9 |
</action>
|
10 |
+
<block type="core/template" name="eucookielaw" template="eucookielaw/js.phtml" />
|
11 |
</reference>
|
12 |
</default>
|
13 |
</layout>
|
app/etc/modules/Creare_Eucookielaw.xml
CHANGED
@@ -4,7 +4,7 @@
|
|
4 |
<Creare_Eucookielaw>
|
5 |
<active>true</active>
|
6 |
<codePool>community</codePool>
|
7 |
-
<version>1.0.
|
8 |
</Creare_Eucookielaw>
|
9 |
</modules>
|
10 |
</config>
|
4 |
<Creare_Eucookielaw>
|
5 |
<active>true</active>
|
6 |
<codePool>community</codePool>
|
7 |
+
<version>1.0.1</version>
|
8 |
</Creare_Eucookielaw>
|
9 |
</modules>
|
10 |
</config>
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>creareeucookielaw</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -20,8 +20,8 @@ The banner text and link is fully customisable in the Magento administration are
|
|
20 |
<notes>First official version release.</notes>
|
21 |
<authors><author><name>Adam Moss</name><user>auto-converted</user><email>magento@creare.co.uk</email></author></authors>
|
22 |
<date>2013-11-12</date>
|
23 |
-
<time>
|
24 |
-
<contents><target name="magecommunity"><dir name="Creare"><dir name="Eucookielaw"><dir name="etc"><file name="adminhtml.xml" hash="0986fee5af8fe7c96b1541dacfc814ab"/><file name="config.xml" hash="
|
25 |
<compatible/>
|
26 |
<dependencies/>
|
27 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>creareeucookielaw</name>
|
4 |
+
<version>1.0.1</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://opensource.org/licenses/OSL-3.0">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
20 |
<notes>First official version release.</notes>
|
21 |
<authors><author><name>Adam Moss</name><user>auto-converted</user><email>magento@creare.co.uk</email></author></authors>
|
22 |
<date>2013-11-12</date>
|
23 |
+
<time>16:19:42</time>
|
24 |
+
<contents><target name="magecommunity"><dir name="Creare"><dir name="Eucookielaw"><dir name="etc"><file name="adminhtml.xml" hash="0986fee5af8fe7c96b1541dacfc814ab"/><file name="config.xml" hash="ccc9f7c92877497d7ef24fd5811d2116"/><file name="system.xml" hash="9fd9938aec46d12f6c50642c45917d51"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Creare_Eucookielaw.xml" hash="10a0821ea406101e473f73ed011c7ab8"/></dir></target><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="eucookielaw"><file name="js.phtml" hash="fd4920ac050f2e9640c749da2a7340b6"/></dir></dir><dir name="layout"><file name="eucookielaw.xml" hash="10585a1bbaab692922d417a1caa16849"/></dir></dir></dir></dir></target><target name="mageskin"><dir name="frontend"><dir name="base"><dir name="default"><dir name="js"><file name="eucookielaw.js" hash="de191946f4509cd6f7230f9ad325b8a8"/></dir></dir></dir></dir></target></contents>
|
25 |
<compatible/>
|
26 |
<dependencies/>
|
27 |
</package>
|