From a77a4b5115217fd397a054c60416da9e27ae21e0 Mon Sep 17 00:00:00 2001 From: Axel Clifford Date: Sat, 31 Aug 2024 20:42:24 -0600 Subject: [PATCH 1/2] Adds new supported popup Adds support for [CONVERT_TO_BIND_TO_ACCOUNT_CONFIRM] --- README.md | 9 ++++++--- csp-profile.lua | 1 + 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b833852..375c99b 100644 --- a/README.md +++ b/README.md @@ -6,14 +6,17 @@ As a fan of the functionality this addon provides, I'm updating it to support ~~ All credit to this addon goes to the original author - I only cleaned it up a bit and made it work in later versions of the game ## Installation -~~Download and remane the top-level folder to ConfirmSP then move the folder to your WoW addons folder~~ +Download and remane the top-level folder to ConfirmSP then move the folder to your WoW addons folder -NOW AVAILABLE ON [CURSEFORGE](https://www.curseforge.com/wow/addons/confirm-static-popups)!! +NOTE: I'm trying to figure out how to publish this on CurseForge ## Known Limitations Blizzard makes API changes and it breaks things... but all the most critical things work ...most of the time ;P ## Version +**0.24-08-31.1** +- Adds support for [CONVERT_TO_BIND_TO_ACCOUNT_CONFIRM] + **0.24-08-22.1** - Adds some new Warband related triggers and blacklists a couple more that require input - Updates all Ace libs to the latest releases @@ -38,7 +41,7 @@ Blizzard makes API changes and it breaks things... but all the most critical thi - Added [TOMTOM_REMOVE_ALL_CONFIRM] **0.21-01-12.1** -- Initial refactor for 9.x +- Initial refactor for 9.x by TheRedBull --- diff --git a/csp-profile.lua b/csp-profile.lua index 07131b0..f6b18fc 100644 --- a/csp-profile.lua +++ b/csp-profile.lua @@ -52,6 +52,7 @@ local defaults = { ["CONFIRM_RESET_TO_DEFAULT_KEYBINDINGS"] = true, ["CONFIRM_SAVE_EQUIPMENT_SET"] = true, ["CONFIRM_SUMMON"] = false, + ["CONVERT_TO_BIND_TO_ACCOUNT_CONFIRM"] = false, ["DANGEROUS_MISSIONS"] = true, ["DEACTIVATE_FOLLOWER"] = true, ["DEATH"] = false, From 495811bf8ed1545b4cb5995a92fb7797856244aa Mon Sep 17 00:00:00 2001 From: Axel Clifford Date: Sat, 31 Aug 2024 20:45:41 -0600 Subject: [PATCH 2/2] Fixes Installation section --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 375c99b..fd05e34 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ As a fan of the functionality this addon provides, I'm updating it to support ~~ All credit to this addon goes to the original author - I only cleaned it up a bit and made it work in later versions of the game ## Installation -Download and remane the top-level folder to ConfirmSP then move the folder to your WoW addons folder +~~Download and remane the top-level folder to ConfirmSP then move the folder to your WoW addons folder~~ -NOTE: I'm trying to figure out how to publish this on CurseForge +NOW AVAILABLE ON [CURSEFORGE](https://www.curseforge.com/wow/addons/confirm-static-popups)!! ## Known Limitations Blizzard makes API changes and it breaks things... but all the most critical things work ...most of the time ;P