Releases: Tmeister/wp-api-jwt-auth
Releases · Tmeister/wp-api-jwt-auth
Release list
Release 1.4.1
What's New
🎨 Enhancements
- Dynamic CTA rotation with UTM tracking for better user engagement
- Token Dashboard admin page for pro feature visibility
- Updated WordPress.org plugin directory assets
🔧 Maintenance
- Updated package dependencies with security patches
- Applied consistent ESLint formatting
📚 Documentation
- Standardized upgrade links and improved formatting
- Enhanced README readability
Full Changelog
1.4.0
- Migrate admin UI from legacy JavaScript to React + TypeScript + Vite
- Add interactive Live API Explorer for testing JWT endpoints with real calls
- Implement enhanced configuration dashboard with real-time health monitoring
- Consolidate dashboard API calls into a single endpoint for better performance
- Add professional UI components with a modern card-based layout
1.3.8
1.3.7
1.3.6
1.3.5
1.3.4
1.3.3
1.3.2
Update PHP Version and Refactoring
- Updating the minimum version of PHP to 7.4
- Validate the signing algorithm against the supported algorithms https://github.com/see https://www.rfc-editor.org/rfc/rfc7518#section-3
- Sanitize the REQUEST_URI and HTTP_AUTHORIZATION values before using them
- Use get_header() instead of $_SERVER to get the Authorization header when possible
- Added typed properties to the JWT_Auth class where possible
- Along with this release, I release a new simple JWT Client App for testing purposes https://github.com/see https://github.com/Tmeister/jwt-client
- WP Code Standards
- Remove unnecessary tests