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

## Problem The `Show all Contexts` dropdown list is difficult to navigate when there are a large number of items, because of how small it is. Only 5 entries are...

https://github.com/xwp/stream/blob/394c4c3d9becf29cd0b8e03e57f38229f90b1a4c/connectors/class-connector-acf.php#L617 I get the following error when doing an import to update a taxonomy that uses Advanced Custom Fields (ACF). `PHP Notice: Undefined index: label in /home/site/public_html/wp-content/plugins/stream/connectors/class-connector-acf.php on line 617`...

Fixes #1349 . I've fixed all the deprecation warnings I've found when running my site against PHP 8.1. # Checklist - [x] Project documentation has been updated to reflect the...

compatibility

# Feature Request The [WordPress.org plugin "Two Factor"](https://wordpress.org/plugins/two-factor/) is used by 50k+ installs, having the actions from that plugin available in Stream would be beneficial to Stream users. This is...

enhancement
integration

`register_post_type()` generates rewrite rules by default even if the post type isn't public. Two avoid this we can pass `'rewrite' => false`. Currently the `rewrite_rules` options also contains these rules:...

# Bug Report I am getting this warning message `Warning: Trying to access array offset on value of type bool in /code/wp-content/plugins/stream/alerts/class-alert-type-slack.php on line 148 ` And it's because we...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [eslint](https://eslint.org) ([source](https://togithub.com/eslint/eslint)) | [`^8.55.0` -> `^9.1.1`](https://renovatebot.com/diffs/npm/eslint/8.55.0/9.1.1) |...

# Bug Report ## Expected Behavior A CSV export should contain all the data Stream has. ## Actual Behavior The export is cut off at 10,000 items. ## Steps to...

bug
support forum

# Bug Report ## Expected Behavior The item count should accurately reflect how many records are in Stream after it is updated with Javascript. ## Actual Behavior The item count...

Fixes #1445. Straightforward escaping of `%` in `$post->post_title` with `%%` prevents the error. # Checklist - [ ] Project documentation has been updated to reflect the changes in this pull...