Skip to content

Commit

Permalink
2.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
Limmek committed Jul 31, 2024
1 parent 6a6d54e commit 157f0b5
Show file tree
Hide file tree
Showing 4 changed files with 35 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/interface-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,19 @@ jobs:
uses: p3lim/toc-interface-updater@v3
with:
flavor: vanilla
future: false
future: true

- name: Checking Wrath
uses: p3lim/toc-interface-updater@v3
with:
flavor: wrath
future: true

- name: Checking Cata
uses: p3lim/toc-interface-updater@v3
with:
flavor: cata
future: false
future: true

- name: Checking Retail
uses: p3lim/toc-interface-updater@v3
Expand Down
2 changes: 1 addition & 1 deletion Shitlist.lua
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ function Shitlist:UnitPopup_ShowMenu(target, unit, menuList)
if target == "SELF" then
return
end
if not (UnitIsPlayer(unit) or (unit == nil and target == "FRIEND" or target == "COMMUNITIES_GUILD_MEMBER")) then
if not (UnitIsPlayer(unit)) or (unit == nil and target == "FRIEND" or target == "COMMUNITIES_GUILD_MEMBER") then
return
end

Expand Down
22 changes: 22 additions & 0 deletions Shitlist_Wrath.toc
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## Interface: 30403
## Title : Shitlist
## Notes: Set a personal comment on players and adding it to player information tooltip window.
## Author: Limmek
## Version: @project-version@
## Dependencies:
## OptionalDeps: Ace3, LibStub, LibDataBroker-1.1, LibDBIcon-1.0, CallbackHandler-1.0
## SavedVariables: ShitlistDB
## DefaultState: enabled
## X-Category: Tooltip, Miscellaneous, PvP, Quests & Leveling, Unit Frames
## X-Curse-Project-ID: 344967
## X-Localizations: enUS
## X-Website: https://github.com/Limmek/Shitlist
## X-License: MIT

embeds.xml

Locales\Locales.xml

Shitlist.lua
ShitlistUtils.lua
ShitlistConfig.lua
4 changes: 4 additions & 0 deletions changelog.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
v2.0.4
Minor fix to the dropdown menu added in 2.0.2.
Added Wrath toc file.

v2.0.3
Updated Retail to use the new Blizzard Menu system.

Expand Down

0 comments on commit 157f0b5

Please sign in to comment.