usefulteam / jwt-auth

WordPress JSON Web Token Authentication
https://wordpress.org/plugins/jwt-auth/
116 stars 49 forks source link

Latest 2.1.2 breaks my Wordpress / WooCommerce page with a fatal error #80

Closed c7nj7n closed 1 year ago

c7nj7n commented 1 year ago

The issue that's pointed out seems to be connected to a missing file:

wp-content/plugins/jwt-auth/vendor/composer/platform_check.php

I managed to reproduce locally, if you need further help to debug please reach out.

adambichler commented 1 year ago

@c7nj7n got the same problem and reported it just yet – seems like you were quicker ;-)

Issue #81

dominic-ks commented 1 year ago

Yep thanks for that both, looks like some files haven't gone into the wp,org repo for some reason, fixing it now.

dominic-ks commented 1 year ago

@c7nj7n @adambichler just pushed version 2.1.3 to WordPress.org and should fix this, take it for a spin and let me know!

c7nj7n commented 1 year ago

That was a quick fix, awesome job @dominic-ks ! I just upgraded to 2.1.3 and it's all smoothed out. Thank you and keep up the good work!

dominic-ks commented 1 year ago

Cheers @c7nj7n, thanks for confirming.

adambichler commented 1 year ago

@dominic-ks same, here. Works fine now!