Skip to content

Commit

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

P.Changelog = [[
v4.4.4
[易用性] 修复启用Roll点增强,按下shift时鼠标提示未正常隐藏的问题
[易用性] 提前加载商人面板扩展,以兼容其他插件
[美化] 更新 WA 美化tips
[美化] 更新部分插件美化
v4.4.3
[美化] 更新部分插件美化
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 = "4.4.3"
P.isNewPatch = select(4, GetBuildInfo()) >= 30401

-- Colors
Expand Down

0 comments on commit 8ad23ff

Please sign in to comment.