Skip to content

Fix ElvUI 12.1 profile exports - #55

Open
Nnoggie wants to merge 2 commits into
mainfrom
codex/12.1-elvui-fix
Open

Fix ElvUI 12.1 profile exports#55
Nnoggie wants to merge 2 commits into
mainfrom
codex/12.1-elvui-fix

Conversation

@Nnoggie

@Nnoggie Nnoggie commented Aug 6, 2026

Copy link
Copy Markdown
Collaborator

Summary

  • switch all four ElvUI profile integrations from !E1! to !E2!
  • export ElvUI private profiles with Blizzard CBOR, Deflate, and Base64 APIs
  • raise all four ElvUI integration minimum versions to v15.19

Why

ElvUI development commit 0e3685c4 replaced AceSerializer and LibDeflate exports with C_EncodingUtil. That removed Distributor:Serialize, causing WagoUI private-profile exports to error and changing every ElvUI export prefix to E2.

Important

Do not merge this PR until ElvUI publishes a new release containing the E2/C_EncodingUtil export change. The latest published ElvUI tag is currently v15.18; v15.19 is an expected future version gate, not a published release.

Impact

WagoUI supports the new ElvUI E2 profile format only. Existing stable ElvUI versions remain below the new minimum version.

@Nnoggie
Nnoggie marked this pull request as ready for review August 6, 2026 15:53
@Stanzilla

Copy link
Copy Markdown
Contributor

@codex review

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 8a3be5b4c5

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

local private = loadingAddonNamespace.GetLibAddonProfilesInternal and loadingAddonNamespace:GetLibAddonProfilesInternal()
if (not private) then return end
local EXPORT_PREFIX = "!E1!"
local EXPORT_PREFIX = "!E2!"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Migrate all loaded ElvUI modules to E2

When ElvUI v15.19 produces an E2 account-settings or aura-filter export, Creator cannot recognize it: load.xml still loads ElvUIGlobal.lua and ElvUIAuraFilters.lua, but both modules retain EXPORT_PREFIX = "!E1!" even though their shared Distributor:GetProfileExport now emits E2 strings. Consequently those profiles can be exported but fail testImport; apply the E2 format/version migration to every loaded ElvUI export module rather than only the main and private-profile modules.

Useful? React with 👍 / 👎.

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

forgot elvui has 4 profiles...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants