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

Release 5.0.0 (develop) #2177

Merged
merged 1 commit into from
Mar 22, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 22 additions & 1 deletion checkout-v3/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,25 @@
body="The version numbers used in headers on this page refers to the version of
this very documentation, not to a version of any APIs described by it." %}

## 21 March 2024

### Version 5.0.0

We strive to make the implementation process as easy as possible, and in that
regard, a [Get Started section][get-started] has been introduced. This now
includes the basic requests and responses, how to display the UI, post-purchase
options and other useful information when doing a basic integration. The newest
addition is an explanation on how to [validate the status][validate-status] of
the payment.

A new feature for those of you who want to [customize the order of your payment
menu][sort-order] has also seen the light of day, together with the possibility
to expand the top instrument. They can be used independently, but work great
together.

We also did a handful of bug fixes and corrections to improve usability and
readability.

## 26 February 2024

### Version 4.8.0
Expand Down Expand Up @@ -989,7 +1008,7 @@
[co-badge-card]: /old-implementations/payment-instruments-v1/card/features/optional/cobadge-dankort#co-badge-card-choice-for-dankort
[core-features]: /old-implementations/checkout-v2/features/core/
[credit-card-abort]: /old-implementations/payment-instruments-v1/card/after-payment#abort
[credit]: /old-implementations/payment-instruments-v1/card

Check warning on line 1011 in checkout-v3/release-notes.md

View workflow job for this annotation

GitHub Actions / remark-lint

[remark-lint] checkout-v3/release-notes.md#L1011

Found unused definition no-unused-definitions remark-lint
Raw output
  1011:1-1011:59  warning  Found unused definition                                                 no-unused-definitions       remark-lint
[custom-styling]: /checkout-v3/features/optional/custom-styling
[integrated-commerce]: /checkout-v3/features/optional/integrated-commerce
[data-protection]: /old-implementations/checkout-v2/data-protection
Expand All @@ -1006,7 +1025,7 @@
[frictionless-payments]: /checkout-v3/features/core/frictionless-payments
[frontpage]: https://developer.swedbankpay.com/
[fundamental-principles]: /checkout-v3/get-started/fundamental-principles
[get-started]: /checkout-v3/
[get-started]: /checkout-v3/get-started
[google-pay]: /checkout-v3/payment-presentations#google-pay
[home-technical-information]: /checkout-v3/get-started/fundamental-principles
[initiate-consumer-session]: /old-implementations/checkout-v2/checkin#step-1-initiate-session-for-consumer-identification
Expand Down Expand Up @@ -1057,6 +1076,7 @@
[settlement-reconcilitation]: /old-implementations/payment-instruments-v1/card/features/core/settlement-reconciliation
[sdk-guidelines]: /checkout-v3/modules-sdks/development-guidelines
[sdk-modules]: /checkout-v3/modules-sdks
[sort-order]: /checkout-v3/features/optional/sort-order-payment-menu
[split-settlement]: /checkout-v3/features/optional/split-settlement
[spp]: https://playground.swedbankpay.com
[ssn-restrictions]: /checkout-v3/features/optional/payer-restrictions
Expand Down Expand Up @@ -1089,6 +1109,7 @@
[trustly-features]: /old-implementations/payment-instruments-v1/trustly/features
[unscheduled-mit]: /checkout-v3/features/optional/unscheduled
[v3-setup]: /checkout-v3/get-started/setup
[validate-status]: /checkout-v3/get-started/validate-status
[vipps-payment-resource]: /old-implementations/payment-instruments-v1/vipps/features/technical-reference/payment-resource
[vipps-payment-url]: /old-implementations/payment-instruments-v1/vipps/features/technical-reference/payment-url
[vipps]: /old-implementations/payment-instruments-v1/vipps
Expand Down
Loading