Skip to content

Commit

Permalink
3.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Witnesscm committed Aug 19, 2024
1 parent 109bdfe commit 29da4a7
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions Core/Changelog.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ local _, ns = ...
local B, C, L, DB, P = unpack(ns)

P.Changelog = [[
v3.4.7
[易用性] 提前加载商人面板扩展,以兼容其他插件
[美化] 更新 WeakAuras 美化提示
[美化] 更新 WeakAurasOptions 美化
v3.4.6
[易用性] 修复按下shift键时Roll点物品鼠标提示仍会显示的问题
[易用性] 调整拾取通告延迟
Expand Down
2 changes: 1 addition & 1 deletion Core/Database.lua
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ local addonName, ns = ...
local B, C, L, DB, P = unpack(ns)

P.Version = C_AddOns.GetAddOnMetadata(addonName, "Version")
P.SupportVersion = "3.8.0"
P.SupportVersion = "3.13.2"
P.isNewPatch = select(4, GetBuildInfo()) >= 30401

-- Colors
Expand Down

0 comments on commit 29da4a7

Please sign in to comment.