# 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: 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:

```
GET https://docs.scholarrx.com/docs/updates-and-changes/production-releases/2023-10-6.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
