-
Notifications
You must be signed in to change notification settings - Fork 1
/
readme.txt
49 lines (30 loc) · 1.66 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
44
45
46
47
48
49
=== Log Deprecated Notices Extender ===
Contributors: jkudish
Donate link: http://jkudi.sh/plugindonation
Tags: deprecated, logging, admin, WP_DEBUG, E_NOTICE, developer, toolbar, admin bar, adminbar
Requires at least: 3.3
Tested up to: 3.4-alpha
Stable tag: 0.1.2
This developer-oriented WordPress plugin extends Andrew Nacin's Log Deprecated Notices to show a link in the WP 3.3+ Toolbar.
== Description ==
This developer-oriented WordPress plugin extends Log Deprecated Notices to show a link in the WP 3.3+ Toolbar. Based on [Andrew Nacin](http://nacin.com)'s [Log Deprecated Notices](http://wordpress.org/extend/plugins/log-deprecated-notices/)
This plugin is built and maintained by [Joachim Kudish](http://jkudish.com "Joachim Kudish").
Follow development, fork and contribute on [github](https://github.com/jkudish/LogDeprecatedNoticesExtender)
== Installation ==
1. Make sure you already have the [Log Deprecated Notices](http://wordpress.org/extend/plugins/log-deprecated-notices/) plugin by [Andrew Nacin](http://nacin.com) installed
1. Install through the WordPress admin or upload the plugin folder to your `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress
1. Enjoy!
== Frequently Asked Questions ==
None yet, but [ask away](mailto:[email protected])!
Follow development, fork and contribute on [github](https://github.com/jkudish/LogDeprecatedNoticesExtender)
== Screenshots ==
1. Deprecated calls are shown in the toolbar
== Changelog ==
= 0.1.2 =
* Updated documentation inside the plugin's class (docblock)
= 0.1.1 =
* Moved the `count()` function to the toolbar hook
* Added a screenshot
= 0.1 =
* Initial release