imath / wp-statuses

WordPress plugin to ease Custom Post Statuses integration
GNU General Public License v2.0
160 stars 27 forks source link

Deprecation notices found when running PHP 8.2 #81

Closed claytoncollie closed 11 months ago

claytoncollie commented 11 months ago

I am upgrading some sites that are running this plugin and found these deprecation notices in my debug.log.

This is from version 2.1.5 while running WP 6.3.1 on PHP 8.2.8

Thanks for the continued work keeping this plugin active and maintained. It is very much appreciated!

[30-Sep-2023 21:14:40 UTC] PHP Deprecated:  Creation of dynamic property WP_Statuses::$version is deprecated in wp-statuses/wp-statuses.php on line 72
[30-Sep-2023 21:14:40 UTC] PHP Deprecated:  Creation of dynamic property WP_Statuses::$domain is deprecated in wp-statuses/wp-statuses.php on line 75
[30-Sep-2023 21:14:40 UTC] PHP Deprecated:  Creation of dynamic property WP_Statuses::$file is deprecated in wp-statuses/wp-statuses.php on line 78
[30-Sep-2023 21:14:40 UTC] PHP Deprecated:  Creation of dynamic property WP_Statuses::$basename is deprecated in wp-statuses/wp-statuses.php on line 79
[30-Sep-2023 21:14:40 UTC] PHP Deprecated:  Creation of dynamic property WP_Statuses::$dir is deprecated in wp-statuses/wp-statuses.php on line 82
[30-Sep-2023 21:14:40 UTC] PHP Deprecated:  Creation of dynamic property WP_Statuses::$url is deprecated in wp-statuses/wp-statuses.php on line 83
[30-Sep-2023 21:14:40 UTC] PHP Deprecated:  Creation of dynamic property WP_Statuses::$js_url is deprecated in wp-statuses/wp-statuses.php on line 84
[30-Sep-2023 21:14:40 UTC] PHP Deprecated:  Creation of dynamic property WP_Statuses::$inc_dir is deprecated in wp-statuses/wp-statuses.php on line 85
[30-Sep-2023 21:14:40 UTC] PHP Deprecated:  Creation of dynamic property WP_Statuses::$admin is deprecated in wp-statuses/inc/admin/classes/class-wp-statuses-admin.php on line 69
imath commented 11 months ago

Hi @claytoncollie

Thanks for your feedback, I'll fix these asap!