=== VerifyAI - Fact Checker ===
Contributors: hamzaiqbal423
Tags: ai, fact check, chatgpt, gemini, writing
Requires at least: 5.8
Tested up to: 6.9
Stable tag: 1.0.1
Requires PHP: 7.4
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

VerifyAI scans WordPress posts for factual errors using OpenAI or Google Gemini. Includes live Google Search grounding.

== Description ==

**Stop publishing fake news.** VerifyAI adds an AI-powered fact-checking assistant directly to your WordPress editor.

With one click, it analyzes your content and highlights inaccuracies, hallucinations, or outdated information.

**Key Features:**
* **Dual AI Support:** Choose between OpenAI (GPT-4o) or Google Gemini (2.5 Flash).
* **Live Search:** Gemini integration checks live internet sources for recent events.
* **Smart Context:** Automatically detects the current date.
* **Visual Reports:** Clear "Green/Red" reporting for instant corrections.

== External Services ==

This plugin relies on third-party AI services to analyze your content.

1. **OpenAI (GPT-4o)**
   * **Used for:** Analyzing text for factual accuracy.
   * **Data Sent:** The content of the post you are scanning. Data is sent only when you click "Scan".
   * **Links:** [Terms of Use](https://openai.com/policies/terms-of-use), [Privacy Policy](https://openai.com/policies/privacy-policy).

2. **Google Gemini (AI Studio)**
   * **Used for:** Analyzing text and performing live Google Searches for fact-checking.
   * **Data Sent:** The content of the post you are scanning. Data is sent only when you click "Scan".
   * **Links:** [Terms of Service](https://ai.google.dev/terms), [Privacy Policy](https://policies.google.com/privacy).

== Installation ==

1.  Upload the `verifyai-fact-checker` folder to the `/wp-content/plugins/` directory.
2.  Activate the plugin through the 'Plugins' menu in WordPress.
3.  Go to **Settings > VerifyAI Settings** and enter your API key.

== Screenshots ==

1. Settings page.
2. Scanning sidebar.

== Changelog ==

= 1.0.1 =
* Fix: Renamed main file to match slug.
* Fix: Updated function prefixes to meet WP standards.
* Fix: Corrected contributor username.

= 1.0.0 =
* Initial Release.