v1.3a.20003 ** start 03-04-2007
-They changed the petition type from "charter" to "guild" which broke the guild charter functionality
v1.3.20003 ** 02-27-2007
-Fixed to work in latest version of WoW
v1.3.1600 ** 08/14/2005
-Added more opportunities to get the player name.
-Changed command processing to allow turning debug mode on even if player name wasn't found
-Now unregisters events if the mod cannot be executed (due to missing player name for example)
-Made a change to the options screen to better indicate that checking party/guild/duel/charter meant that those types of requests would be declined
-Originally, you were supposed to be able to toggle the base decline settings by not specifying "on" or "off" on the command line. However, I had a variable named incorrectly so that wasn't working. That should work now. Example, "/autodecline party" should toggle declining party invites on and off each time it is executed.
-To allow for future enhancement, the command line switches for maintaining the party allowed list were changed in the following way:
"/autodecline partyadd" was changed to "/autodecline partyplayer add"
"/autodecline partyremove" was changed to "/autodecline partyplayer remove"
"/autodecline partylist" was changed to "/autodecline partyplayer list"
-The options screen was enhanced to better indicate that the check values for the decline options meant that by checking them, you would be automatically declining that type of request.
-All text from the options screen has been moved to the localization.lua file.
-A new toggle has been added to allow invites from members of your guild.
/autodecline partyguild on - This will always allow party invites from members of your guild
/autodecline partyguild off - This will turn off always allowing party invites from members of your guild
-A new option has been added to the options screen to use the current settings for all characters.
-New commands have been added to maintain a list of slash commands (actions) to perform when something is declined.
-Added new command to add the last player to send a party invite to the allowed list.
-Lengthened last whisper history to include the last 5 names
v1.2.1600 ** 07/14/05
-Updated interface number to 1600 in .toc file.
-Added functionality to always allow invites from names in the friends list
-Added new checkbox to settings window to turn allowing invites from friends on and off
-Added new toggle command line option partyfriends {on|off}
-Added functionality to always allow invites from last player to send a whisper
-Added new checkbox to settings window to turn allowing invites from last whisper on and off
-Added new toggle command line option partywhisper {on|off}
-Removed DEFAULTS button from settings screen
v1.1.1300 ** 03/30/05 (not released)
-Added functionality to always allow invites from a specified list of names
-Added command line commands partyadd, partyremove, and partylist.
v1.0.1300 ** 03/23/05
-Updated interface number to 1300 in .toc file.
-Changed version numbering to include interface number
v1.0 ** 03/17/2005
-Initial Release