stream
stream copied to clipboard
🗄️ Stream plugin for WordPress
Create the database tables if they do not exist when resetting the database Fixes #1284 If the plugin is loaded without activation, tables are never created and resetting the database...
Fixes #1056 again. Re-patches default settings patch #1159 reverted in #1229 .
## System Information - Stream plugin version: 3.8.0 - WordPress version: 5.8 - PHP version: 7.3 - Browser: All - Computer operating system: MacOS Big Sur 11.2.1
# Feature Request Make the phpunit tests work with PHP 8. It appears that the `php-token-stream` library referenced by `phpunit` isn't compatible with PHP 8: ``` Stack trace: #0 /var/www/html/wp-content/plugins/stream-src/vendor/phpunit/php-token-stream/src/Token/Stream.php(118):...
Delete the section that is not applicable: # Bug Report ## Expected Behavior class-connector-blogs->get_context_labels() gathers data from blogs on the multisite using a reasonable amount of memory ## Actual Behavior...
# Bug Report ## Expected Behavior Expecting clean logs upon plugin deactivation. ## Actual Behavior Getting the following exception when deactivating the plugin on both multisite, single site, and per...
Instead of additional "logging" plugins like https://github.com/No3x/wp-mail-logging/ having to be installed, is there anything stopping Stream from logging e-mail itself via a simple connector?
Partially fixes #1093 # Checklist - [x] Test for bbPress connector's `log_override()` implemented. - [x] Test for bbPress connector's `bbp_toggle_topic_admin` callback implemented.
# Bug Report ## Expected Behavior When a post is edited and only the post author is changed, this change should be recorded by Stream. ## Actual Behavior No log...
Partially fixes #1093 # Summary checklist - [x] `gform_after_save_form` callback test implemented and passing. - [x] `gform_delete_lead` callback test implemented and passing. - [x] `gform_pre_confirmation_save` callback test implemented and passing....