Plugin Directory

Changeset 2986181


Ignore:
Timestamp:
10/30/2023 02:35:37 PM (2 years ago)
Author:
zefdev
Message:

Add plugin files

Location:
convoworks-wp/trunk
Files:
2 edited

Legend:

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

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

    r2982505 r2986181  
    8484
    8585== Changelog ==
     86
     87= 0.22.37 =
     88
     89* Registered wp_call_user_func_array() and call_user_func_array() functions.
     90* Fixed wp_call_user_func() and call_user_func() behavior when called with no arguments.
    8691
    8792= 0.22.36 =
Note: See TracChangeset for help on using the changeset viewer.