Compare commits

...

4 Commits

Author SHA1 Message Date
2a0ad73b5f Update TOC for 11.0 2024-07-24 09:23:30 -05:00
71ee74a273 Update changelog 2024-07-21 14:07:53 -05:00
76fa35ef02 Use checkout v4 2024-07-21 13:47:22 -05:00
dd746f2800 Initial TWW compatibility 2024-06-22 18:14:41 -05:00
4 changed files with 12 additions and 4 deletions

View File

@ -32,7 +32,7 @@ jobs:
# we first have to clone the AddOn project, this is a required step
- name: Clone project
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0 # gets git history for changelogs

View File

@ -508,7 +508,11 @@ function Breakables:OnDisable()
end
function Breakables:OnSlashCommand(input)
InterfaceOptionsFrame_OpenToCategory(self.optionsFrame)
if InterfaceOptionsFrame_OpenToCategory then
InterfaceOptionsFrame_OpenToCategory(self.optionsFrame)
else
Settings.OpenToCategory("Breakables")
end
end
function Breakables:OnItemReceived(event, bag)

View File

@ -1,5 +1,5 @@
## Interface: 100207
## Interface-Retail: 100207
## Interface: 110000
## Interface-Retail: 110000
## Interface-Classic: 11502
## Interface-BCC: 20504
## Interface-Wrath: 30403

View File

@ -1,3 +1,7 @@
v1.10.0:
- Support The War Within/11.0
v1.9.26:
- Update Dragonflight TOC for 10.2.7