Version 2.2.1 - Commented out version-fix.js script and fixed version consistency
Some checks are pending
ci/woodpecker/push/woodpecker Pipeline is pending

This commit is contained in:
2025-04-14 21:26:27 +01:00
parent e1da072640
commit c5d3c7672c
6 changed files with 49 additions and 5 deletions

View File

@ -45,7 +45,9 @@ class Admin {
return;
}
// Always load our version fix script on the plugins page
// Version fix script is no longer needed after refactoring
// Commented out for testing
/*
wp_enqueue_script(
'fpden-version-fix',
FPDEN_PLUGIN_URL . 'admin/js/version-fix.js',
@ -53,6 +55,7 @@ class Admin {
FPDEN_VERSION,
true // Load in footer
);
*/
// Get invalid plugins to decide if other assets are needed
$invalid_plugins = $this->core->get_invalid_plugins();