Commit Graph

23 Commits

Author SHA1 Message Date
26aabdb2d8 Add admin classes for AI logs and settings management
- Introduced Groq_AI_Logs_Admin class to manage AI logs in the admin panel, including log viewing and detail rendering.
- Created Groq_AI_Settings_Renderer class for rendering settings fields in a structured manner.
- Implemented Groq_AI_Term_Admin_Base class to handle term-related functionalities, including term page registration and bulk actions for term descriptions.
- Enhanced term management with AJAX support for generating term descriptions and handling Rank Math integration.
2026-01-31 16:02:13 +00:00
3e74bcbf3a feat: Enhance logging by including request payload in generation responses 2026-01-31 14:58:01 +00:00
051db0febc feat: Add Google safety settings and enhance logging for AI generation events v1.8.0 2026-01-31 14:00:59 +00:00
5ddd3f8104 feat: Update version to 1.7.0 and add term description length settings for AI-generated content v1.7.0 2026-01-30 11:57:21 +00:00
9df41ca85c chore: Bump version to 1.6.4 and update OAuth redirect URI descriptions v1.6.4 2026-01-26 19:50:38 +00:00
934cbf0f73 chore: Bump version to 1.6.3 v1.6.3 2026-01-26 19:26:20 +00:00
5cc6e869bf Refactor code structure for improved readability and maintainability 2026-01-26 19:25:42 +00:00
79d411f35a feat: Register plugin settings with WordPress v1.6.2 2026-01-23 19:02:11 +00:00
58a9b37ccf Add bulk term generation functionality and enhance logging
- Introduced a new JavaScript file for handling bulk term generation in the admin interface.
- Implemented AJAX requests for generating terms and handling responses with appropriate logging.
- Enhanced the Groq_AI_Ajax_Controller to support new options for term generation, including origin and force parameters.
- Improved error handling and logging for term generation events.
- Updated the user interface to reflect the status of term generation and provide feedback to the user.
v1.6.1
2026-01-23 18:55:52 +00:00
5b256f1374 feat: Implement bulk generation for category descriptions with AJAX handling v1.6.0 2026-01-23 18:25:15 +00:00
d878bb7805 feat: Update version to 1.5.0 and add brand context handling to prompts v1.5.0 2026-01-23 17:59:32 +00:00
43ddbddd11 feat: Add product attribute inclusion settings and enhance context handling in AI prompts v1.4.5 2026-01-16 19:19:00 +00:00
7b9f26e966 feat: Enhance term management by adding Rank Math meta fields and updating bottom description handling v1.4.4 2026-01-16 19:01:25 +00:00
6f488c5c6d feat: Add bottom description field for terms and update related functionality v1.4.3 2026-01-16 18:41:03 +00:00
1c4ef5e16a fix: Update version to 1.4.2 and enhance internal link suggestions with brand taxonomy detection v1.4.2 2026-01-16 18:21:25 +00:00
1bb10f4b45 feat: Add max output tokens setting and integrate with AI content generation v1.4.1 2026-01-16 18:08:46 +00:00
95f7983e70 Add Google Analytics and Search Console integration
- Implemented Groq_AI_Google_Analytics_Data_Client for fetching GA4 data.
- Created Groq_AI_Google_Search_Console_Client for retrieving Search Console data.
- Added Google OAuth client for authentication with Google APIs.
- Enhanced Groq_AI_Settings_Manager to include Google OAuth settings.
- Introduced term context building methods in Groq_AI_Google_Context_Builder.
- Developed JavaScript functionality for term generation in the admin interface.
- Added methods for generating term prompts and handling responses.
- Improved error handling and response parsing for Google API interactions.
v1.4.0
2026-01-16 17:48:34 +00:00
985f7dfbcd Refactor localization strings to use constant for text domain; add image context limit feature
- Updated localization strings in various classes to use the constant `GROQ_AI_PRODUCT_TEXT_DOMAIN` instead of hardcoded text domain.
- Introduced an image context limit setting in the settings manager and adjusted related methods to accommodate this new feature.
- Modified prompt builder to handle image context limit when building product context blocks and retrieving image payloads.
- Enhanced error handling and response structures to include new fields related to image context.
- Added support for title suggestions in the structured response from the AI.
v1.3.0
2025-12-19 16:10:57 +00:00
cf7ee6b86e fix: Update version to 1.2.2 in groq-ai-product-text.php and ensure plugin data is loaded in SitiWebUpdater v1.2.2 2025-12-11 21:23:31 +00:00
1d19b36493 fix: Update version to 1.2.1 in groq-ai-product-text.php and refactor version retrieval in SitiWebUpdater v1.2.1 2025-12-11 21:13:25 +00:00
732c7ad393 feat: Update plugin to version 1.2.0 with new image context features
- Added support for image context in product prompts, allowing images to be sent as URLs or Base64.
- Introduced a new settings page for managing prompt configurations.
- Implemented caching for allowed models per provider to enhance performance.
- Enhanced logging to include image context usage details.
- Added model exclusions management to prevent the use of specific models.
- Updated AJAX controller to handle image context in requests.
- Refactored prompt builder to support image context in prompts.
v1.2.0
2025-12-11 20:01:46 +00:00
0a605cf165 Bump version to 1.1.1 and remove unused error handler code v1.1.1 2025-12-05 23:57:37 +00:00
Roberto Guagliardo
5171f93a93 Add Google and Groq AI providers, enhance provider manager, and implement conversation and logging services
- Introduced `Groq_AI_Provider_Google` and `Groq_AI_Provider_Groq` classes for handling AI interactions with Google and Groq respectively.
- Enhanced `Groq_AI_Provider_Manager` to register and manage multiple AI providers.
- Implemented `Groq_AI_Conversation_Manager` for managing conversation IDs and context hashes.
- Added `Groq_AI_Generation_Logger` for logging AI generation events and managing log tables.
- Developed `Groq_AI_Prompt_Builder` for constructing prompts and processing AI responses.
- Established `Groq_AI_Settings_Manager` for managing plugin settings, including context fields and module configurations.
v1.1.0
2025-12-05 23:58:15 +01:00