Skip to content

Commit c7d065d

Browse files
authored
Merge pull request #68 from Puresyn/development
v1.3.3
2 parents 052168e + b58a4e5 commit c7d065d

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

Core/Localization/Languages.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<Ui xsi:schemaLocation="http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd">
22
<Script file='Core\Localization\Localization.enUS.lua'/>
33
<Script file='Core\Localization\Localization.ptBR.lua'/>
4-
<!--<Script file='Core\Localization\Localization.frFR.lua'/>-->
4+
<Script file='Core\Localization\Localization.frFR.lua'/>
55
<Script file='Core\Localization\Localization.deDE.lua'/>
66
<!--<Script file='Core\Localization\Localization.esES.lua'/>
77
<Script file='Core\Localization\Localization.esMX.lua'/> -->

Core/UI/WhatsNew.lua

+8-2
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,16 @@ local function setWhatsNewContent(parent)
2525
<h1>|cff]]..h1Color..[[News / Updates / Patch Notes|r</h1>
2626
<p>]]..KeyMasterLocals.DISPLAYVERSION..KM_AUTOVERSION.." "..KM_VERSION_STATUS..[[</p>
2727
<br/>
28-
<h2>|cff]]..h2Color..[[Fixes:|r</h2>
28+
<h2>|cff]]..h2Color..[[1.3.3 HOTFIX:|r</h2>
29+
<p>- Fixed French clients having problems loading Key Master.</p>
30+
<br/>
31+
<br/>
2932
<h2>|cff]]..h2Color..[[1.3.1 HOTFIX:|r</h2>
33+
<p>- Fixed an error for new users of keymaster that would cause Key Master not to load properly.</p>
34+
<br/>
35+
<br/>
36+
<h2>|cff]]..h2Color..[[Fixes (1.3.0):|r</h2>
3037
<p>- Fixed lua error when joining a party with someone that has a newer version of Key Master.</p>
31-
<p>- - Fixed an error for new users of keymaster that would cause Key Master not to load properly.</p>
3238
<br/>
3339
<br/>
3440
<h2>|cff]]..h2Color..[[Updates:|r</h2>

KeyMaster.toc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
## X-Max-Interface: 110002
33
## X-Min-Interface: 110002
44

5-
## Version: 1.3.1
5+
## Version: 1.3.3
66
## Title: |cffb09c60Key Master|r
77
## Title-ptBR: |cffb09c60Key Master|r
88
## Title-ruRU: |cffb09c60Key Master|r [|cffe6b080Мастер ключей|r]

PatchNotes.txt

+5-2
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,15 @@ Key Master AddOn for World of Warcraft
33

44
PATCH NOTES:
55
--------------------------------------------------
6-
Key Master v1.3.1
6+
Key Master v1.3.0-3
77
--------------------------------------------------
8+
HOTFIX 1.3.3
9+
- Fixed French clients having problems loading Key Master.
10+
811
HOTFIX 1.3.1
912
- Fixed an error for new users of keymaster that would cause Key Master not to load properly.
1013

11-
Fixes:
14+
Fixes (1.3.0):
1215
- Fixed lua error when joining a party with someone that has a newer version of Key Master.
1316

1417
Updates:

0 commit comments

Comments
 (0)