Version 3.2.4
= Version 3.2.4 – July 31, 2026 =
- Don't wait for
rest_pre_serve_requestin CORS origin check.- Prevents rest execution when forbidden.
- Use
send_headersaction for CORS headers. - Fix: check return of parse_url for array.
- Fix:
currentURL()for WP-CLI. - Updated (finally) for PHP 8.4+
- Removed reference to
E_STRICTconstant. - Implement explicit nullable types (?string).