Changeset 3198439
- Timestamp:
- 11/27/2024 08:13:43 PM (16 months 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
r3171253 r3198439 9 9 * Plugin URI: https://convoworks.com 10 10 * Author: ZEF Development 11 * Version: 0.22. 3911 * Version: 0.22.40 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. 39');27 define('CONVOWP_VERSION', '0.22.40'); 28 28 define('CONVOWP_PLUGIN_SLUG', plugin_basename(__FILE__)); 29 29 define('CONVOWP_FILE', __FILE__); -
convoworks-wp/trunk/readme.txt
r3171253 r3198439 4 4 Tags: alexa, alexa-skills, gpt, openai, chatbot, viber, visual-composer, voice, ivr, appointment, booking, mp3, podcast, trivia, quiz 5 5 Requires at least: 5.0 6 Tested up to: 6. 66 Tested up to: 6.7 7 7 Requires PHP: 7.2 8 Stable tag: 0.22. 398 Stable tag: 0.22.40 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.40 = 88 89 * Added the Function Element, which enables you to define custom functions using Convoworks elements and expose them as functions in the expression language. 90 * Registered WordPress `apply_filters()`, `do_action()`, `get_bloginfo()`, `get_post_title()`, `get_post_field()`, `is_user_logged_in()`, and `wp_upload_dir()` functions. 91 * Registered PHP `array_map()` and `str_word_count()` functions. 92 * Made smaller improvements to the preview of some elements. 93 87 94 = 0.22.39 = 88 95 … … 210 217 == Learn more - Integrations == 211 218 219 * [A Dead Simple RAG Setup for WordPress: AI Chatbots for Small Websites](https://convoworks.com/a-dead-simple-rag-setup-for-wordpress-ai-chatbots-for-small-websites/) 212 220 * [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/) 213 221 * [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/) 214 * [ Easy Twitter API Integration Without Coding](https://convoworks.com/easy-twitter-api-integration-without-coding/)222 * [Step-by-Step: Building a GPT-Enhanced Twitter Bot with WordPress and Convoworks](https://convoworks.com/step-by-step-building-a-gpt-enhanced-twitter-bot-with-wordpress-and-convoworks/) 215 223 * [Harnessing the Power of GPT Functions in Convoworks](https://convoworks.com/harnessing-the-power-of-gpt-functions-in-convoworks/) 216 * [Experimenting With GPT, WordPress, and Convoworks to Filter Spam](https://hackernoon.com/experimenting-with-gpt-wordpress-and-convoworks-to-filter-spam)217 224 * [Harnessing the Power of WordPress Hooks with Convoworks](https://convoworks.com/harnessing-the-power-of-wordpress-hooks-with-convoworks/) 218 225 * [Beyond Coding: API Synchronization with WordPress](https://convoworks.com/beyond-coding-api-synchronization-with-wordpress/)
Note: See TracChangeset
for help on using the changeset viewer.