promotional bannermobile promotional banner

ChatFramePlus

Provides further customization for chat frames.

File Details

2.4.3-release

  • R
  • Dec 20, 2023
  • 265.05 KB
  • 243
  • 3.4.3+1
  • Classic

File Name

ChatFramePlus-2.4.3-release.zip

Supported Versions

  • 3.4.3
  • 1.15.0

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