v3.12.2
Release Notes
v3.12.2 (2025-11-16)
Bug Fixes
- Revert return type to bool for PHP 8.0 compatibility (eeaaf85 by @sectsect)
- Fixed breaking change from v3.12.1 where
truereturn type (PHP 8.2+) was used - Reverted to
boolreturn type to maintain PHP 8.0+ compatibility - PHPDoc annotation preserved for PHPStan type checking
- Affected file:
includes/rest-api.php
- Fixed breaking change from v3.12.1 where
Full Changelog: v3.12.1...v3.12.2