=== Kronarc Review Collector (Lite) ===
Contributors: kronarc
Tags: reviews, product reviews, email reminders, review collection, ecommerce
Requires at least: 6.0
Tested up to: 7.0
Stable tag: 1.0.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

Automatically collect product reviews from customers after purchase with customizable email reminders.

== Description ==

**Kronarc Review Collector** helps online store owners collect more product reviews by automatically sending email reminders after purchase.

= Features =
* **Automated Email Requests** — Sends review request emails X days after order completion
* **Beautiful Review Form** — Customers land on a branded review form with star ratings
* **Customizable Emails** — Edit subject, heading, body with template tags
* **Button Color Customization** — Match your brand
* **Review Log** — Track all sent emails, pending reviews, and submissions
* **Bulk Resend** — Resend emails to customers who haven't responded
* **Verified Purchase Badge** — Reviews show "Verified Purchase" badge
* **Auto-Created Review Page** — Review form page created automatically on activation

= How It Works =
1. Customer places an order and it completes
2. Kronarc Review Collector schedules a review request email
3. Email sends after your configured delay (default: 3 days)
4. Customer clicks the link and lands on a branded review form
5. They submit a star rating and text
6. Review appears on the product page as "Verified Purchase"

= Pro Version Features =
* 📸 Photo Reviews — Let customers upload images
* 🎁 Discount Incentives — Auto-send coupon codes for reviews
* 📊 Analytics Dashboard — Track conversion rates over time
* 🔔 Social Proof Popup — Show recent purchases to visitors
* ✉️ Follow-up Reminders — Second email if no response
* 🔍 Moderation Queue — Approve/reject before publishing
* 📥 CSV Export — Export all reviews for analysis

== Installation ==

1. Upload the plugin files to `/wp-content/plugins/kronarc-review-collector/`
2. Activate the plugin through the 'Plugins' screen in WordPress
3. Go to Kronarc Review Collector > Settings to configure
4. The review form page is created automatically

== Changelog ==

= 1.0.3 =
* Fixed: Escaped wp_create_nonce output with esc_attr() for security
* Fixed: Escaped loop variable $i with esc_attr() in template
* Fixed: Renamed prefix from krc_ to krcol_ (5 chars, meets 4+ requirement)
* Fixed: All defines, class, options, AJAX actions, shortcode use krcol_ prefix

= 1.0.2 =
* Fixed: Use wp_enqueue_script() + wp_add_inline_script() instead of inline <script> tags
* Fixed: Text domain changed from 'wcrc' to 'kronarc-review-collector-lite'
* Fixed: Renamed generic prefix 'wcrc' to 'krcol_' for uniqueness
* Fixed: All function/class/define/option names use 'krcol_' prefix
* Fixed: AJAX actions renamed to krcol_submit_review, krcol_dismiss_review
* Fixed: Shortcode renamed to [krcol_review_form]
* Fixed: Cron hook renamed to krcol_daily_check
* Fixed: Database table renamed to krcol_review_log

= 1.0.0 =
* Initial release
