> For the complete documentation index, see [llms.txt](https://ed.sunbird.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://ed.sunbird.org/older-versions/use/releases/release-notes/release-4.10.0.md).

# 5.0.0

### <mark style="color:blue;">**Hot-fix: 5.0.6**</mark>\*\* (12-01-2023)\*\*

<mark style="color:blue;">**Bugs:**</mark>

Course progress does not get updated correctly. For a course that has a single-page PDF. [ED-731](https://project-sunbird.atlassian.net/browse/ED-731)

| Service to Build | Public Tag                                                                                      | Comment                                                                                                                                                                                                         |
| ---------------- | ----------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| SunbirdEd-Portal | [release-5.0.0.5\_RC1](https://github.com/Sunbird-Ed/SunbirdEd-portal/tree/release-5.0.0.5_RC1) | changed the code if course back button or next module and prev module button is clicked from a single page PDF then the PDF content progress is marked as read ie., 100% and the content status is updated as 2 |

### <mark style="color:blue;">Hot-fix: 5.0.5</mark> (09-01-2023)

#### <mark style="color:blue;">Bugs:</mark>

Mobile app: The user is not able to play resource content. [ED-714](https://project-sunbird.atlassian.net/browse/ED-714)

| Service to Build                     | Public Tag                                                                                      | Private Branch |
| ------------------------------------ | ----------------------------------------------------------------------------------------------- | -------------- |
| Mobile/job/Sunbird-IONIC-Mobile-App/ | [release-5.0.6\_RC1](https://github.com/Sunbird-Ed/SunbirdEd-mobile-app/tree/release-5.0.6_RC1) | release-5.0.0  |

### <mark style="color:blue;">**Hot-fix: 5.0.4**</mark>\*\* (29-12-2022)\*\*

<mark style="color:blue;">**Bugs:**</mark>

Course progress does not get updated correctly. [ED-648](https://project-sunbird.atlassian.net/browse/ED-648)

| Service to Build | Public Tag           | Comment                                                                                                                                                                                                      |
| ---------------- | -------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| SunbirdEd-Portal | release-5.0.0.4\_RC2 | <p>Sunbird video player version update for End event summary progress issue.<br><a href="https://www.npmjs.com/package/@project-sunbird/sunbird-video-player-v9/v/5.1.3">sunbird-video-player: 5.1.3</a></p> |
| Sunbird-Mobile   | release-5.0.5\_RC0   | Same as above                                                                                                                                                                                                |

### <mark style="color:blue;">**Hot-fix: 5.0.2**</mark>\*\* (21-10-2022)\*\*

{% file src="/files/MAg4TjFfs9pgQopScT1z" %}

### <mark style="color:blue;">**Hot-fix: 5.0.1**</mark>\*\* (27-9-2022)\*\*

{% file src="/files/arZeDtOtrU2HlGaLQTNb" %}

### <mark style="color:blue;">Release 5.0.0</mark>

{% file src="/files/tJecLHXNOYSoQgk7R1IE" %}

### <mark style="color:blue;">Release 4.10.3</mark>

{% file src="/files/1zlFYAppq5T5ZUv3o7FR" %}

### <mark style="color:blue;">Release 4.10.2</mark>

{% file src="/files/1gFu5fc3QtmYUfxz5uq3" %}

### <mark style="color:blue;">Release 4.10.1</mark>

{% file src="/files/qIBwMMW4bqwSmuBMUmkH" %}


---

# 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://ed.sunbird.org/older-versions/use/releases/release-notes/release-4.10.0.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.
