=== Barlapse - Fix Admin Bar Menu Overflow ===
Contributors: thevisionofhamza
Tags: admin bar, toolbar, responsive, admin menu
Requires at least: 5.0
Tested up to: 7.0
Requires PHP: 7.0
Stable tag: 1.0.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Collapses overflowing WordPress admin bar items into a "More" dropdown so the toolbar never wraps or breaks on narrow screens.

== Description ==

The WordPress admin bar breaks onto multiple lines or overflows when there are too many menu items for the screen width. Admin Bar Collapse automatically moves overflowing items into a "More" dropdown, keeping the toolbar on a single line on any screen size.

## Other Products
Also check out our other WordPress products.

* [BerqWP](https://berqwp.com/)
* [Berq Markdown](https://wordpress.org/plugins/berq-markdown/)
* [Berq Used CSS](https://wordpress.org/plugins/berq-used-css/)
* [WP Replai](https://wpreplai.com/)

== Installation ==

1. Upload the plugin files to `/wp-content/plugins/barlapse`, or install the plugin through the WordPress plugins screen directly.
2. Activate the plugin through the "Plugins" screen in WordPress.
3. The admin bar will automatically collapse overflowing items, no configuration needed.

== Changelog ==

= 1.0.2 =
* Renamed plugin to "Barlapse — Fix Admin Bar Menu Overflow" for directory distinctiveness.

= 1.0.1 =
* Enqueue inline script/style via wp_add_inline_script and wp_add_inline_style instead of printing raw tags.
* Replace heredoc/nowdoc syntax with standard strings for plugin check compliance.
* Reserve space in the overflow calculation for the "More" link itself.

= 1.0.0 =
* Initial release.
