Version 5.0.1
August 26, 2026
Fixed
- Every Bird console command, and
php craftitself, died with a PHP fatal error.InspectControllerdeclared a privatetable()helper, but Craft 5.10 added a publictable()tocraft\console\Controller. Lowering a base class method's visibility is a compile-time error, so the whole console application failed to boot —php craft helpincluded, on any install with Bird enabled. The helper is now calledrenderRows().