Version 2.3.0 Release
1. Added the ability to use custom AI models from OpenAI Compatible APIs (AI models which are not listed on OpenAI)
2. Added the ability to list AI Forms previous results for each user, using a new shortcode: [aiomatic-form-history id="FORM_ID"]
3. Added the ability to display AI Forms History for each user, in the admin menu of the plugin
4. Added the ability to prepend and append to AI prompts sent from AI Forms and Chatbots
5. Added support for Azure Batch API
6. Added support for Azure API version 2024-10-21
7. Fixed very rare issue when scheduled running would not work on some servers
8. Added a new WP-CLI command to start editing of posts using WP Content Editor: aiomatic-edit <comma_separated_post_id_list> <optional_editing_template_ID>
9. Added a new WP-CLI command to run a specific rule ID. Usage: <rule_type> <rule_id> - Rule type can be: 0 - Keywords/Titles To Blog Posts, 1 - YouTube Videos To Posts, 2 - Amazon Product Roundup, 3 - Amazon Product Reviews, 4 - CSV AI Post Creator, 5 - OmniBlocks. Separate multiple rule IDs in rule_id using commas