Version 5.0.1
August 26, 2026
Fixed
- The bars index returned HTTP 500 whenever the status column was shown. Craft 5 expects
statuses()to returncraft\enums\Colorcases; the string colours this plugin returned madeCp::componentStatusLabelHtml()fail with "Attempt to read propertyvalueon string". The index then showed no rows at all, because the failed Ajax call simply never replaced the table.