--==-- ExtraActionPager Version History --==-- 2.1.2 (Jan 4, 2010): Optimizations: - Updated to use the new addon loading method provided by Blizzard in 3.3, wherein a private namespace is provided to the addon. - Fully refactored into more module-like sub-namespaces and greater use of local functions. - Now uses specialized GUI widgets instead of inheriting from Blizzard's. 2.1.1 (Sep 10, 2009): Optimized: - Now uses a generic, shared architecture for initialization. - Now uses a single table upvalue to reference localization strings rather than taking each individual string as an upvalue. 2.1.0 (Aug 30, 2009): New: - Now includes a full configuration GUI, accessible in the default UI's Interface Options section. Changed: - Removed slash commands. - No longer accepts action offsets which are not multiples of 12. 2.0.2 (Jul 14, 2009): Changed: - No longer uses the EventsManager2 library. - Relocated localization files to Localization directory for convenience of SVN privilege management. - Non-default localizations will now have any missing translations filled in from the default localization. 2.0.1 (May 11, 2009): Changed: - The "offset" slash command now uses numbers 1-4 instead of bar names, to simplify configuration. 2.0.0 (Dec 28, 2008): New: - Updated for WotLK. 1.0.0 (Jul 12, 2008): - Initial release.