=== Sidebar Shuffle ===
Contributors: haideralibd
Donate link: https://haiderali.tech/
Tags: admin, menu, sidebar, sort, drag-and-drop
Requires at least: 5.4
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 0.0.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Easily rearrange WordPress admin sidebar menus using a drag-and-drop interface.

== Description ==

Sidebar Shuffle lets administrators reorder the WordPress admin sidebar menu with a simple drag-and-drop interface. Arrange standard menu items, custom post type menus, and plugin menus in any order you like.

= How to Use =

1. Go to **Settings → Menu Order**.
2. Drag the menu items up or down using the grip handle on each row.
3. Click **Save Menu Order** to apply your changes.
4. To restore the default WordPress order, click **Reset to Default**.

Features:

* Simple drag-and-drop interface.
* Reorder standard menu items and custom post type menus.
* Easily reset back to default WordPress order.
* Native WordPress styling.
* New plugin menus are appended automatically.

== Installation ==

1. Upload the `sidebar-shuffle` folder to the `/wp-content/plugins/` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.
3. Go to Settings > Menu Order to rearrange your menu items.

== Frequently Asked Questions ==

= Who can rearrange the menus? =
Only users with the `manage_options` capability (Administrators by default) can access the settings page and reorder the menu.

= Will new plugins appear in the menu? =
Yes! Any new plugin menus will automatically be appended to the end of the custom order.

== Screenshots ==

1. The Sidebar Shuffle settings page with the drag-and-drop admin menu reorder interface.

== Changelog ==

= 0.0.3 =
* Fixed persistent success/reset notices by clearing the URL status query parameter on page load.

= 0.0.2 =
* Removed deprecated load_plugin_textdomain() call (auto-loaded by WordPress.org since WP 4.6).
* Improved form input validation for menu order submissions.
* Refactored all code identifiers to use a unique plugin-specific prefix.

= 0.0.1 =
* Initial release. Drag and drop reordering interface added under Settings > Menu Order.
