-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for PHP 8.3 and WordPress 6.5.2 #3
Comments
Messages when cookie-category was first activated in PHP 8.3 were PHP Deprecated: Using ${var} in strings is deprecated, use {$var} instead in C:\apache\htdocs\wordpress\wp-content\plugins\cookie-category\cookie-category.php on line 72 Subsequently, the simplexml_load_file() was failing with a 404, which caused several more errors in the client.
|
Delivered in v1.3.0 |
cookie-category was last updated a long time ago, when it was tested with PHP 7.1
Now we need to test with PHP 8.3.
See also bobbingwide/bobbingwide#114
Note: I was considering dropping the domain cookie-cat.co.uk but decided to retain it...
The text was updated successfully, but these errors were encountered: