promotional bannermobile promotional banner

BazNotificationCenter

A sleek, modular notification center that replaces WoW's scattered alerts with unified toasts and a clean panel. Per-module settings, item tooltips, DND mode, and an extensible API.

File Details

019

  • R
  • Apr 15, 2026
  • 122.93 KB
  • 9
  • 12.0.1
  • Retail

File Name

BazNotificationCenter-019.zip

Supported Versions

  • 12.0.1

BazNotificationCenter

019 (2026-04-15)

Full Changelog Previous Releases

  • Fix SafeString taint laundering for Midnight secret strings
    • Detaint() now uses pcall(string.format, "%s", val) as the primary
      path — that's the documented Midnight pattern that strips the new
      secret-string taint. tostring() does NOT strip it, which caused
      Reputation and other modules' SafeMatch calls to throw "secret
      string" errors after laundering.
    • Fallbacks to the previous tostring + securecallfunction paths
      preserved as a safety net.