WoWInterface SVN AKA

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /
    from Rev 2 to Rev 3
    Reverse comparison

Rev 2 → Rev 3

trunk/Readme.txt
1,4 → 1,4
AKA v2.1
AKA v2.2
 
Description
===========
28,7 → 28,7
 
Features
========
* Compatibility with World of Warcraft v2.4x
* Compatibility with World of Warcraft v3.x
* Skill information is recorded (and optionally shared) as well as race, level, class and name.
* Show nicknames in Gatherer player updates
 
70,6 → 70,9
Version History
========
 
Sep 21, 2008 (version 2.2b)
* first build for WoW 3.0 client
 
July 26, 2008 (version 2.11)
* Looks like wrong file uploaded to the Addon sites - this release is to ensure the correct files are being distributed.
* Changed the URL in the update message.
trunk/aka.xml
404,7 → 404,7
 
<OnMouseDown>
 
AKA_StringClick(this); -- Change 'this' to 'self' in 2.0
AKA_StringClick(self);
 
</OnMouseDown>
 
trunk/aka.lua
6,7 → 6,7
-- ========
-- AKASavedVars = {};
 
AKA_Version=2.11;
AKA_Version=2.2;
AKA_HighestSeenVersion=0;
AKA_FormatVersion=1.1;
AKA_variablesLoaded = false;
trunk/localization.lua
1,4 → 1,4
AKA_TITLE="A.K.A. Version 2.11";
AKA_TITLE="A.K.A. Version 2.2";
 
 
AKA_TEXT = {};