[ad_1]
In class-simple-author-box-admin-page.php you have a dynamic property on line 726 for settings which is a dynamic property and produces warnings on PHP 8.2.
Adding private $settings; to the top of the class with all the other declared variables stops this error from happening. Can we get this change in the next release please?
I did look for a GitHub repository so I could issue a PR, but didn’t find one.
