Skip to content
This repository was archived by the owner on Aug 19, 2025. It is now read-only.

2.4.3-release

Choose a tag to compare

@github-actions github-actions released this 20 Dec 06:28
· 1 commit to main since this release
e663a31

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 new

    chat 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