=== WP Extend Toolbar ===
Contributors: michouse
Tags: plugin, admin bar, tool bar, custom admin bar, custom tool bar
Requires at least: 4.0
Tested up to: 6.9
Stable tag: 3.1.0
Requires PHP: 5.2.4
License: GPLv2
License URI: http://www.gnu.org/licenses/gpl-2.0.html

WP Extend Toolbar is display the following page information to the admin bar.


== Description ==

WP Extend Toolbar is display the following page information to the admin bar.

* content of Title tag.
* content of Description tag.
* content of Keyword tag.
* content of Current Theme name.
* content of Current Template file name.
* content of Post Type (optional, can be enabled in settings).
* content of Post ID (optional, can be enabled in settings).
* content of Taxonomy (optional, can be enabled in settings).
* content of Term (optional, can be enabled in settings).

**New in version 3.1.0:**

Administrators can now customize which information items are displayed through a settings page in the WordPress admin panel. Navigate to Settings > WP Extend Toolbar to configure display preferences.



== Installation ==

1. Upload `WP Extend Toolbar` to the `/wp-content/plugins/` directory
2. Activate the plugin
3. Page information adds to the admin bar.


== Screenshots ==

1. /assets/screenshot-1


== Changelog ==

= 3.1.0 =
* Added settings page in WordPress admin to control display item visibility.
* Added new display items: Post Type, Post ID, Taxonomy, and Term.
* Administrators can now toggle visibility of each display item individually.
* Settings are saved to database and persist across sessions.
* Improved security with enhanced permission checks and input sanitization.
* All existing features (drag, resize, cookie storage) remain fully functional.

= 3.0.0 =
* Windowed the display.
* Kept the visibility state

= 2.1.0 =
* Add "Keyword" to admin bar.

= 2.0.2 =
* Bugfix.

= 2.0.1 =
* Bugfix.

= 2.0.0 =
* Be able to hide toolbar.

= 1.3.0 =
* For other languages.

= 1.2.1 =
* It is set not to display when the smartphone. 
* Adapt to PHP 7.x.

= 1.2.0 =
* Display "Theme" to the admin bar.

= 1.1.5 =
* Correct the CSS File.

= 1.1.4 =
* Correct the CSS File.

= 1.1.3 =
* Correct the CSS File and JavaScript File.

= 1.1.2 =
* Correct the CSS File.

= 1.1.1 =
* Correct the CSS File.

= 1.1.0 =
* Enable only Administrator.

= 1.0.0 =
* Display "Template" to the admin bar.

= 0.1.0 =
* Initial release.