Commit Graph

46 Commits

Author SHA1 Message Date
70001df941 feat: implement new license validation and updater system with SitiWebUpdater2 2026-02-01 03:04:38 +00:00
github-actions[bot]
072e2d109f chore: update manifest.json 2026-02-01 01:23:44 +00:00
1015627822 chore: bump version to 1.9.2
All checks were successful
Build & Release Plugin / release (push) Successful in 10s
v1.9.2
2026-02-01 01:23:38 +00:00
8f1fc80835 fix: update release workflow to handle API response and improve error reporting
All checks were successful
Build & Release Plugin / release (push) Successful in 4s
2026-02-01 01:22:50 +00:00
b73d858ca7 feat: implement Gitea release creation with asset upload
Some checks failed
Build & Release Plugin / release (push) Failing after 8s
v1.9.1
2026-02-01 01:22:10 +00:00
aa4bfa33c0 fix: remove sudo from zip installation in release workflow
Some checks failed
Build & Release Plugin / release (push) Failing after 9s
2026-02-01 01:13:22 +00:00
0b9cd99fb0 fix: ensure zip is installed before building distribution package
Some checks failed
Build & Release Plugin / release (push) Failing after 4s
2026-02-01 01:12:52 +00:00
eba8df9962 refactor: replace rsync with tar for packaging assets in release workflow
Some checks failed
Build & Release Plugin / release (push) Failing after 4s
2026-02-01 01:12:09 +00:00
f2a39e4660 refactor: update release workflow to improve tagging and asset packaging
Some checks failed
Build & Release Plugin / release (push) Failing after 4s
2026-02-01 01:11:15 +00:00
2f0a44706b fix: improve tag existence check by using local tags
Some checks failed
Generate Manifest & Tag / tag (push) Failing after 3s
2026-02-01 01:01:41 +00:00
10a46f8668 Merge branch 'main' of 192.168.1.206:roberto/siti-ai-product-content-generator
Some checks failed
Generate Manifest & Tag / tag (push) Failing after 3s
2026-02-01 01:00:33 +00:00
db981ba4a6 refactor: rename workflow to 'Generate Manifest & Tag' and simplify release process 2026-02-01 01:00:31 +00:00
github-actions[bot]
aa757710c9 chore: update manifest.json 2026-02-01 00:56:40 +00:00
1d587ce2d1 Merge branch 'main' of 192.168.1.206:roberto/siti-ai-product-content-generator
Some checks failed
Build & Release Plugin / release (push) Failing after 5s
2026-02-01 00:56:35 +00:00
0aaa7087a9 chore: downgrade version to 1.9.1 in plugin header 2026-02-01 00:56:09 +00:00
github-actions[bot]
68bce5006d chore: update manifest.json 2026-02-01 00:45:58 +00:00
4383982fb2 feat: update version to 1.9.2 and set custom API base URL in SitiWebUpdater
Some checks failed
Build & Release Plugin / release (push) Failing after 5s
2026-02-01 00:44:55 +00:00
github-actions[bot]
5f1dcaf352 chore: update manifest.json 2026-01-31 23:57:25 +00:00
62c688dba4 chore: bump version to 1.9.1 in plugin header 2026-01-31 23:01:39 +00:00
github-actions[bot]
42332635ba chore: update manifest.json 2026-01-31 19:42:48 +00:00
9ae516b77c feat: Add automated commit and push for manifest.json updates 2026-01-31 19:42:38 +00:00
4ff96d98e0 feat: Generate manifest.json from plugin header information 2026-01-31 19:40:26 +00:00
6cff0b6f58 Add core classes and tests for Groq AI compatibility, logging, and model services
- Implement Groq_AI_Compatibility_Service to manage WooCommerce dependency and admin notices.
- Create Groq_AI_Log_Scheduler for scheduled log cleanup based on settings.
- Develop Groq_AI_Model_Service for model selection and caching.
- Add language translations in POT file for Dutch.
- Set up PHPUnit configuration and bootstrap for testing.
- Implement unit tests for model exclusions, provider request building, settings management, and term saving functionality.
v1.9.0
2026-01-31 17:48:46 +00:00
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