@ipajen its possible that other tools are leveraging PHPCompatibility not-yet-fully-released in-progress scans for 8.1 or 8.2. Tide has taken the stance that it will only report on released checks and not ones still in development as there’s a risk that showing 8.1 or 8.2 are passing but in reality are not because the coverage in PHPCompat is not complete.
@jeffpaul Yes your correct maybe not show all. Maybe better only show those version that’s currently supported by tilde.
If plugin author are interested to implement this feature. Something to consider is that should the check be made on the current version installed of the plugins or on the latest version.
HI @ipajen @jeffpaul i have modified the column require php version to supported php version now it is displaying all the supported php version for the plugin please check it out and let me know if you have any more suggestion to improve the plugin
@dineshpilani05 after updating to 2.3 I get a fatal error on PHP 8.2.3 for the plugin when going to /blog/wp-admin/admin.php?page=PCC_Check
Fatal error: Uncaught Error: implode(): Argument #1 ($pieces) must be of type array, string given
in public_html/blog/wp-content/plugins/plugin-compatibility-checker/plugin-compatibility-checker.php on line 315
Call stack:
implode()
wp-content/plugins/plugin-compatibility-checker/plugin-compatibility-checker.php:315
PCC::PCC_Check()
wp-includes/class-wp-hook.php:308
WP_Hook::apply_filters()
wp-includes/class-wp-hook.php:332
WP_Hook::do_action()
wp-includes/plugin.php:517
do_action()
wp-admin/admin.php:259
Also there are following warnings.
Warning: Undefined array key “reports” in /public_html/blog/wp-content/plugins/plugin-compatibility-checker/plugin-compatibility-checker.php on line 312
Warning: Trying to access array offset on value of type null in public_html/blog/wp-content/plugins/plugin-compatibility-checker/plugin-compatibility-checker.php on line 312
Warning: Trying to access array offset on value of type null in public_html/blog/wp-content/plugins/plugin-compatibility-checker/plugin-compatibility-checker.php on line 312
Warning: Trying to access array offset on value of type null in public_html/blog/wp-content/plugins/plugin-compatibility-checker/plugin-compatibility-checker.php on line 312
Hi @ipajen I will update the plugin after sometime but it not test with php8.2 so it will be fixed in next release
Hi @jeffpaul @ipajen I updated the plugin, you can check it out i have fixed the issues
Thank you, issues fixed and working great. Closing ticket.