xwp / stream

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

Fix Uncaught ValueError in Gravity Forms and WordPress SEO connectors #1508

Closed tharsheblows closed 1 month ago

tharsheblows commented 1 month ago

Fixes https://github.com/xwp/stream/issues/1489, https://github.com/xwp/stream/issues/1443, https://github.com/xwp/stream/issues/1445

Adds in method for escaping the % character for use in log messages. There are other ways to do this which involve fixing the problem in the log() method but for back compat and in case anyone has extended this, I think we should stick with this way.

I've also enabled the debug.log in the local environment.

Checklist

Release Changelog