> For the complete documentation index, see [llms.txt](https://docs.yoplanning.support/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.yoplanning.support/en/information-de-mise-a-jour/rapport-de-maj-2025/mises-a-jour-yoplanning-avril-2025.md).

# Mises à jour Yoplanning – Avril 2025

Find below all the improvements, new features and fixes made to Yoplanning during the month of April 2025.

***

### ✅ Version \[10-3-3] – April 30, 2025

#### 🐞 Fixes

* **\[session-list]** Critical fix: When editing a virtual session via the list in standard scheduling mode (and vice versa), the `add-session` component displayed in the wrong mode, potentially changing the session type incorrectly. This has been fixed for direct editing, duplication, and editing after viewing from `session-details`.

***

### ✅ Version \[10-3-2-2] – April 29, 2025

#### 🐞 Fixes

* **\[manage-resource]** Fixed a crash when using the automatic command update popup.

***

### ✅ Version \[10-3-2-1] – April 28, 2025

#### 🐞 Fixes

* **\[client-list]** The "Participant" filter with the "No" option was not working correctly.

***

### ✅ Version \[10-3-2] – April 28, 2025

#### ✨ Additions

* **\[promo-code-list]** Added date filters. Promo codes whose period overlaps the selection now appear in the results.
* **\[promo-code-list]** Added multiple selection and deletion. Individual deletion per line has been removed.

#### 🐞 Fixes

* **\[emails]** Alignment respected according to templates + correction of line breaks.

#### 🔄 Changes

* **\[client-list]** Redesign of the "Type" filter + new "Participant" filter.
  * Selecting "referral client" now excludes business introducers (even if they have this role in addition).
  * Conversely, selecting "business introducer" does not exclude referrers.
  * The "Participant" filter now works on the basis of actual sessions, not on the absence of a "referent" role.
  * ⚠️ Some previous use cases are no longer possible (e.g., non-referring participants).

***

### ✅ Version \[10-3-1] – April 28, 2025

#### ✨ Additions

* **\[manage-participant]** Display of a green QR code for validated tickets.
* **\[API]** New field `items.promo_code` in the endpoint `/orders (GET)`.

#### 🐞 Fixes

* **\[manage-participant]** Confirmation + success message for multiple QR code validation.
* **\[add-payment]** Crash if the customer's first/last name was too long for a payment link.
* **\[admin]** `team_id` automatically cleaned to avoid errors when creating a subscription.

#### 🔄 Changes

* **\[session-details]** Redesigned notes section, now located above participants.
* **\[manage-participant]** The "Sell" button has been moved to the multiple actions and renamed "Create an order".
* **\[signup]** New wording for the phrase on the premium version.
* IPN refactor: reception is now based on the order ID, and no longer on the `ref`.

***

### ✅ Minor versions \[10-3-0 to 10-2-3] – from April 1 to 23, 2025

#### 💡 Key points

* **\[planning]** Numerous performance improvements: removal of duplicate requests, rendering optimization, better support for low-end machines.
* **\[payment-manager]** Support for a specific solution for 3x payment without fees.
* **\[promo-code-list]** UX redesign (filtering and grouped management).
* **\[emails]** Alignments, line breaks and a new logo.
* **\[signup/onboarding]** Trial period reduced to a fixed 14 days, "bonus" days removed.

***


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.yoplanning.support/en/information-de-mise-a-jour/rapport-de-maj-2025/mises-a-jour-yoplanning-avril-2025.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
