wanze / SeoMaestro

🧙‍♂️A ProcessWire module helping you to manage SEO related tasks like a boss.
MIT License
34 stars 9 forks source link

PHP 8.1 errors #41

Closed adrianbj closed 2 years ago

adrianbj commented 2 years ago
PHP Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in /site/modules/SeoMaestro/src/SeoDataBase.php:236
horst-n commented 2 years ago

I have found this one too with PHP 8.1

Deprecated: preg_match(): Passing null to parameter #2 ($subject) of type string is deprecated in site/modules/SeoMaestro/src/OpengraphSeoData.php on line 193
wanze commented 2 years ago

Would appreciate a pull request if anyone has time to fix these. Thanks!

wanze commented 2 years ago

Fixed with v1.1.1, thanks for the pull request!