From 439286961fad3e11806523219f95f71a2476e049 Mon Sep 17 00:00:00 2001 From: Youssef Ben Othman Date: Mon, 17 Oct 2022 10:46:53 +0200 Subject: [PATCH] Prepare v3.0.6 --- CHANGELOG.md | 4 ++++ VERSION | 2 +- config/packages/nelmio_api_doc.yaml | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 94f0c22f..8546bf89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## Version 3.0.6 + +- Fix payment split checkpoint for service orders (#112 thanks @fhervieux) + ## Version 3.0.5 - Fix: take Mirakl's `order_tax_mode` into account when calculating transfer amounts. diff --git a/VERSION b/VERSION index 7da3c168..8ffc1ad6 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.0.5 \ No newline at end of file +3.0.6 \ No newline at end of file diff --git a/config/packages/nelmio_api_doc.yaml b/config/packages/nelmio_api_doc.yaml index 36f3d1d7..4c593f3a 100644 --- a/config/packages/nelmio_api_doc.yaml +++ b/config/packages/nelmio_api_doc.yaml @@ -4,7 +4,7 @@ nelmio_api_doc: title: Stripe Mirakl Connector description: > This connector allows marketplaces powered by Mirakl to onboard sellers on Stripe and pay them out automatically. - version: 3.0.5 + version: 3.0.6 securityDefinitions: Bearer: type: apiKey