From bfedd6dd61c2f0c9bb524baae60f3ac039bf1606 Mon Sep 17 00:00:00 2001 From: Alar of Runetotem Date: Fri, 7 Feb 2025 21:27:32 +0100 Subject: [PATCH] Version 3.10.1 --- .../GarrisonCommander-Broker.toc | 2 +- GarrisonCommander.toc | 2 +- RelNotes.json | 11 +++++++++++ RelNotes.lua | 17 ++++------------- loader/GarrisonCommanderLoader.toc | 2 +- 5 files changed, 18 insertions(+), 16 deletions(-) diff --git a/GarrisonCommander-Broker/GarrisonCommander-Broker.toc b/GarrisonCommander-Broker/GarrisonCommander-Broker.toc index e1ef9c1..8c5870c 100644 --- a/GarrisonCommander-Broker/GarrisonCommander-Broker.toc +++ b/GarrisonCommander-Broker/GarrisonCommander-Broker.toc @@ -1,4 +1,4 @@ -## Interface: 110005,110005 +## Interface: 110007, 110100 ## Title: GarrisonCommander-Broker ## Notes: Data-Broker for GarrisonCommander ## Notes-itIT: Data-Broker per GarrisonCommander diff --git a/GarrisonCommander.toc b/GarrisonCommander.toc index 88e1921..0f8f07c 100644 --- a/GarrisonCommander.toc +++ b/GarrisonCommander.toc @@ -1,4 +1,4 @@ -## Interface: 110005,110005 +## Interface: 110007, 110100 ## Title: GarrisonCommander ## IconTexture: 134414 ## Notes: Sending all follower to missions with just one click and more diff --git a/RelNotes.json b/RelNotes.json index 3629434..1310a76 100644 --- a/RelNotes.json +++ b/RelNotes.json @@ -1,5 +1,16 @@ { "NOTES": { + "k031001": { + "major": "3", + "minor": "10", + "patch": "1", + "description": [ + { + "tag": "Toc", + "info": "11.0.7" + } + ] + }, "k030804": { "major": "3", "minor": "8", diff --git a/RelNotes.lua b/RelNotes.lua index 9dc8575..76f4008 100644 --- a/RelNotes.lua +++ b/RelNotes.lua @@ -1,4 +1,5 @@ --- AUTOGENERATED 2024-08-05T21:24:50+00:00 +-- AUTOGENERATED +---@diagnostic disable: undefined-field, inject-field local me=... local hlp=LibStub('AceAddon-3.0'):GetAddon(me) function hlp:loadHelp() @@ -23,18 +24,8 @@ self:Wiki([[ typing /gac silent in chat will eliminate every chat message from GarrisonCommander ]]) self:HF_Paragraph('Release Notes') -self:RelNotes(3,10,0,[[ -Toc: Update for 11.0.5 -Fix: Removed non longer existing functions -]]) -self:RelNotes(3,9,2,[[ -Fix: Was still using removed function -]]) -self:RelNotes(3,9,1,[[ -Rebuild: Libraries update -]]) -self:RelNotes(3,9,0,[[ -Toc: 11.0.0 11.0.2 +self:RelNotes(3,10,1,[[ +Toc: 11.0.7 ]]) self:RelNotes(3,8,4,[[ Toc: Update for 10.2.7 diff --git a/loader/GarrisonCommanderLoader.toc b/loader/GarrisonCommanderLoader.toc index 41edad4..d44d5e3 100644 --- a/loader/GarrisonCommanderLoader.toc +++ b/loader/GarrisonCommanderLoader.toc @@ -1,4 +1,4 @@ -## Interface: 110005,110005 +## Interface: 110007, 110100 ## Title: GarrisonCommanderLoader (Draenor mission assistant loader) ## Notes: Loads GarrisonCommander only when you open the commander table ## Author: Alar of Runetotem