-
Notifications
You must be signed in to change notification settings - Fork 25
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
feat: add carrier ups #787
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Mark-Ernst
suggested changes
Nov 22, 2023
Mark-Ernst
previously approved these changes
Nov 29, 2023
joerivanveen
previously approved these changes
Nov 30, 2023
wthijmen
dismissed stale reviews from joerivanveen and Mark-Ernst
via
December 4, 2023 12:33
fef35de
joerivanveen
previously approved these changes
Dec 4, 2023
Mark-Ernst
previously approved these changes
Dec 4, 2023
wthijmen
dismissed stale reviews from Mark-Ernst and joerivanveen
via
December 5, 2023 13:45
59cb9d4
joerivanveen
approved these changes
Dec 7, 2023
Mark-Ernst
approved these changes
Dec 21, 2023
MyParcelBot
pushed a commit
that referenced
this pull request
Feb 1, 2024
## [4.12.0](v4.11.1...v4.12.0) (2024-02-01) ### 🐛 Bug Fixes * allow observer to use transport object ([#805](#805)) ([e64a687](e64a687)) * **checkout:** prevent delivery options from disappearing ([#811](#811)) ([1f153dc](1f153dc)) * **checkout:** prevent missing street from blocking delivery options ([#813](#813)) ([169e8be](169e8be)) * fix large format issue ([#798](#798)) ([dd98a32](dd98a32)) * fix php deprecation error ([#793](#793)) ([5222a77](5222a77)) * **fulfilment:** export phonenumber and weight ([#810](#810)) ([d2b2a85](d2b2a85)) * **fulfilment:** set weight on customs item rather than throw error ([#814](#814)) ([2eadcbc](2eadcbc)) * implement regression feedback ([#806](#806)) ([0b3b1f0](0b3b1f0)) * only set country if currentCountry has value ([#794](#794)) ([e86d3fe](e86d3fe)) ### ✨ New Features * add carrier dpd ([#786](#786)) ([e87fe71](e87fe71)) * add carrier ups ([#787](#787)) ([c6aff00](c6aff00)) * add digital stamp weight range ([#801](#801)) ([696b771](696b771)) * add state to consignment ([#815](#815)) ([8c3e208](8c3e208))
🎉 This PR is included in version 4.12.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Needs myparcelnl/sdk#463
INT-181