View Single Post
07/25/19, 06:37 AM   #33
Baertram
Super Moderator
 
Baertram's Avatar
WoWInterface Super Mod
AddOn Author - Click to view addons
Join Date: Mar 2014
Posts: 4,913
The before/above discussed API functions were changed as well due to this change in guild history:

basically RequestGuildHistoryCategoryNewest is gone and RequestGuildHistoryCategoryOlder is now RequestMoreGuildHistoryCategoryEvents
and new events are sent to you on a timer
Also found these reovals from a difference between teh API txt files:
Lua Code:
  1. --Removed
  2. * HasGuildHistoryCategoryEverBeenRequested(*integer* _guildId_, *[GuildHistoryCategory|#GuildHistoryCategory]* _category_)
  3. ** _Returns:_ *bool* _hasEverBeenRequested_
  4. * RequestMoreGuildHistoryCategoryEvents(*integer* _guildId_, *[GuildHistoryCategory|#GuildHistoryCategory]* _category_)
  5. ** _Returns:_ *bool* _requested_
  Reply With Quote