File Details
1.3.0
- R
- Mar 3, 2026
- 15.33 KB
- 209
- 12.0.1+8
- Classic + 3
File Name
RaidLogAuto-1.3.0.zip
Supported Versions
- 12.0.1
- 12.0.0
- 11.2.7
- 5.5.3
- 5.5.2
- 4.4.2
- 2.5.5
- 1.15.8
- 1.15.7
RaidLogAuto
1.3.0 (2026-03-03)
Full Changelog Previous Releases
- chore(master): release 1.3.0 (#28)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - fix: add WOW_PROJECT_ID guards to version-specific Lua files (#26) (#29)
- Initial plan
- fix: add WOW_PROJECT_ID version guards to prevent cross-version file loading
When all version-specific Lua files are loaded (e.g. from a GitHub clone
or when the TOC doesn't conditionally load files), the last file's slash
command handler overwrites earlier ones. Since RaidLogAuto_Classic.lua is
listed last and lacks the mythic command, /rla mythic falls through to the
unknown command handler on Retail.
Each file now checks WOW_PROJECT_ID at the top and returns early if it
doesn't match the expected game version, ensuring only the correct
version-specific file initializes.
Fixes #25
Co-authored-by: Copilot 198982749+Copilot@users.noreply.github.com
- chore: remove deprecated features update docs (#27)
- chore: removed unused features
- chore: update documentation to remove deprecated features and clarify advanced logging support
- chore(master): release 1.2.0 (#24)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> - feat: align repo setup with DragonToast (#19, #20, #21, #22) (#23)

