This repository was archived by the owner on Aug 19, 2025. It is now read-only.
2.4.3-release
·
1 commit
to main
since this release
ChatFramePlus
2.4.3-release (2023-12-20)
Full Changelog Previous Releases
-
fix(db): invalid database index error dependent on New Whispers option (#16)
If a user sets the option New Whispers to Both or New Tab and receives or sends a whisper, a newchat frame is created. No table in the database exists for the new chat frame because a table is
only created for the chat frames that exist when the addon first loads. This fix creates a table in
the database for new chat frames when GetChatFramesTable gets called.
issue #15