Changeset 2982505
- Timestamp:
- 10/23/2023 09:41:16 AM (2 years ago)
- Location:
- convoworks-wp/trunk
- Files:
-
- 2 edited
-
convo-plugin.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
convoworks-wp/trunk/convo-plugin.php
r2964419 r2982505 9 9 * Plugin URI: https://convoworks.com 10 10 * Author: ZEF Development 11 * Version: 0.22.3 511 * Version: 0.22.36 12 12 * Author URI: https://zef.dev 13 13 * Text Domain: convo-wp … … 25 25 use Convo\Providers\ConvoWPPlugin; 26 26 27 define('CONVOWP_VERSION', '0.22.3 5');27 define('CONVOWP_VERSION', '0.22.36'); 28 28 define('CONVOWP_PLUGIN_SLUG', plugin_basename(__FILE__)); 29 29 define('CONVOWP_FILE', __FILE__); -
convoworks-wp/trunk/readme.txt
r2964419 r2982505 6 6 Tested up to: 6.2 7 7 Requires PHP: 7.2 8 Stable tag: 0.22.3 58 Stable tag: 0.22.36 9 9 License: GPLv3 10 10 License URI: https://www.gnu.org/licenses/gpl-3.0.html … … 84 84 85 85 == 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. 86 93 87 94 = 0.22.35 =
Note: See TracChangeset
for help on using the changeset viewer.