-
Notifications
You must be signed in to change notification settings - Fork 8
/
readme.txt
43 lines (29 loc) · 1.42 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
=== WP Notification Center ===
Contributors: never5, barrykooij
Donate link: http://www.barrykooij.com/donate/
Tags: notificaton, notifications, notice, notices, admin notices, center, notification center
Requires at least: 3.1
Tested up to: 5.0
Stable tag: 1.0.1
License: GPL v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Adds a notification center to WordPress, no more pages that are cluttered with notifications.
== Description ==
Adds a notification center to WordPress, no more pages that are cluttered with notifications.
We got quite some ideas for future version like being able to dismiss notifications from the notification center but we wanted to see how much demand there would be for this plugin first.
== Installation ==
1. Upload `wp-notification-center` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
== Frequently Asked Questions ==
= What PHP version is required for this plugin? =
This plugin requires a minimum of PHP 5.3.
== Screenshots ==
1. What your WordPress admin notifications used to look like.
2. What your WordPress admin notifications will look like when using our plugin.
== Changelog ==
= 1.0.1 : April 18, 2016 =
* Tweak: We're now allowing links in notifications.
* Tweak: We're now also catching 'all_admin_notices'.
* Tweak: Notifications now have a maximum height and are scrollable.
= 1.0.0 : September 11, 2015 =
* Initial Release