Changeset 3001108
- Timestamp:
- 11/24/2023 10:19:51 AM (2 years ago)
- Location:
- convoworks-wp/trunk
- Files:
-
- 2 edited
-
convo-plugin.php (modified) (2 diffs)
-
readme.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
convoworks-wp/trunk/convo-plugin.php
r2986181 r3001108 9 9 * Plugin URI: https://convoworks.com 10 10 * Author: ZEF Development 11 * Version: 0.22.3 711 * Version: 0.22.38 12 12 * Author URI: https://zef.dev 13 13 * Text Domain: convo-wp … … 25 25 use Convo\Providers\ConvoWPPlugin; 26 26 27 define('CONVOWP_VERSION', '0.22.3 7');27 define('CONVOWP_VERSION', '0.22.38'); 28 28 define('CONVOWP_PLUGIN_SLUG', plugin_basename(__FILE__)); 29 29 define('CONVOWP_FILE', __FILE__); -
convoworks-wp/trunk/readme.txt
r2986185 r3001108 6 6 Tested up to: 6.2 7 7 Requires PHP: 7.2 8 Stable tag: 0.22.3 78 Stable tag: 0.22.38 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 85 85 == Changelog == 86 86 87 = 0.22.38 = 88 89 * Registered the PHP `array_reverse()` function in the core package. 90 * Improvements in the Log Element. 91 * Added Markdown support to chat responses. 92 * Added support for `wpdb::` and `wp::` calls when using `wp_call_user_func()`. 93 * Fixed handling of expired nonces. 94 87 95 = 0.22.37 = 88 96 … … 188 196 == Learn more - Integrations == 189 197 198 * [The GPT Site Assistant: A New Era of AI Integration with WordPress](https://convoworks.com/the-gpt-site-assistant-a-new-era-of-ai-integration-with-wordpress/) 190 199 * [Semantic Search in WordPress: Creating Embeddings with Convoworks, Pinecone, and OpenAI GPT](https://convoworks.com/leveraging-semantic-search-in-wordpress-creating-embeddings-with-convoworks-pinecone-and-openai-gpt/) 191 200 * [Easy Twitter API Integration Without Coding](https://convoworks.com/easy-twitter-api-integration-without-coding/)
Note: See TracChangeset
for help on using the changeset viewer.