Plugin Directory

Changeset 3204408


Ignore:
Timestamp:
12/08/2024 03:03:47 PM (16 months ago)
Author:
zefdev
Message:

Add plugin changes 0.22.41

Location:
convoworks-wp/trunk
Files:
2 edited

Legend:

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

    r3198439 r3204408  
    99 * Plugin URI: https://convoworks.com
    1010 * Author: ZEF Development
    11  * Version: 0.22.40
     11 * Version: 0.22.41
    1212 * Author URI: https://zef.dev
    1313 * Text Domain: convo-wp
     
    2525use Convo\Providers\ConvoWPPlugin;
    2626
    27 define('CONVOWP_VERSION', '0.22.40');
     27define('CONVOWP_VERSION', '0.22.41');
    2828define('CONVOWP_PLUGIN_SLUG', plugin_basename(__FILE__));
    2929define('CONVOWP_FILE', __FILE__);
     
    5959        require_once __DIR__.'/vendor/scoper-autoload.php';
    6060    }
    61    
     61
    6262    $plugin = new ConvoWPPlugin();
    6363    $plugin->init();
    64    
     64
    6565    error_log('ConvoWPPlugin INIT DONE after ['.timer_stop(0,6).'ms]');
    66    
     66
    6767} else {
    6868    if (is_admin()) {
  • convoworks-wp/trunk/readme.txt

    r3198439 r3204408  
    66Tested up to: 6.7
    77Requires PHP: 7.2
    8 Stable tag: 0.22.40
     8Stable tag: 0.22.41
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8484
    8585== Changelog ==
     86
     87= 0.22.41 =
     88
     89* Added function scope, for managing variables inside functions
     90* Add response streaming to the test view chat
     91* Registered PHP `sleep()` and `usleep()` functions.
    8692
    8793= 0.22.40 =
Note: See TracChangeset for help on using the changeset viewer.