Skip to content

v3.12.2

Choose a tag to compare

@sectsect sectsect released this 16 Nov 09:37
· 65 commits to master since this release

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 true return type (PHP 8.2+) was used
    • Reverted to bool return type to maintain PHP 8.0+ compatibility
    • PHPDoc annotation preserved for PHPStan type checking
    • Affected file: includes/rest-api.php

Full Changelog: v3.12.1...v3.12.2