xwp / stream

🗄️ Stream plugin for WordPress
https://wordpress.org/plugins/stream/
GNU General Public License v2.0
406 stars 116 forks source link

Fix more PHP 8.1 compatibility issues #1494

Closed delawski closed 1 month ago

delawski commented 1 month ago

Fixes #1493, #1492, #1442.

Describe your approach and how it fixes the issue.

Checklist

Release Changelog

Release Checklist

Change [ ] to [x] to mark the items as done.

delawski commented 1 month ago

@tharsheblows I pushed one more fix to a bug I discovered just today which is the same sort of an issue. It's here: 269ca93

When creating new Alerts, AJAX call is done to WP with a post_id = 'new' (when editing existing alerts, those are real IDs for the alert objects). Since the value was not empty, it passed through the logic up until it attempted to get e.g. ID or post_title out of the nonexistent post.