=== AMPM Dashboard Admin Note === Contributors: kent-brockman Tags: dashboard, admin note, reminder, widget Requires at least: 6.0 Tested up to: 6.9 Requires PHP: 7.4 Stable tag: 1.0.3 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html Displays a single admin-only Dashboard widget (“Important Note”) with TinyMCE editing and AJAX save. == Description == **AMPM Dashboard Admin Note** adds an "Important Note" widget to the WordPress Dashboard (wp-admin → Dashboard). Only administrators (capability `manage_options`) and (in Multisite) Super Admins can view and edit it. Features: * Visual editor (TinyMCE) inside the dashboard widget. * AJAX saving with feedback ("Saving..." label + spinner). * Strict sanitization via allowlist (wp_kses) and limited inline styles (color, background-color, text-align). * Links forced to `target="_blank"` with `rel="nofollow noopener noreferrer"`. * Widget severity/color: Neutral / Info / Warning / Error. * Shows: "Modified by: user_login (Display Name. ID: X) — date/time" using the site timezone configured in WordPress. * Multisite-friendly: stored per site (blog) by default. == Installation == 1. Upload the `ampm-dashboard-admin-note` folder to `/wp-content/plugins/` or install via "Plugins → Add New → Upload Plugin". 2. Activate the plugin. 3. Go to "Dashboard" and use the "Important Note" widget. == Frequently Asked Questions == = Who can see and edit the note? = Administrators (`manage_options`) and Super Admins in Multisite. = Can I use HTML? = Yes. HTML is allowed but strictly sanitized. == Screenshots == 1. "Important Note" widget on the Dashboard. 2. Editing with TinyMCE and severity color selection. == Translations == * English (Default) * Spanish (Español) * Argentinean Spanish (Español de Argentina) * Dutch (Nederlands) * French (Français) * German (Deutsch) * Italian (Italiano) * Portuguese (Português brasileiro) == Changelog == = 1.0.3 = * Fix: Prefixing to avoid conflicts + ajax rename. * Added translations: Dutch, French, German, Italian, Brazilian Portuguese. = 1.0.2 = * Public release packaging. * UI/UX improvements: spinner, action buttons toggle, editor height and reliable re-init after drag&drop. * Fix: Timezone fix for metadata. == Upgrade Notice == = 1.0 = Initial public release.