11.0.0.1 - BETA
 - Massive changes to the SAVE and RESTORE of profiles in updating to 11.0 API coding
 - Added addon tables for proper flow of data between files/functions
 - Update to README (thx sc0ttkclark)
 - Updated TOC
 - Cleaned up code somewhat/Added comments to make future changes easier
 - Changed some coding from self/addon to ABP for functionality purposes

 SPECIFIC FILE CHANGES:
	ActionBarProfiles.lua
		- Added debug for profileName when Saving Profile
		- Added an ignnoreList for spells that won't be removed from action bar on clearing

		API Updates:
		- Update in API from GetSpellInfo to C_Spell.GetSpellInfo
		- Update in API from UnitAura to C_UnitAuras.GetAuraDataByIndex
		
		Testing:
		- Added some testing code to file for purpose of checking new talent restoration/learning methods from pre-DF talents

		Post Alpha Changes:
		- Fixed addon:AreTalentsMatching function to better check talents in the DB profile vs what exist
		- Modification to addon:RestoreTalents(profile, check, cache, res) function to attempt switching a few talents instead of clearing entire talent tree (if this doesn't work, fail safe kicks in allowing full clearing of talent tree and re-learning
		- Added ABP:ActionButtonOverride(profileKey, profileName) function to update your action bars with spells and macros that should've been placed there when addon:RestoreActions(profile, check, cache, res) fires but wasn't due to issues on new coding/API
		- Modified addon:ClearSlot(slot) function to check ignoreList and also to include flyout buttons (if you had 'Call Demon' on your Action Bar this would be removed because it is technically not a spell, but a flyout. This is hopefully a temporary change as I work to make sure that flyouts, pets, items are all properly re-added during the restore action period

	Const.lua
		- Updated download link for add-on (was the old URL for previous iteration)
		- Removed/Commented out duplicate line for Elysian Decree

	Dialogs.lua
		- Commented out line within addon:ShowPopup(id, p1, p2, options) and updated addon:UseProfile(popup.name) functions while testing situation where talents would be restored before pressing 'Yes' when confirmation popup was visible (in the end, running RestoreTalents twice

	GUI.lua
		- Removed declaration of 'i' from frame:Update() function (possibly temporarily)
		- Commented out some code within frame:OnShow() function that was triggering profile "Use" when just selecting the profile (this is bad if you're attempting to save changes to your profile)

	GUISave.lua
		API Update:
		- Update in API from HasPetSpells to C_SpellBook.HasPetSpells

	Restore.lua
		MASSIVE changes to the way that the RestoreActions/RestoreTalents functions operate!

		- Change to way that GetSpecializationInfo is retrieved from API
		- Re-enabled the debug print of specIndex, specID, treeID, configID and currentClassProfile within GetMySpecAndConfig() function

		TEMP CHANGES?:
		- Removed local macros = cache.macros and local talents = cache.talents from addon:UseProfile(profile, check, cache) function
		- Added addon:AreTalentsMatching(profile) function to check to see if talents from the restore profile matched those currently used

		TESTING
		- Added function to test restoration of talents in a specific profile

	Save.lua:
		MASSIVE changes to the way that the SaveActions function operates!

		API Updates:
		- Update in API from GetSpellLink to C_Spell.GetSpellLink
		- - Update in API from HasPetSpells to C_SpellBook.HasPetSpells

		TEMP CHANGES?:
		- Removed declaration of 'index' from addon:SaveBindings(profile) function (possibly temporarily)

10.2.5.3
 - Fixes to talents restoring from profiles (Known Issue: talents swap automatically, when player clicks the Action Bars icon within their Character Panel, to the most applicable talent. If multiple specs within same spec, it will bounce between the two of them when frame is open)

10.2.5.2
 - Fixes to PvP talent restoration (spec/class talent restoration is a known issue)

10.2.5.1
 - Re-release as fan-update

9.0.1-2:
 - Added PvP talents (author: Furyus_Svetlo)

9.0.1:
 - Updated to 9.0.1

8.0.1:
 - Updated to 8.0.1

7.2.0:
 - Updated to 7.2.0

7.1.0-2:
 - Added auto profile switching

7.1.0:
 - Updated to 7.1.0
 - Fixed combat ally ability

7.0.3-3:
 - New macros manager

7.0.3-2:
 - Added profile sharing
 - Added macros saving

7.0.3-1:
 - Added talent saving

7.0.3
 - Updated to 7.0.3

1.2:
 - Added LDB icon

0.6:
 - Added key bindings

0.5:
 - Added console commands
 - Added Draenor zone ability

0.4:
 - Added profile options
 - Updated database of factional items
 - Added saving of pet's spells
 - Added conversion of factional items
 - Added console commands

0.3:
 - Initial changelog