View Single Post
06/18/17, 01:59 AM   #2
sirinsidiator
 
sirinsidiator's Avatar
AddOn Author - Click to view addons
Join Date: Apr 2014
Posts: 1,578
One thing I forgot to mention.
If you are a developer and relying on AwesomeGuildStore.GetAPIVersion() or AwesomeGuildStore.Localization you will have to update your addon.

The API version has been increased to 3 (from 2) and instead of the Localization table, I now use LibGetText:
Lua Code:
  1. local gettext = LibStub("LibGetText")("AwesomeGuildStore").gettext
The gettext function just takes a full dummy string and returns a translation for it, instead of the previously used custom keys.