File tree 4 files changed +15
-6
lines changed
4 files changed +15
-6
lines changed Original file line number Diff line number Diff line change 1
1
<Ui xsi : schemaLocation =" http://www.blizzard.com/wow/ui/ ..\FrameXML\UI.xsd" >
2
2
<Script file =' Core\Localization\Localization.enUS.lua' />
3
3
<Script file =' Core\Localization\Localization.ptBR.lua' />
4
- <!-- < Script file='Core\Localization\Localization.frFR.lua'/> -- >
4
+ < Script file =' Core\Localization\Localization.frFR.lua' />
5
5
<Script file =' Core\Localization\Localization.deDE.lua' />
6
6
<!-- <Script file='Core\Localization\Localization.esES.lua'/>
7
7
<Script file='Core\Localization\Localization.esMX.lua'/> -->
Original file line number Diff line number Diff line change @@ -25,10 +25,16 @@ local function setWhatsNewContent(parent)
25
25
<h1>|cff]] .. h1Color .. [[ News / Updates / Patch Notes|r</h1>
26
26
<p>]] .. KeyMasterLocals .DISPLAYVERSION .. KM_AUTOVERSION .. " " .. KM_VERSION_STATUS .. [[ </p>
27
27
<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/>
29
32
<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>
30
37
<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>
32
38
<br/>
33
39
<br/>
34
40
<h2>|cff]] .. h2Color .. [[ Updates:|r</h2>
Original file line number Diff line number Diff line change 2
2
## X-Max-Interface : 110002
3
3
## X-Min-Interface : 110002
4
4
5
- ## Version : 1.3.1
5
+ ## Version : 1.3.3
6
6
## Title : |c ffb09c60 Key Master|r
7
7
## Title-ptBR : |c ffb09c60 Key Master|r
8
8
## Title-ruRU : |c ffb09c60 Key Master|r [|c ffe6b080 Мастер ключей|r ]
Original file line number Diff line number Diff line change @@ -3,12 +3,15 @@ Key Master AddOn for World of Warcraft
3
3
4
4
PATCH NOTES:
5
5
--------------------------------------------------
6
- Key Master v1.3.1
6
+ Key Master v1.3.0-3
7
7
--------------------------------------------------
8
+ HOTFIX 1.3.3
9
+ - Fixed French clients having problems loading Key Master.
10
+
8
11
HOTFIX 1.3.1
9
12
- Fixed an error for new users of keymaster that would cause Key Master not to load properly.
10
13
11
- Fixes:
14
+ Fixes (1.3.0) :
12
15
- Fixed lua error when joining a party with someone that has a newer version of Key Master.
13
16
14
17
Updates:
You can’t perform that action at this time.
0 commit comments