=== Groq Title Generator ===
Contributors: Snilld
Tags: groq, ai, title generator, seo, content creation
Requires at least: 5.0
Tested up to: 6.8.2
Stable tag: 1.3.0
License: GPL-2.0+
License URI: http://www.gnu.org/licenses/gpl-2.0.txt

Uses the Groq API's blazing-fast performance to generate compelling, SEO-optimized titles for your blog posts in an instant.

== Description ==

The Groq Title Generator is a powerful tool for content creators and SEO professionals who want to save time and create engaging, high-performing titles. By leveraging the world's fastest Large Language Models (LLMs) via the Groq API, this plugin provides multiple title suggestions based on your post's content in a matter of seconds.

Features:
*   **Instant Title Suggestions:** Get a list of SEO-friendly titles instantly.
*   **Deep Content Analysis:** The AI analyzes your post content to generate relevant and compelling titles.
*   **Seamless Integration:** Works perfectly in both the classic WordPress editor and the modern Gutenberg block editor.
*   **Customizable:** Configure the number of suggestions and the output language from the settings page.

== Installation ==

1.  Upload the `groq-title-generator` folder to the `/wp-content/plugins/` directory.
2.  Activate the plugin through the 'Plugins' menu in WordPress.
3.  Go to `Settings > Groq Title Generator` to enter your Groq API key and configure the settings.
4.  When editing a post, use the "Auto Generate Title" button to get suggestions.

== Changelog ==

= 1.3.0 =
*   **Code Compliance:** Hardened the plugin by ensuring all PHP code is fully compliant with WordPress Coding Standards, including strict output escaping for improved security.

= 1.2.18 =
*   Complete rewrite of the Gutenberg integration using the official `PluginDocumentSettingPanel` API for maximum stability and a superior user experience.
*   Fixed critical bug that caused a React error and prevented the plugin from rendering in the Gutenberg editor.
*   Fully restored and verified functionality in the Classic Editor.
*   Standardized the updater class to match other Groq plugins, ensuring reliable and consistent updates. 