-
Notifications
You must be signed in to change notification settings - Fork 673
Allow override of default address formatter #13242
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
Conversation
What are the odds of this one going in fairly soon? |
# Conflicts: # CHANGELOG.md
[ci skip]
@bossanova808 Just merged into the If you want to start testing Craft 4.5 (still in development), you can change your |
Is there an estimated release date for 4.5? Are we talking days/weeks/months? |
@peteeveleigh Maybe a month or so. It’s pretty stable though, and there’s no new migrations (yet, at least), so if you really need a feature, it should be safe to switch over to the |
@brandonkelly Thanks for the update |
Something to take note of in the example code above. This will add the |
Description
Allows replacement of the default formatter that is used by the Addresses service.
Custom Formatter class:
Inject into app config:
app.php
Related issues and discussions
Craft:
#12615
Commerce issues:
craftcms/commerce#3152
craftcms/commerce#3082