wpcorner / footnotes-made-easy

A WordPress plugin that allows post authors to easily add and manage footnotes in posts and pages.
https://wordpress.org/plugins/footnotes-made-easy/
GNU General Public License v2.0
0 stars 3 forks source link

PHP 8.2 Deprecated Creation of dynamic property #8

Open jcvignoli opened 1 month ago

jcvignoli commented 1 month ago

Hi, Just updated to latest footnotes made easy from 2.5 version. A longstanding PHP 8.2 bug is back again.

I get the message

Deprecated: Creation of dynamic property swas_wp_footnotes::$styles is deprecated in wp-content/plugins/footnotes-made-easy/footnotes-made-easy.php on line 54

on any admin page.

Thanks for looking into it!

manuell18 commented 3 weeks ago

Thank you for raising this up. I will be declaring the $styles property in the class. That should allow compatibility with newer versions.