Skip to content

Commit

Permalink
Patch 11.0.7 to the filters
Browse files Browse the repository at this point in the history
  • Loading branch information
Krowi authored and Krowi committed Dec 18, 2024
1 parent 614106f commit 5df289b
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 4 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## 80.1 - 2024-12-18
### Added
- Patch 11.0.7 to the filters

## 80.0 - 2024-12-17
### Added
- Achievements added in 11.0.7
Expand Down
5 changes: 4 additions & 1 deletion Changelogs/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
- Has Reward filter (dev note: reward type filters will come in a later version)
- Option to show a Warband icon on Warband achievements
- Option to hide the blue Warband achievement color
- Option to completely turn off the Event Reminders Module with 1 option
- Option to completely turn off the Event Reminders Module with 1 option

### Added (80.1)
- Patch 11.0.7 to the filters
4 changes: 4 additions & 0 deletions Changelogs/CurseForge.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@
<li>Option to show a Warband icon on Warband achievements</li>
<li>Option to hide the blue Warband achievement color</li>
<li>Option to completely turn off the Event Reminders Module with 1 option</li>
</ul>
<p><h3>Added (80.1)</h3></p>
<ul>
<li>Patch 11.0.7 to the filters</li>
</ul>
5 changes: 4 additions & 1 deletion Changelogs/Wago.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@
- Has Reward filter (dev note: reward type filters will come in a later version)
- Option to show a Warband icon on Warband achievements
- Option to hide the blue Warband achievement color
- Option to completely turn off the Event Reminders Module with 1 option
- Option to completely turn off the Event Reminders Module with 1 option

### Added (80.1)
- Patch 11.0.7 to the filters
5 changes: 5 additions & 0 deletions Changelogs/WowInterface.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,9 @@
[*]Option to show a Warband icon on Warband achievements
[*]Option to hide the blue Warband achievement color
[*]Option to completely turn off the Event Reminders Module with 1 option
[/LIST]

[B]Added (80.1)[/B]
[LIST]
[*]Patch 11.0.7 to the filters
[/LIST]
5 changes: 5 additions & 0 deletions DataAddons/Retail/11_TheWarWithin/BuildVersionData.lua
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ KrowiAF.BuildVersionData.TheWarWithin = { -- 11
BuildVersionId = "110005",
Name = addon.L["WoW's 20th Anniversary"]
},
{ -- 11.0.7
Patch = 7,
BuildVersionId = "110007",
Name = addon.L["Siren Isle"]
},
},
},
},
Expand Down
2 changes: 1 addition & 1 deletion Krowi_AchievementFilter.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: Krowi's |cFF1D92C2Achievement Filter|r
## X-Prefix: KrowiAF
## X-Acronym: KAF
## Version: 80.0
## Version: 80.1
## Author: Krowi-Frostmane EU
## SavedVariables: KrowiAF_DebugTable, KrowiAF_Options, KrowiAF_SavedData, KrowiAF_Filters, KrowiAF_SearchOptions, KrowiAF_Achievements
## OptionalDeps: BetterWardrobe, ElvUI, GW2_UI, InstanceAchievementTracker
Expand Down
2 changes: 1 addition & 1 deletion Krowi_AchievementFilter_Cata.toc
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## Title: Krowi's |cFF1D92C2Achievement Filter|r
## X-Prefix: KrowiAF
## X-Acronym: KAF
## Version: 80.0
## Version: 80.1
## Author: Krowi-Frostmane EU
## SavedVariables: KrowiAF_DebugTable, KrowiAF_Options, KrowiAF_SavedData, KrowiAF_Filters, KrowiAF_SearchOptions, KrowiAF_Achievements
## Notes: Filters your achievements.
Expand Down

0 comments on commit 5df289b

Please sign in to comment.