bobbingwide / oik-types

oik custom content type manager
http://www.oik-plugins.com/oik-plugins/oik-types/
GNU General Public License v2.0
1 stars 0 forks source link

Support PHP 8.1, PHP 8.2 & PHP 8.3 #28

Closed bobbingwide closed 1 month ago

bobbingwide commented 10 months ago

Update code to run without problems in PHP 8.1 and 8.2

See https://github.com/bobbingwide/bobbingwide/issues/103

bobbingwide commented 10 months ago

Delivered in v2.3.1. Though there was a problem with packaging so the first v2.3.1 zip file's main plugin file still said it was v2.3.0

bobbingwide commented 9 months ago
Deprecated: stripslashes(): Passing null to parameter #1 ($string) of type string is deprecated in C:\apache\htdocs\wordpress\wp-content\plugins\oik-types\admin\oik-types.php on line 363
bobbingwide commented 8 months ago

Messages displayed on first view of https://wp-secrets.co.uk/wp-admin/admin.php?page=oik_fields

Warning: Trying to access array offset on value of type null in /home/customer/www/wp-secrets.co.uk/public_html/wp-content/plugins/oik-types/admin/oik-fields.php on line 278

Warning: Trying to access array offset on value of type null in /home/customer/www/wp-secrets.co.uk/public_html/wp-content/plugins/oik-types/admin/oik-fields.php on line 284

bobbingwide commented 8 months ago

Problem also occurs in https://s.b/wp55/tt4/wp-admin/admin.php?page=oik_fields

bobbingwide commented 7 months ago

See also https://github.com/bobbingwide/bobbingwide/issues/114

bobbingwide commented 1 month ago

Delivered in v2.4.2