=== Simple User Feedback by Volade ===
Contributors: volade
Tags: user feedback, useful, thumbs up, content feedback, helpful
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Stable tag: 1.0.0
License: GPLv2 or later

Feedback Utile ? +1/-1 sur posts/pages — shortcode, presets, export JSON, REST suf/v1, WP-CLI wp suf. Sans commentaires.

== Description ==

Simple User Feedback by Volade adds a lightweight **Utile ?** widget (+1 / −1) to posts and pages. No comment forms.

* Shortcode `[suf_feedback]` and optional auto-append via `the_content`
* Postmeta counters `_suf_up` / `_suf_down`
* Cookie + transient hash to prevent double votes per post
* 4 presets: blog-utile, docs-aide, faq-feedback, product-reviews-lite
* Admin KPIs, top helpful / unhelpful, action log, free JSON export
* REST `suf/v1`, WP-CLI `wp suf`, admin-ajax `suf_vote`

Works without a Volade account. Connect for REST automation on status/top/export.

== Installation ==

1. Upload the ZIP via Plugins → Add New → Upload
2. Activate Simple User Feedback by Volade
3. Open Volade → User Feedback (or Tools → User Feedback)

== Frequently Asked Questions ==

= Does this collect comments? =

No. Only +1 / −1 votes. No comment storage.

= How is double voting prevented? =

A per-post cookie and a transient keyed by visitor hash (IP + UA + user id).

== Changelog ==

= 1.0.0 =
* Initial release — Utile ? widget, presets, rankings, log, export, REST and WP-CLI.
