stream icon indicating copy to clipboard operation
stream copied to clipboard

๐Ÿ—„๏ธ Stream plugin for WordPress

Results 173 stream issues
Sort by recently updated
recently updated
newest added
trafficstars

Fixes #1349. This fixes a deprecation notice in PHP 8: > PHP Deprecated: strlen(): Passing null to parameter #1 ($string) of type string is deprecated in classes/class-log.php on line 217...

compatibility

A record is an Object, not an Array, so we should use `property_exists()` instead `array_key_exists`. Fixes #1474. ## Release Changelog - `Fix: PHP Uncaught TypeError in CLI command #1474`

# Bug Report If I type `wp stream query` on the CLI, I get an PHP error. `Fatal error: Uncaught TypeError: array_key_exists(): Argument #2 ($array) must be of type array,...

# Bug Report Dynamic callback methods in custom connectors, eg: `callback_ACTION_NAME` cannot have hyphens in their method name, however the callback discovery routine does not convert hyphens to an underscore,...

Fixes #1468. Fixed the dynamic callback locating routine by removing the hyphen as a valid function name character. # Checklist - [x] Project documentation has been updated to reflect the...

Bumps [@babel/traverse](https://github.com/babel/babel/tree/HEAD/packages/babel-traverse) from 7.20.10 to 7.23.2. Release notes Sourced from @โ€‹babel/traverse's releases. v7.23.2 (2023-10-11) NOTE: This release also re-publishes @babel/core, even if it does not appear in the linked release...

dependencies
javascript

Bumps [composer/composer](https://github.com/composer/composer) from 2.2.21 to 2.2.22. Release notes Sourced from composer/composer's releases. 2.2.22 Security: Fixed possible remote code execution vulnerability if composer.phar is publicly accessible, executable as PHP, and register_argc_argv...

dependencies
php

Fixes #1458. See https://developer.wordpress.org/plugins/internationalization/how-to-internationalize-your-plugin/#plugins-on-wordpress-org > Since WordPress 4.6 translations now take translate.wordpress.org as priority and so plugins that are translated via translate.wordpress.org do not necessary require `load_plugin_textdomain()` anymore. If you...

# Feature Request Considering that we don't host any of the translated strings in the plugin source code, we should switch to using the translate.wordpress.org service and WP.org integration per...

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) and [ansi-regex](https://github.com/chalk/ansi-regex). These dependencies needed to be updated together. Updates `ansi-regex` from 3.0.0 to 5.0.1 Release notes Sourced from ansi-regex's releases. v5.0.1 Fixes (backport of 6.0.1 to v5)...

dependencies
javascript