=== Groq Tag Generator ===
Contributors: Snilld
Tags: groq, ai, tag generator, seo, content creation, tags, auto tagger
Requires at least: 5.0
Tested up to: 6.8.2
Stable tag: 1.6.1
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 relevant, traffic-driving tags for your blog posts in an instant.

== Description ==

The Groq Tag Generator is an essential tool for bloggers, marketers, and content managers looking to optimize their content for search engines and improve user navigation. By harnessing the incredible speed of the Groq API, this plugin analyzes your post content and instantly suggests a list of relevant, SEO-friendly tags.

Features:
*   **Instant Tag Generation:** No more manual brainstorming. Get a list of high-quality tags in seconds.
*   **Content-Aware Analysis:** The AI reads your content to suggest tags that are contextually relevant.
*   **Full Editor Integration:** Works seamlessly in both the classic WordPress editor and the modern Gutenberg block editor.
*   **Customizable Prompts:** Tailor the AI's instructions from the settings page to match your specific SEO strategy.

== Installation ==

1.  Upload the `groq-tag-generator` folder to the `/wp-content/plugins/` directory.
2.  Activate the plugin through the 'Plugins' menu in WordPress.
3.  Go to `Settings > Groq Tag Generator` to enter your Groq API key and configure the settings.
4.  When editing a post, use the "Auto Generate Tags" button in the "Tags" meta box (Classic Editor) or near the tag input field (Gutenberg).

== Changelog ==

= 1.6.1 =
*   **Bugfix:** Restored full functionality in the Classic Editor, ensuring the "Auto Generate Tags" button appears and works correctly.

= 1.6.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.5.5 =
*   **Gutenberg Compatibility:** Implemented full support for the Gutenberg block editor. The "Auto Generate Tags" button now appears and functions correctly.
*   **Advanced Gutenberg Integration:** The plugin now intelligently creates or reuses existing tags via the WordPress data store, updating the UI instantly without requiring a page reload.
*   **Updater Overhaul:** Replaced the old updater class with a new, standardized version to fix a critical bug that prevented updates from completing correctly.
*   **Network Stability:** Implemented a fix to force HTTP/1.1 for downloads, preventing `net::ERR_QUIC_PROTOCOL_ERROR` on certain hosts. 