All notable changes to fob-comment will be documented in this file
- Add
deactivate()lifecycle method to clear the runtime comment counter binding on deactivation. Persistent data (thefob_commentstable andfob_comment_*settings) is preserved so re-activating the plugin restores all state.
- Fix "This format is invalid" error when saving the settings page after the color picker stored an 8-character hex (with alpha). The color validator now accepts 4/8-character hex and HSL/HSLA values in addition to 3/6-character hex, rgb, and rgba.
- First release 🥳