Changes since tag v1.5

commit 60cbfdd6f211fd7b69963384b823ae7ade3fc08d
Author: Larry <larryhook@Larrys-MacBook-Air.local>
Date:   Mon Mar 23 20:58:33 2026 -0500

    fix: nil-safe MakeCheckbox for cb.Text compatibility
    
    InterfaceOptionsCheckButtonTemplate does not expose a .Text field in
    all WoW versions/patches. Check for cb.Text, cb.text, and fall back
    to creating a FontString manually to prevent nil-index crashes that
    caused checkbox labels to fail silently in the options panel.
    
    Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>

