Version Notes
External Backend Notifications Disabler (WebAndPeople.com)
Download this release
Release Info
Developer | WebAndPeople |
Extension | wp_hide_backend_notifications |
Version | 1.0.2 |
Comparing to | |
See all releases |
Code changes from version 1.0.4 to 1.0.2
- app/code/community/WP/HideBackendNotifications/Block/About.php +0 -0
- app/code/community/WP/HideBackendNotifications/Block/Notification/Toolbar.php +0 -0
- app/code/community/WP/HideBackendNotifications/Block/Notification/Window.php +0 -0
- app/code/community/WP/HideBackendNotifications/Helper/Data.php +0 -0
- app/code/community/WP/HideBackendNotifications/etc/config.xml +2 -2
- app/code/community/WP/HideBackendNotifications/etc/system.xml +0 -0
- app/etc/modules/WP_HideBackendNotifications.xml +0 -0
- package.xml +66 -16
app/code/community/WP/HideBackendNotifications/Block/About.php
CHANGED
File without changes
|
app/code/community/WP/HideBackendNotifications/Block/Notification/Toolbar.php
CHANGED
File without changes
|
app/code/community/WP/HideBackendNotifications/Block/Notification/Window.php
CHANGED
File without changes
|
app/code/community/WP/HideBackendNotifications/Helper/Data.php
CHANGED
File without changes
|
app/code/community/WP/HideBackendNotifications/etc/config.xml
CHANGED
@@ -2,7 +2,7 @@
|
|
2 |
<config>
|
3 |
<modules>
|
4 |
<WP_HideBackendNotifications>
|
5 |
-
<version>1.0.
|
6 |
</WP_HideBackendNotifications>
|
7 |
</modules>
|
8 |
<global>
|
@@ -47,7 +47,7 @@
|
|
47 |
<general>
|
48 |
<enabled>1</enabled>
|
49 |
<only_popup>1</only_popup>
|
50 |
-
<version>1.0.
|
51 |
</general>
|
52 |
</hide_backend_notifications>
|
53 |
</default>
|
2 |
<config>
|
3 |
<modules>
|
4 |
<WP_HideBackendNotifications>
|
5 |
+
<version>1.0.2</version>
|
6 |
</WP_HideBackendNotifications>
|
7 |
</modules>
|
8 |
<global>
|
47 |
<general>
|
48 |
<enabled>1</enabled>
|
49 |
<only_popup>1</only_popup>
|
50 |
+
<version>1.0.2</version>
|
51 |
</general>
|
52 |
</hide_backend_notifications>
|
53 |
</default>
|
app/code/community/WP/HideBackendNotifications/etc/system.xml
CHANGED
File without changes
|
app/etc/modules/WP_HideBackendNotifications.xml
CHANGED
File without changes
|
package.xml
CHANGED
@@ -1,18 +1,68 @@
|
|
1 |
-
<?xml version="1.0"?>
|
2 |
<package>
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
<
|
14 |
-
|
15 |
-
|
16 |
-
|
17 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
18 |
</package>
|
1 |
+
<?xml version="1.0" encoding="UTF-8"?>
|
2 |
<package>
|
3 |
+
<name>wp_hide_backend_notifications</name>
|
4 |
+
<version>1.0.2</version>
|
5 |
+
<stability>stable</stability>
|
6 |
+
<license uri="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</license>
|
7 |
+
<channel>community</channel>
|
8 |
+
<extends/>
|
9 |
+
<summary>External Backend Notifications Disabler (WebAndPeople.com)</summary>
|
10 |
+
<description>External Backend Notifications Disabler (WebAndPeople.com)</description>
|
11 |
+
<notes>External Backend Notifications Disabler (WebAndPeople.com)</notes>
|
12 |
+
<authors>
|
13 |
+
<author>
|
14 |
+
<name>WebAndPeople</name>
|
15 |
+
<user>WebAndPeople</user>
|
16 |
+
<email>design@webandpeople.com</email>
|
17 |
+
</author>
|
18 |
+
<author>
|
19 |
+
<name>y.gerassimenko</name>
|
20 |
+
<user>ygerassimenko</user>
|
21 |
+
<email>y.gerassimenko@webandpeople.com</email>
|
22 |
+
</author>
|
23 |
+
</authors>
|
24 |
+
<date>2011-11-11</date>
|
25 |
+
<time>21:12:27</time>
|
26 |
+
<contents>
|
27 |
+
<target name="mageweb">
|
28 |
+
<dir name="app">
|
29 |
+
<dir name="code">
|
30 |
+
<dir name="community">
|
31 |
+
<dir name="WP">
|
32 |
+
<dir name="HideBackendNotifications">
|
33 |
+
<dir name="Block">
|
34 |
+
<file name="About.php" hash="f072e232ba42432e4ea854e4f595de60"/>
|
35 |
+
<dir name="Notification">
|
36 |
+
<file name="Toolbar.php" hash="66ded5e1d7c0f389f11c639a12d97cd3"/>
|
37 |
+
<file name="Window.php" hash="665576d5b3371e0f194bb288e4e904ea"/>
|
38 |
+
</dir>
|
39 |
+
</dir>
|
40 |
+
<dir name="Helper">
|
41 |
+
<file name="Data.php" hash="5fbe91fdbbb2f8d640bd55712db372a8"/>
|
42 |
+
</dir>
|
43 |
+
<dir name="etc">
|
44 |
+
<file name="config.xml" hash="1bde9c8b2f1fefb3235053ec88310034"/>
|
45 |
+
<file name="system.xml" hash="6a01254ddea7ef0a17ee8b51fd43313a"/>
|
46 |
+
</dir>
|
47 |
+
</dir>
|
48 |
+
</dir>
|
49 |
+
</dir>
|
50 |
+
</dir>
|
51 |
+
<dir name="etc">
|
52 |
+
<dir name="modules">
|
53 |
+
<file name="WP_HideBackendNotifications.xml" hash="4728b884abc1275a6c7671a754c71a9c"/>
|
54 |
+
</dir>
|
55 |
+
</dir>
|
56 |
+
</dir>
|
57 |
+
</target>
|
58 |
+
</contents>
|
59 |
+
<compatible/>
|
60 |
+
<dependencies>
|
61 |
+
<required>
|
62 |
+
<php>
|
63 |
+
<min>5.2.0</min>
|
64 |
+
<max>6.0.0</max>
|
65 |
+
</php>
|
66 |
+
</required>
|
67 |
+
</dependencies>
|
68 |
</package>
|