Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Heads up: 'from_email_address' option values are moving #40

Open
colemanw opened this issue Jan 31, 2025 · 0 comments
Open

Heads up: 'from_email_address' option values are moving #40

colemanw opened this issue Jan 31, 2025 · 0 comments

Comments

@colemanw
Copy link

Hi! I wanted to let you know that OptionValues for 'from_email_address' are moving to a new table.

Changes like this can be a hassle for extension maintainers, so we're trying to keep this as painless as possible by adding backward-compatibility adapters to core. Most Api3 and Api4 calls to this option group will still work (behind-the-scenes, the adapter will read/write from the other table and convert values from one format to the other). A few other commonly-used functions have also been adapted, see full migration notes here.

In the short-term, nothing needs to be done to this extension. Thanks to the adapter, everything should continue to work as before. However, when dropping support for older versions of Civi, this extension should switch to the new DomainEmailAddress api.

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

No branches or pull requests

1 participant