Skip to content

Commit

Permalink
touch for 6.0, nuke SVN junk
Browse files Browse the repository at this point in the history
  • Loading branch information
fizzwidget committed Oct 13, 2014
1 parent d07ab76 commit 2406157
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
3 changes: 0 additions & 3 deletions FactionFriend.lua
Expand Up @@ -1898,9 +1898,6 @@ end

function GFW_FactionFriend:OnInitialize()

local version = GetAddOnMetadata(addonName, "Version");
self.version = version.." (r"..gsub("$Revision: 789 $", "(%d+)", "%1")..")"

-- Create DB
self.db = AceDB:New("GFW_FactionFriend_DB", defaults, "Default")
self.db.RegisterCallback(self, "OnProfileChanged", "OnProfileChanged")
Expand Down
6 changes: 2 additions & 4 deletions GFW_FactionFriend.toc
@@ -1,7 +1,5 @@
## Interface: 50200
## Version: 5.2.1
## X-Revision: $Rev: 789 $
## X-Date: $Date: 2013-03-07 22:32:45 -0800 (Thu, 07 Mar 2013) $
## Interface: 60000
## Version: 6.0
## Author: Gazmik Fizzwidget
## X-Website: http://fizzwidget.com/factionfriend
## X-Appcast: http://fizzwidget.com/notes/factionfriend/feed
Expand Down
5 changes: 5 additions & 0 deletions readme.txt
Expand Up @@ -39,6 +39,11 @@ CAVEATS, KNOWN BUGS, ETC.:
------------------------------------------------------
VERSION HISTORY

v. 6.0 - 2014/10/14
- Updated for WoW Patch 6.0 and Warlords of Draenor.
- Added turnin info for the Steamwheedle Preservation Society.
- Removed info for reputation boosts purchasable with Justice Points, as Justice Points are no longer in the game.

v. 5.2.1 - 2013/03/08
- Fixed an error when mousing over the reputation bar for friendship factions in certain circumstances.

Expand Down

0 comments on commit 2406157

Please sign in to comment.