Skip to content
This repository was archived by the owner on Jul 25, 2023. It is now read-only.

Commit cf2cb9c

Browse files
committed
Bump version number
1 parent a5b963e commit cf2cb9c

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

app/code/community/Meanbee/CacheViewer/etc/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<config>
22
<modules>
33
<Meanbee_CacheViewer>
4-
<version>0.1.0</version>
4+
<version>0.2.0</version>
55
</Meanbee_CacheViewer>
66
</modules>
77
<global>

var/connect/Meanbee_CacheViewer.xml

Lines changed: 21 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<_>
2-
<form_key>WEWjDY9HtzFFz7vE</form_key>
2+
<form_key>K4WFEUDWKoLAhAuF</form_key>
33
<name>Meanbee_CacheViewer</name>
44
<channel>community</channel>
55
<version_ids>
@@ -9,9 +9,9 @@
99
<description>Analyse the contents of your Magento cache.</description>
1010
<license>GNU GPL v3</license>
1111
<license_uri>http://www.gnu.org/licenses/gpl.html</license_uri>
12-
<version>0.1.0</version>
12+
<version>0.2.0</version>
1313
<stability>stable</stability>
14-
<notes>Initial release.</notes>
14+
<notes>Visually identify your blocks with block cache enabled.</notes>
1515
<authors>
1616
<name>
1717
<name>Meanbee</name>
@@ -40,7 +40,7 @@
4040
<max/>
4141
</max>
4242
<files>
43-
<files> </files>
43+
<files> </files>
4444
</files>
4545
</package>
4646
<extension>
@@ -59,25 +59,34 @@
5959
<target>
6060
<target>magelocal</target>
6161
<target>magecommunity</target>
62+
<target>mageetc</target>
6263
<target>magedesign</target>
6364
<target>magedesign</target>
6465
<target>magedesign</target>
66+
<target>magelocal</target>
67+
<target>mageweb</target>
6568
<target>mageskin</target>
6669
</target>
6770
<path>
6871
<path/>
6972
<path>Meanbee/CacheViewer</path>
7073
<path>modules/Meanbee_CacheViewer.xml</path>
71-
<path>adminhtml/default/default/layout/meanbee/cacheviewer/</path>
74+
<path>adminhtml/default/default/layout/meanbee/cacheviewer.xml</path>
7275
<path>adminhtml/default/default/template/meanbee/cacheviewer/</path>
73-
<path>adminhtml/default/default/meanbee/cacheviewer/</path>
76+
<path>frontend/base/default/template/meanbee/cacheviewer/</path>
77+
<path>frontend/base/default/layout/meanbee/cacheviewer.xml</path>
78+
<path>js/meanbee/cacheviewer/</path>
79+
<path>adminhtml/default/default/meanbee/cacheviewer</path>
7480
</path>
7581
<type>
7682
<type>file</type>
7783
<type>dir</type>
7884
<type>file</type>
85+
<type>file</type>
7986
<type>dir</type>
8087
<type>dir</type>
88+
<type>file</type>
89+
<type>dir</type>
8190
<type>dir</type>
8291
</type>
8392
<include>
@@ -87,6 +96,9 @@
8796
<include/>
8897
<include/>
8998
<include/>
99+
<include/>
100+
<include/>
101+
<include/>
90102
</include>
91103
<ignore>
92104
<ignore/>
@@ -95,6 +107,9 @@
95107
<ignore/>
96108
<ignore/>
97109
<ignore/>
110+
<ignore/>
111+
<ignore/>
112+
<ignore/>
98113
</ignore>
99114
</contents>
100115
</_>

0 commit comments

Comments
 (0)