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
The Asana SDK has compatibility issues per Asana/php-asana#118 but it doesn't seem to be causing functional issues. There's just a lot of Deprecated logs. Nothing I can really do about that anyways, though.
Got another bug report related to submitting tasks via the Pinned Tasks metabox:
The problem is using
0 === array_sum( $dt::getLastErrors() )
because PHP 8.2 allows that function to return a boolean if there's no errors.So let's do some general testing with PHP 8.2 to check compatibility.
The text was updated successfully, but these errors were encountered: