Changeset 3204408
- Timestamp:
- 12/08/2024 03:03:47 PM (16 months ago)
- Location:
- convoworks-wp/trunk
- Files:
-
- 2 edited
-
convo-plugin.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
convoworks-wp/trunk/convo-plugin.php
r3198439 r3204408 9 9 * Plugin URI: https://convoworks.com 10 10 * Author: ZEF Development 11 * Version: 0.22.4 011 * Version: 0.22.41 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.4 0');27 define('CONVOWP_VERSION', '0.22.41'); 28 28 define('CONVOWP_PLUGIN_SLUG', plugin_basename(__FILE__)); 29 29 define('CONVOWP_FILE', __FILE__); … … 59 59 require_once __DIR__.'/vendor/scoper-autoload.php'; 60 60 } 61 61 62 62 $plugin = new ConvoWPPlugin(); 63 63 $plugin->init(); 64 64 65 65 error_log('ConvoWPPlugin INIT DONE after ['.timer_stop(0,6).'ms]'); 66 66 67 67 } else { 68 68 if (is_admin()) { -
convoworks-wp/trunk/readme.txt
r3198439 r3204408 6 6 Tested up to: 6.7 7 7 Requires PHP: 7.2 8 Stable tag: 0.22.4 08 Stable tag: 0.22.41 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.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. 86 92 87 93 = 0.22.40 =
Note: See TracChangeset
for help on using the changeset viewer.