Plugin Directory

Changeset 3198439


Ignore:
Timestamp:
11/27/2024 08:13:43 PM (16 months ago)
Author:
zefdev
Message:

Add plugin changes

Location:
convoworks-wp/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • convoworks-wp/trunk/convo-plugin.php

    r3171253 r3198439  
    99 * Plugin URI: https://convoworks.com
    1010 * Author: ZEF Development
    11  * Version: 0.22.39
     11 * Version: 0.22.40
    1212 * Author URI: https://zef.dev
    1313 * Text Domain: convo-wp
     
    2525use Convo\Providers\ConvoWPPlugin;
    2626
    27 define('CONVOWP_VERSION', '0.22.39');
     27define('CONVOWP_VERSION', '0.22.40');
    2828define('CONVOWP_PLUGIN_SLUG', plugin_basename(__FILE__));
    2929define('CONVOWP_FILE', __FILE__);
  • convoworks-wp/trunk/readme.txt

    r3171253 r3198439  
    44Tags: alexa, alexa-skills, gpt, openai, chatbot, viber, visual-composer, voice, ivr, appointment, booking, mp3, podcast, trivia, quiz
    55Requires at least: 5.0
    6 Tested up to: 6.6
     6Tested up to: 6.7
    77Requires PHP: 7.2
    8 Stable tag: 0.22.39
     8Stable tag: 0.22.40
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8585== Changelog ==
    8686
     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
    8794= 0.22.39 =
    8895
     
    210217== Learn more - Integrations ==
    211218
     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/)
    212220* [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/)
    213221* [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/)
    215223* [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)
    217224* [Harnessing the Power of WordPress Hooks with Convoworks](https://convoworks.com/harnessing-the-power-of-wordpress-hooks-with-convoworks/)
    218225* [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.