Directory

PHP Deprecated: uksort() Returning bool from comparison function in bp-beta-tester plugin · Issue #8 · buddypress/bp-beta-tester · GitHub
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PHP Deprecated: uksort() Returning bool from comparison function in bp-beta-tester plugin #8

Closed
vapvarun opened this issue Jul 3, 2024 · 3 comments · Fixed by #9
Closed

Comments

@vapvarun
Copy link

vapvarun commented Jul 3, 2024

While using the bp-beta-tester plugin, a deprecation notice appears related to the uksort() function.

PHP Deprecated: uksort(): Returning bool from comparison function is deprecated, return an integer less than, equal to, or greater than zero in ..\wp-content\plugins\bp-beta-tester\inc\functions.php on line 253

@vapvarun
Copy link
Author

vapvarun commented Jul 3, 2024

image (9)

@emaralive
Copy link

It appears that an upgrade to version 1.3.0 was not completed, currently the trunk is at 1.3.0-alpha, of which PR #7 had fixed what has been reported by this issue (Deprecated Notice: uksort()).

Trunk fixes the reported issue, furthermore tested with WP 6.5.5 & WP 6.6-RC2.

Actions to be taken appear to be:

  • Update relevant info in class-bp-beta-tester.php
  • Update relevant info in readme.txt.
  • Draft a new release & provide a zip file.
  • Update wordpress.org plugin directory with new version.

@imath
Copy link
Member

imath commented Jul 8, 2024

Thanks for looking into it @emaralive working on it asap

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants