Version Notes
This module enables Woopra for the Magento frontend
Download this release
Release Info
Developer | Magento Core Team |
Extension | Jira_Woopra |
Version | 1.0.6 |
Comparing to | |
See all releases |
Code changes from version 1.0.5 to 1.0.6
app/code/community/Jira/Woopra/etc/config.xml
CHANGED
@@ -14,7 +14,7 @@
|
|
14 |
|
15 |
<modules>
|
16 |
<Jira_Woopra>
|
17 |
-
<version>1.0.
|
18 |
</Jira_Woopra>
|
19 |
</modules>
|
20 |
|
14 |
|
15 |
<modules>
|
16 |
<Jira_Woopra>
|
17 |
+
<version>1.0.6</version>
|
18 |
</Jira_Woopra>
|
19 |
</modules>
|
20 |
|
app/design/frontend/base/default/layout/woopra.xml
ADDED
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
<?xml version="1.0"?>
|
2 |
+
<!--
|
3 |
+
/**
|
4 |
+
* Woopra plugin for Magento
|
5 |
+
*
|
6 |
+
* @category design_default
|
7 |
+
* @package Jira_Woopra
|
8 |
+
* @author Yireo (http://www.yireo.com/)
|
9 |
+
* @copyright Copyright (c) 2010 Yireo (http://www.yireo.com/)
|
10 |
+
* @license Open Software License
|
11 |
+
*/
|
12 |
+
-->
|
13 |
+
<layout>
|
14 |
+
<default>
|
15 |
+
<reference name="before_body_end">
|
16 |
+
<block type="woopra/script" name="woopra" as="woopra" template="woopra/script.phtml"/>
|
17 |
+
</reference>
|
18 |
+
</default>
|
19 |
+
</layout>
|
app/design/frontend/{default → base}/default/template/woopra/script.phtml
RENAMED
File without changes
|
package.xml
CHANGED
@@ -1,7 +1,7 @@
|
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Jira_Woopra</name>
|
4 |
-
<version>1.0.
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php/">Open Software License</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>This module enables Woopra for the Magento frontend</description>
|
11 |
<notes>This module enables Woopra for the Magento frontend</notes>
|
12 |
<authors><author><name>Yireo</name><user>auto-converted</user><email>info@yireo.com</email></author></authors>
|
13 |
-
<date>2010-08-
|
14 |
<time>15:38:57</time>
|
15 |
-
<contents><target name="magedesign"><dir name="frontend"><dir name="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Jira_Woopra</name>
|
4 |
+
<version>1.0.6</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php/">Open Software License</license>
|
7 |
<channel>community</channel>
|
10 |
<description>This module enables Woopra for the Magento frontend</description>
|
11 |
<notes>This module enables Woopra for the Magento frontend</notes>
|
12 |
<authors><author><name>Yireo</name><user>auto-converted</user><email>info@yireo.com</email></author></authors>
|
13 |
+
<date>2010-08-22</date>
|
14 |
<time>15:38:57</time>
|
15 |
+
<contents><target name="magedesign"><dir name="frontend"><dir name="base"><dir name="default"><dir name="template"><dir name="woopra"><file name="script.phtml" hash="861c36da9d6970733017cd66f659335b"/></dir></dir><dir name="layout"><file name="woopra.xml" hash="6e7ed0d2716372235a91103ba647a60d"/></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Jira"><dir name="Woopra"><dir name="Block"><file name="Script.php" hash="cd28605f6772e36b47ea8301954803b5"/></dir><dir name="etc"><file name="config.xml" hash="57b2d347a4dc621a167e85e06948d8a6"/><file name="system.xml" hash="f787d2cd1d87636ab829773feb548e8f"/></dir><dir name="Helper"><file name="Data.php" hash="270036fa2fb761ad3b4d0e3a2d2d5e13"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Jira_Woopra.xml" hash="ace85137f7edb480d4fe170ada584f98"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|