Version Notes
fs
Download this release
Release Info
Developer | Magento Core Team |
Extension | Jira_Woopra |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.1 to 1.0.2
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.2</version>
|
18 |
</Jira_Woopra>
|
19 |
</modules>
|
20 |
|
app/design/frontend/default/default/layout/woopra.xml
CHANGED
@@ -13,7 +13,7 @@
|
|
13 |
* - We need to initialize Woopra-block twice, to make it work
|
14 |
*/
|
15 |
-->
|
16 |
-
<layout version="1.0.
|
17 |
<default>
|
18 |
<!--<block type="woopra/script"/>-->
|
19 |
|
13 |
* - We need to initialize Woopra-block twice, to make it work
|
14 |
*/
|
15 |
-->
|
16 |
+
<layout version="1.0.2">
|
17 |
<default>
|
18 |
<!--<block type="woopra/script"/>-->
|
19 |
|
app/etc/modules/Jira_Woopra.xml
CHANGED
@@ -6,8 +6,8 @@
|
|
6 |
<description>This module integrates Magento with Woopra</description>
|
7 |
<license>OSL v3.0</license>
|
8 |
<license_uri>http://www.opensource.org/licenses/osl-3.0.php</license_uri>
|
9 |
-
<release_version>1.0.
|
10 |
-
<api_version>1.0.
|
11 |
<release_stability>stable</release_stability>
|
12 |
<api_stability>stable</api_stability>
|
13 |
<notes>fs</notes>
|
6 |
<description>This module integrates Magento with Woopra</description>
|
7 |
<license>OSL v3.0</license>
|
8 |
<license_uri>http://www.opensource.org/licenses/osl-3.0.php</license_uri>
|
9 |
+
<release_version>1.0.2</release_version>
|
10 |
+
<api_version>1.0.2</api_version>
|
11 |
<release_stability>stable</release_stability>
|
12 |
<api_stability>stable</api_stability>
|
13 |
<notes>fs</notes>
|
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">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
@@ -10,9 +10,9 @@
|
|
10 |
<description>This module integrates Magento with Woopra</description>
|
11 |
<notes>fs</notes>
|
12 |
<authors><author><name>Jisse Reitsma</name><user>auto-converted</user><email>info@jira.nl</email></author></authors>
|
13 |
-
<date>2009-
|
14 |
-
<time>
|
15 |
-
<contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="woopra.xml" hash="
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|
1 |
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
<name>Jira_Woopra</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
<stability>stable</stability>
|
6 |
<license uri="http://www.opensource.org/licenses/osl-3.0.php">OSL v3.0</license>
|
7 |
<channel>community</channel>
|
10 |
<description>This module integrates Magento with Woopra</description>
|
11 |
<notes>fs</notes>
|
12 |
<authors><author><name>Jisse Reitsma</name><user>auto-converted</user><email>info@jira.nl</email></author></authors>
|
13 |
+
<date>2009-05-10</date>
|
14 |
+
<time>10:38:57</time>
|
15 |
+
<contents><target name="magedesign"><dir name="frontend"><dir name="default"><dir name="default"><dir name="layout"><file name="woopra.xml" hash="2c45504be268c380f7ae5ded17880726"/></dir><dir name="template"><dir name="woopra"><file name="script.phtml" hash="b94d61eaa503f1200ceb2bce7d52c617"/></dir></dir></dir></dir></dir></target><target name="magecommunity"><dir name="Jira"><dir name="Woopra"><dir name="Block"><file name="Script.php" hash="e5ecdb8c2c9e57e122afe1e0f55deb9d"/></dir><dir name="etc"><file name="config.xml" hash="eeeaebaeb7288509b69ad3f53552cde4"/><file name="system.xml" hash="28ea9bbe116f4a292ec9bf2a1313c4e4"/></dir><dir name="Helper"><file name="Data.php" hash="1579ee95b1f3e3556ec5fca65856cf05"/></dir></dir></dir></target><target name="mageetc"><dir name="modules"><file name="Jira_Woopra.xml" hash="ed39066d2868e5133af82de3a7f299b8"/></dir></target></contents>
|
16 |
<compatible/>
|
17 |
<dependencies/>
|
18 |
</package>
|