htmlburger / carbon-fields

WordPress Custom Fields Library ✨
https://carbonfields.net/
Other
1.38k stars 244 forks source link

Fix deprecation warning in php 8.3 #1223

Closed gettonet closed 2 months ago

gettonet commented 6 months ago

Change get_class() to self::class and avoid get_class() and get_parent_class() function calls without arguments deprecated warning.

Daniel217D commented 5 months ago

Please, release this fix

chrismccoy commented 3 months ago

should be static::class instead of self::class (gives error)

UnknownChick commented 3 months ago

Need this fix

atanas-vasilev-dev commented 2 months ago

This was fixed with https://github.com/htmlburger/carbon-fields/pull/1239

atanas-vasilev-dev commented 2 months ago

The fix for this issue is now released in https://github.com/htmlburger/carbon-fields/releases/tag/v3.6.5