Plugin Directory

Changeset 3001108


Ignore:
Timestamp:
11/24/2023 10:19:51 AM (2 years ago)
Author:
zefdev
Message:

Add plugin files changes

Location:
convoworks-wp/trunk
Files:
2 edited

Legend:

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

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

    r2986185 r3001108  
    66Tested up to: 6.2
    77Requires PHP: 7.2
    8 Stable tag: 0.22.37
     8Stable tag: 0.22.38
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8585== Changelog ==
    8686
     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
    8795= 0.22.37 =
    8896
     
    188196== Learn more - Integrations ==
    189197
     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/)
    190199* [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/)
    191200* [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.