=== Pineapple Staff Messenger ===
Contributors: pineappledesigncomhk
Tags: admin, dashboard, messages, staff, communication
Requires at least: 6.2
Tested up to: 7.1
Requires PHP: 7.4
Stable tag: 1.0.1
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Send simple private messages between WordPress administrators directly from the dashboard.

== Description ==

Pineapple Staff Messenger provides a lightweight internal messaging tool for WordPress administrators.
Version 1.0.1 includes:
Updated slug

Version 1.0 includes:

* Send a private message to another WordPress administrator.
* View received messages.
* View sent messages.
* Mark received messages as read.
* Delete messages you sent.
* Show recent messages in a WordPress Dashboard widget.
* No external services.
* No tracking or telemetry.
* No advertising.

Messages are stored locally in a custom database table on the WordPress site.

== Installation ==

1. Upload the plugin ZIP in Plugins > Add New > Upload Plugin, or copy the plugin folder to `/wp-content/plugins/`.
2. Activate Pineapple Staff Messenger.
3. Open Dashboard > Staff Messages.
4. Select another administrator and send a message.

== Frequently Asked Questions ==

= Who can use the plugin? =

Version 1.0 is limited to users with the `manage_options` capability. On a standard WordPress installation, this normally means administrators.

= Are messages private? =

The plugin interface only displays a message to its sender and intended recipient. Version 1.0 does not provide a global "read all messages" screen.

= Does the plugin send email? =

No. Version 1.0 only displays messages inside the WordPress admin area.

= Does the plugin use an external API or tracking? =

No. Messages remain on the WordPress site and the plugin does not include telemetry or external services.

= What happens when the plugin is uninstalled? =

Uninstalling the plugin permanently removes its message database table and stored messages.

== Changelog ==

= 1.0.1 =
* Renamed the plugin to Pineapple Staff Messenger and updated the plugin slug/text domain.

= 1.0.0 =
* Initial release.
* Added administrator-to-administrator private messages.
* Added received and sent message lists.
* Added read status.
* Added sender-side deletion.
* Added Dashboard widget.
