=== EEZZ Reading Quality Score ===
Contributors: daijianpu
Tags: reading, analytics, posts, privacy
Requires at least: 6.5
Tested up to: 7.0
Requires PHP: 7.4
Stable tag: 1.1.2
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Anonymous 30-day reading quality scores for standard WordPress posts.

== Description ==

EEZZ Reading Quality Score records anonymous maximum reading depth and effective active reading time for published posts, then calculates server-side session scores and rolling 30-day post scores.

The plugin does not store IP addresses, user agents, cookies, user IDs, email addresses, countries, devices, referrers, or identifiable visitor profiles.

Dashboard metrics include:

* Reading Score
* Sessions
* Average Depth
* Average Active Time
* Completion Rate
* Confidence
* Last Calculated

== Installation ==

1. Upload the plugin folder to `/wp-content/plugins/eezz-reading-quality-score`.
2. Activate EEZZ Reading Quality Score from the Plugins screen.
3. Open Reading Scores in the WordPress admin.

== Frequently Asked Questions ==

= Does this track logged-in editors? =

By default, users who can edit posts are excluded from tracking.

= Does this use cookies? =

No. The browser keeps a random session ID in sessionStorage for the current tab only.

= Is the score submitted by the browser? =

No. The browser only submits active seconds and maximum depth. Session scores are calculated on the server after a session is finalized.

== Privacy ==

The plugin stores a random session ID, post ID, date, maximum reading depth, active reading time, estimated reading time, session score, and completion status. It does not store personally identifiable visitor data.

== Changelog ==

= 1.1.2 =

* Removed the optional Author URI from the plugin header.

= 1.1.1 =

* Renamed the plugin to EEZZ Reading Quality Score and aligned the slug and text domain.

= 1.1.0 =

* Renamed all plugin-owned internal identifiers to the EEZZ_PRQS prefix.

= 1.0.2 =

* Fixed wp-admin tooltip paragraph color specificity.
* Added WordPress.org plugin header metadata.

= 1.0.1 =

* Added four-stage reading progress overview.
* Added hover/focus score details tooltips with touch-friendly pinned state.

= 1.0.0 =

Initial release.
