=== Read Axolotl Notification Groups Manager ===
Contributors: readaxolotl
Tags: notifications, notification groups, alerts, admin notifications, wordpress admin
Requires at least: 5.8
Tested up to: 7.1.2
Requires PHP: 7.4
Stable tag: 1.0.3
License: GPL-2.0-or-later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Collapses every admin notice into one full-width, collapsible card grouped by severity, with a choice of three display styles.

== Description ==

Read Axolotl Notification Groups Manager collapses every WordPress admin notice —
whether it comes from core, another plugin, or a theme — into a single
full-width, click-to-expand card, grouped by severity (Error, Warning,
Success, Info, Misc).

**Included in this build:**

* **Notice Collector** — every admin notice normally scattered across the
  page is gathered into one collapsible card, regardless of which plugin
  generated it.
* **Three display styles** — Tabs, Stacked Sections, or Grid of Cards;
  pick whichever fits how you like to scan notices.
* **Demo mode** — generate a batch of sample notices across every
  severity so you can preview a style before committing to it.

= Privacy =

This plugin makes no requests to any external server. Every feature that
ships in this plugin reads and writes only your own site's WordPress
database — nothing is sent anywhere.

== Installation ==

1. Upload the plugin files to `/wp-content/plugins/aamo-notification-groups`,
   or install it directly through the WordPress plugins screen.
2. Activate the plugin through the "Plugins" screen in WordPress.
3. Go to Settings → Notification Groups to choose a display style and try
   the demo.

== Frequently Asked Questions ==

= Is this plugin translatable? =

Yes. Every user-facing string uses the `aamo-notification-groups` text
domain. Place `.mo`/`.po` translation files in this plugin's `languages`
directory (`wp-content/plugins/aamo-notification-groups/languages`), or
use a translation plugin such as Loco Translate. Translations contributed
via translate.wordpress.org are loaded automatically once available.

== Screenshots ==

1. Before: every admin notice scattered across the top of the page, exactly as WordPress core and other plugins print them.
2. After: the same notices collapsed into one summary bar showing a total count and severity badges.
3. The summary bar expanded in the Tabs display style, with separate Error, Warning, Success, Info, and Misc tabs.
4. The collector card in real use on the Dashboard, Warning tab active with grouped warning notices.

== Changelog ==

= 1.0.3 =
* Added a "Notice Collector Initial State" setting — choose whether the collector bar starts expanded or collapsed on page load.

= 1.0.2 =
* Version bump for wordpress.org submission. No functional changes.

= 1.0.1 =
* Code cleanup and documentation polish. No functional changes.

= 1.0.0 =
* Initial scaffold.

== Upgrade Notice ==

= 1.0.3 =
Added a "Notice Collector Initial State" setting — choose whether the collector bar starts expanded or collapsed on page load.

= 1.0.2 =
Version bump for wordpress.org submission. No functional changes.

= 1.0.1 =
Code cleanup and documentation polish. No functional changes.

= 1.0.0 =
Initial scaffold.
