Rentiva v4.47.0 — Critical fix: fatal error on Vehicles and Bookings pages
Urgent fix for a fatal error on the Vehicles and Bookings admin list pages introduced in v4.44.0. If you're on v4.44.0–v4.46.0, update immediately.
What Was Wrong
A missing ?> PHP mode close tag inside add_vehicle_stats_cards() left the function-closing } brace in HTML output mode instead of PHP mode. This caused all subsequent class methods — including add_monthly_calendar() — to be output as raw text rather than registered as PHP functions.
Result: The Vehicles and Bookings admin list pages threw a fatal PHP error on load, making them inaccessible.
Introduced in: v4.44.0 (stats card refactor).
Fix
Restored the ?> close tag before the } brace. All subsequent methods in VehicleColumns and BookingColumns now register correctly.
No database changes, no migration needed. Drop-in replacement for v4.44.0–v4.46.0.
