> For the complete documentation index, see [llms.txt](https://docs.scholarrx.com/docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.scholarrx.com/docs/updates-and-changes/production-releases/2023-10-6.md).

# 2023-10-09

#### Release Date: 10/09/2023

## Release Overview

The iOS Mobile application has been enhanced to include more functionality related to the Brick Exchange.

## Enhanced Features

### Brick Exchange - Display ‘Adapted’ Indicator on Bricks

An ‘adapted’ indicator now displays next to bricks so customers can easily identify bricks that have been cloned and adapted.

**Example of the ‘adapted’ indicator on the ‘Favorites’ page**.

<div align="left"><figure><img src="/files/TahxLNHR7wz1n7vAs6vc" alt=""><figcaption><p>Favorites Page</p></figcaption></figure></div>

The ‘adapted’ indicator will display next to bricks on the following pages.

* Favorites
* Lists
* Author Brick List
* Organization Brick List
* Search Results

### Brick Exchange - Display ‘Version History’ on Cloned Bricks

When opening the ‘brick information sheet’ on an adapted brick from the 3-dot menu, the version history will now display as a section within the sheet.

**Example of the ‘Versions’ section on the brick information sheet.**

<div align="left"><figure><img src="/files/nXXkqBq8MGrka7eBsLFL" alt=""><figcaption><p>Brick Information Sheet</p></figcaption></figure></div>

* Tapping on a version listed in the version history will open that version of the brick.
* Each entry in the history will display the following information:
  * Brick Name
  * Author
  * Collection (if it exists)
  * Publish Date

### Brick Search Results

The following information will now display when applicable when viewing search results for bricks.

* School (when present)
* Author
* Free tag (when free)
* Adapted indicator (when cloned)
* 3-dot action menu (when clicked, displays the brick information sheet)
* Community bricks (on a separate tab)

<div align="left"><figure><img src="/files/5DDZBxUdvFfwwkSpis25" alt=""><figcaption><p>Search Results View</p></figcaption></figure></div>

### Brick Video Modal Popup

When a Vimeo or YouTube video is embedded in a brick and viewed from the mobile app, the video displays in a modal popup instead of redirecting the user away from the brick to a separate video player.


---

# 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.scholarrx.com/docs/updates-and-changes/production-releases/2023-10-6.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.
