Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit c6d19d1

Browse files
committed
0.14.6 Release
1 parent 218ea61 commit c6d19d1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

app/code/community/Fooman/GoogleAnalyticsPlus/etc/config.xml

+1-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,7 @@
22
<config>
33
<modules>
44
<Fooman_GoogleAnalyticsPlus>
5-
<version>0.14.5</version>
6-
<depends>
7-
<Mage_GoogleAnalytics/>
8-
</depends>
5+
<version>0.14.6</version>
96
</Fooman_GoogleAnalyticsPlus>
107
</modules>
118

app/etc/modules/Fooman_GoogleAnalyticsPlus.xml

+5-2
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@
44
<Fooman_GoogleAnalyticsPlus>
55
<active>true</active>
66
<codePool>community</codePool>
7-
</Fooman_GoogleAnalyticsPlus>
7+
<depends>
8+
<Mage_GoogleAnalytics/>
9+
</depends>
10+
</Fooman_GoogleAnalyticsPlus>
811
</modules>
9-
</config>
12+
</config>

0 commit comments

Comments
 (0)