=== 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.1

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:info@jkudish.com)!

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