# User portal changelog

### v3.250.0 (21.05.2026)

* Added pagination and ordering on the following pages:
  * License -> Product features
  * License -> Custom Fields
  * License Users -> Devices
  * License Users -> Licenses
  * License Users -> Groups
* Fixed a bug on adding Product Features to a License

### v3.249.0 (01.04.2026)

* New license status: `Not Activated`

### v3.247.0 (01.04.2026)

* Added reset license modal with additional options to: reset validity period, reset maintenance period and reset consumptions

### v3.246.0 (04.03.2026.)

* Customer accounts: new list/detail views with tabbed sections (customers, managers, orders, licenses, license users, user groups, devices) plus add/edit/remove actions, all gated by permissions.
* Added pagination, sorting, and search across customer account tabs and the remove orders modal.
* License users: new detail page with tabbed navigation (licenses, devices, user groups) and clickable rows for quick navigation.
* Account-based licensing UI updates including account assignment, filtering, and conditional rendering of account links/actions.
* Floating feature borrow/release UI.
* UI polish and localization updates (license list note column, devices last-seen display, password validation messaging, translation cleanup).

### v3.244.0 (04.02.2026.)

* Added:Floating Feature borrow and release functionality

#### **v3.243.0** *(19.01.2026)*

> 🟢 **Improved**\
> Custom Fields UX: clear separation of License vs Product custom fields, reset-to-default behavior, and clearer configuration labels.

***

#### **v3.241.0** *(12.01.2026)*

> 🟣 **Fixed**\
> &#x20;Bundle order creation.

***

### 🗓️ 2025

#### **16.12.2025**

> 🔵 **Added**\
> Bulk reset for license devices.

> 🔵 **Added**\
> Actions: editing customers, editing licenses, editing license custom fields, and editing license product features.

***

#### **04.12.2025**

> 🔵 **Added**\
> Search filters: filter by license ID and license note.

> 🟣 **Fixed**\
> Bundle license flows: assign user to license and edit assigned user.

***

#### **11.04.2025**

> 🟣 **Fixed**\
> Device reset handling for bundle licenses.

***

#### **05.03.2025**

> 🔵 **Added**\
> &#x20;Max License Users column on the license list.

> 🟣 **Fixed**\
> &#x20;`getRedirectUri`.

> 🟣 **Fixed**\
> `useAPI` hook behavior to prevent infinite loops.

> 🟣 **Fixed**\
> Enabled sorting on the license devices tab table.


---

# 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.licensespring.com/changelog/user-portal-changelog.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.
