BF Error when debug is enabled

@Daniele FYI after the latest WP update I’m getting the following errors when debugging is enabled:

Deprecated : Creation of dynamic property Puc_v4p13_Plugin_Info::$request_time_elapsed is deprecated in /home/wp-content/plugins/bricksforge/includes/update-checker/Puc/v4p13/Metadata.php on line 47

Warning : Cannot modify header information - headers already sent by (output started at /home/wp-content/plugins/bricksforge/includes/update-checker/Puc/v4p13/Metadata.php:47) in /home/freedom3//wp-includes/pluggable.php on line 1435

Warning : Cannot modify header information - headers already sent by (output started at /home/wp-content/plugins/bricksforge/includes/update-checker/Puc/v4p13/Metadata.php:47) in /home/wp-includes/pluggable.php on line 1438

Hey Mark!

Hmm…which PHP version are you using? Running locally with PHP 8.2 and the current WordPress version and I don’t see this errors. WP_DEBUG is enabled though.

I’m on 8.2 as well. It’s on the same dev test install I made for you to test the repeaters. I don’t usually have debug on but had it on for you to test and just happen to see it. I only passed it on because it said some code was deprecated in case you’re using a function that needs to be updated.