You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Using version 0.4.1 with PHP 8.3 causes deprecation warning: Deprecated: Calling get_class() without arguments is deprecated. Easy fix is to switch from get_class() to static::class. The self::class magic constant is available in PHP 5.4 and later.
Using version 0.4.1 with PHP 8.3 causes deprecation warning: Deprecated: Calling get_class() without arguments is deprecated. Easy fix is to switch from
get_class()
tostatic::class
. Theself::class
magic constant is available in PHP 5.4 and later.Will there be any update here: https://wordpress.org/plugins/rest-api-oauth1/ ? Published version is 0.3.0, most recent version is 0.4.1.
The text was updated successfully, but these errors were encountered: