Skip to content

Commit

Permalink
Version bump + Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Solanya committed May 8, 2023
1 parent 59f9cc3 commit 9e7f951
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
# Changelog version 2.5.2

## Fixed

- Fixed an issue with the Plater RP nameplates getting stuck on screen.

# Changelog version 2.5.1

## Fixed
Expand Down
2 changes: 1 addition & 1 deletion totalRP3/Core/Globals.lua
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ TRP3_API.globals = {
addon_name_me = "Total RP 3",
addon_id_length = 15,

version = 116,
version = 117,

--@debug@
version_display = "-dev",
Expand Down
7 changes: 7 additions & 0 deletions totalRP3/Locales/enUS.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1636,6 +1636,13 @@ If you wish to report %s's profile and you cannot target them you will need to o
- Empty guild rank/name fields will now display default values in the tooltip.
- Fixed an issue with "No player named..." messages appearing when hovering players on realms with non-latin characters.
]],
WHATS_NEW_26_2 = [[# Changelog version 2.5.2
## Fixed
- Fixed an issue with the Plater RP nameplates getting stuck on screen.
]],
};

Expand Down
1 change: 1 addition & 0 deletions totalRP3/Modules/Dashboard/WhatsNewTabView.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ local strhtml = TRP3_API.utils.str.toHTML;
--- List of "What's new" segments to concatenate and display together when
--- this view is activated.
local SEGMENTS = {
loc.WHATS_NEW_26_2,
loc.WHATS_NEW_26_1,
loc.WHATS_NEW_26_0,
};
Expand Down

0 comments on commit 9e7f951

Please sign in to comment.