Skip to content

Commit e7e382f

Browse files
paradosiclaude
andcommitted
Rename to Postal Community Edition and update for retail 12.0.1
- Title and notes updated to "Postal Community Edition" across all locales - Interface version bumped from 110205 to 120001 (WoW 12.0.1) - About text updated to reflect community edition branding - Bug report URL updated to new repo name - Removed dead NeutralAH defaults (Neutral AH removed since MoP) - Version bumped to 4.4.0 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 99bb1fd commit e7e382f

2 files changed

Lines changed: 15 additions & 20 deletions

File tree

Postal.lua

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,6 @@ local defaults = {
2020
AHOutbid = true,
2121
AHSuccess = true,
2222
AHWon = true,
23-
NeutralAHCancelled = true,
24-
NeutralAHExpired = true,
25-
NeutralAHOutbid = true,
26-
NeutralAHSuccess = true,
27-
NeutralAHWon = true,
2823
Postmaster = true,
2924
Attachments = true,
3025
SpamChat = true,
@@ -382,7 +377,7 @@ function Postal.Menu(self, level)
382377
wipe(info)
383378
if level == 1 then
384379
info.isTitle = 1
385-
info.text = "Postal"
380+
info.text = "Postal CE"
386381
info.notCheckable = 1
387382
UIDropDownMenu_AddButton(info, level)
388383

@@ -633,8 +628,8 @@ function Postal.About()
633628
local version = GetAddOnMetadataSafe("Postal", "Version")
634629
wipe(t)
635630
tinsert(t, "|cFFFFCC00"..GetAddOnMetadataSafe("Postal", "Title").." v"..version.."|r")
636-
tinsert(t, "Enhanced mailbox tools for TBC Anniversary.")
637-
tinsert(t, "- paradosi@Dreamscythe")
631+
tinsert(t, "Enhanced mailbox tools for World of Warcraft.")
632+
tinsert(t, "- Community Edition | Originally by paradosi@Dreamscythe")
638633
tinsert(t, "-----")
639634
tinsert(t, "")
640635
for name, module in Postal:IterateModules() do
@@ -649,7 +644,7 @@ function Postal.About()
649644
tinsert(t, "")
650645
end
651646
tinsert(t, "-----")
652-
tinsert(t, L["Please post bugs or suggestions at |cFF00FFFFhttps://github.com/paradosi/postal_tbc_anniversary/issues|r. When posting bugs, indicate your locale and Postal's version number v%s."]:format(version))
647+
tinsert(t, L["Please post bugs or suggestions at |cFF00FFFFhttps://github.com/paradosi/postal-community-edition/issues|r. When posting bugs, indicate your locale and Postal's version number v%s."]:format(version))
653648
tinsert(t, "")
654649
tinsert(t, "")
655650
Postal.aboutFrame.editBox:SetText(table.concat(t, "\n"))

Postal.toc

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
1-
## Interface: 110205
2-
## Title: Postal
3-
## Version: 4.3.13
1+
## Interface: 120001
2+
## Title: Postal Community Edition
3+
## Version: 4.4.0
44
## X-Build: 673
5-
## X-ReleaseDate: 2026-02-17T00:00:00Z
5+
## X-ReleaseDate: 2026-03-11T00:00:00Z
66
## X-Revision: 663
77
## Author: paradosi@Dreamscythe
88
## X-Credits: Ammo, Rabbit, Grennon, Mikk, oscarucb, Jonny aka The_Original_Manbot
99
## X-Category: Mail
1010
## IconTexture: 133457
11-
## Notes: Postal: Enhanced Mailbox support
12-
## Notes-ruRU: Postal: Расширенная поддержка почтового ящика
13-
## Notes-frFR: Postal: améliorations diverses de l'interface d'envoi/réception de courriers.
14-
## Notes-esES: Postal: soporte mejorado para el buzon
15-
## Notes-zhTW: Postal: 強化信箱功能。
16-
## Notes-zhCN: Postal: 增强信箱功能
17-
## Notes-ptBR: Postal: Apoio caixa reforçada
11+
## Notes: Postal Community Edition: Enhanced Mailbox support
12+
## Notes-ruRU: Postal Community Edition: Расширенная поддержка почтового ящика
13+
## Notes-frFR: Postal Community Edition: améliorations diverses de l'interface d'envoi/réception de courriers.
14+
## Notes-esES: Postal Community Edition: soporte mejorado para el buzon
15+
## Notes-zhTW: Postal Community Edition: 強化信箱功能。
16+
## Notes-zhCN: Postal Community Edition: 增强信箱功能
17+
## Notes-ptBR: Postal Community Edition: Apoio caixa reforçada
1818
## OptionalDeps: Ace3, !BlizzBugsSuck, !ClassColors
1919
## SavedVariables: Postal3DB
2020

0 commit comments

Comments
 (0)