Skip to content

Commit

Permalink
Version bump + Changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Solanya committed Aug 31, 2021
1 parent 9244d28 commit b844aa1
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 7 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# Changelog version 2.3.7

This version is updated for TBC Classic 2.5.2.

# Fixed

- 9.1 icons and musics have been properly added for retail.
- Fixed an issue with TRP3: Extended creation exchange failing in very specific cases.

# Changelog version 2.3.6

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

version = 100,
version = 101,

--@debug@
version_display = "-dev",
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 @@ -39,6 +39,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_24_10,
loc.WHATS_NEW_24_9,
loc.WHATS_NEW_24_8,
loc.WHATS_NEW_24_7,
Expand Down
22 changes: 16 additions & 6 deletions totalRP3/tools/Locale.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1682,12 +1682,6 @@ We are aware of a current issue on Retail causing **quest item usage from the ob
- Fixed several performance issues when requesting character profiles.
]],

------------------------------------------------------------------------------------------------
--- PLACE LOCALIZATION NOT ALREADY UPLOADED TO CURSEFORGE HERE
--- THEN MOVE IT UP ONCE IMPORTED
------------------------------------------------------------------------------------------------

WHATS_NEW_24_9 = [[# Changelog version 2.3.6
## Added
Expand All @@ -1701,6 +1695,22 @@ We are aware of a current issue on Retail causing **quest item usage from the ob
]],

------------------------------------------------------------------------------------------------
--- PLACE LOCALIZATION NOT ALREADY UPLOADED TO CURSEFORGE HERE
--- THEN MOVE IT UP ONCE IMPORTED
------------------------------------------------------------------------------------------------

WHATS_NEW_24_10 = [[# Changelog version 2.3.7
This version is updated for TBC Classic 2.5.2.
# Fixed
- 9.1 icons and musics have been properly added for retail.
- Fixed an issue with TRP3: Extended creation exchange failing in very specific cases.
]],

};

-- Use Ellyb to generate the Localization system
Expand Down

0 comments on commit b844aa1

Please sign in to comment.