Plugin Directory

Changeset 2982505


Ignore:
Timestamp:
10/23/2023 09:41:16 AM (2 years ago)
Author:
zefdev
Message:

Add plugin changes 0.22.36

Location:
convoworks-wp/trunk
Files:
2 edited

Legend:

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

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

    r2964419 r2982505  
    66Tested up to: 6.2
    77Requires PHP: 7.2
    8 Stable tag: 0.22.35
     8Stable tag: 0.22.36
    99License: GPLv3
    1010License URI: https://www.gnu.org/licenses/gpl-3.0.html
     
    8484
    8585== Changelog ==
     86
     87= 0.22.36 =
     88
     89* Forced no body for GET requests in the Http Query Element
     90* Fixed detection of indexed arrays in the call_user_func()
     91* Registered PHP functions in the core package: is_string(), is_float(), is_long(), is_countable(), is_null()
     92* Registered wp_call_user_func() function in the convo-wp-core, which works as call_user_func() with a difference that it is able to load additional WordPress specific includes.
    8693
    8794= 0.22.35 =
Note: See TracChangeset for help on using the changeset viewer.