When updating from version 2.1.0 to version 2.1.2, a fatal erreor occurs on my website. This ist the error i get:
An error of type E_COMPILE_ERROR was caused on line 25 of the path-to-my-root-direcotry/wp-content/plugins/jwt-auth/vendor/composer/autoload_real.php file. Error message: require(): Failed opening required 'path-to-my-root-direcotry/wp-content/plugins/jwt-auth/vendor/composer/platform_check.php' (include_path='.:/ usr/local/php74/pear')
I checked the wordpress repository plugin ZIP and the "platform_check.php" file is indeed missing in the vendor/composer/ folder.
When downgrading to version 2.1.0, everything is working fine again.
When updating from version 2.1.0 to version 2.1.2, a fatal erreor occurs on my website. This ist the error i get:
An error of type E_COMPILE_ERROR was caused on line 25 of the path-to-my-root-direcotry/wp-content/plugins/jwt-auth/vendor/composer/autoload_real.php file. Error message: require(): Failed opening required 'path-to-my-root-direcotry/wp-content/plugins/jwt-auth/vendor/composer/platform_check.php' (include_path='.:/ usr/local/php74/pear')
I checked the wordpress repository plugin ZIP and the "platform_check.php" file is indeed missing in the vendor/composer/ folder. When downgrading to version 2.1.0, everything is working fine again.
Thanks for looking into it!