> 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-2024/mise-a-jour-du-31-janvier-2024.md).

# Mise à jour du 31 janvier 2024

**Corrections made:**

1. **New Staff Invitation Bug:** Fixed a bug where the link in the invitation email redirected to the login page rather than the signup page (/signup) if the user was already on Yoplanning.
2. **Booking / Payment module:** Fixed a bug related to the Instant Payment Notification (IPN) which did not contain 'vakario\_fee', thus preventing this information from being displayed in Yoplanning.
3. **Booking Module - Phone Field:** Two improvements made:
   * Checking the phone field as a required field was not performed in some cases.
   * Improved parsing of phone numbers to avoid incorrect values.
4. **Login/Signup:** Fixed crash issues when logging in via an external provider. (Google, Apple, Facebook)
5. **Potential Repeated Session:** Fixed a bug where sessions generated via virtual option had no options (options were not copied).
6. **\[Booking Module] Overbooking:** Fixed a bug where, when overbooking was avoided, the corresponding basket items were not indicated in red (Page 6).

**Changes made:**

1. **\[Roles]:** Changed the permission check. Now, the 'VIEW\_CLIENTS' permission is required to display the "Clients" option in the left menu.
2. **\[Booking Module] Telephone Field in Connected Mode:** In connected mode, the telephone field will now be considered optional (P5/P6).

**Additions:**

1. **\[Payment List] Copy Link:** Added a "Copy" feature accessible via the three small dots. This option allows you to copy the payment link to the clipboard. It is recommended to use this feature to copy a payment link to avoid issues related to directly copying the Payline link (for example, the link expiring after a certain time).
2. **\[fees]:** Two new features have been added in the export:
   * Visualization of session turnover.
   * Margin visualization.
   * Checking session status to avoid unexpected surprises.

These updates aim to improve the user experience and strengthen the overall functionality of Yoplanning. For any questions or additional assistance, do not hesitate to contact our support team.


---

# 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-2024/mise-a-jour-du-31-janvier-2024.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.
