> For the complete documentation index, see [llms.txt](https://phoenixcoded.gitbook.io/able-pro/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://phoenixcoded.gitbook.io/able-pro/bootstrap/changelog.md).

# Changelog

## v9.6.2 (29-08-2025)

* Update Packages and Dependencies
* UI design improvements

## v9.6.1 (10-07-2025)

* Update Packages and Dependencies
* UI design improvements
* Components are improved and updated with the latest version of Bootstrap

## v9.6.0 (20-03-2025)

* Bug Fixes
* Add  Figma Section

## v9.5.0 (14-12-2024)&#x20;

* Enhance JavaScript Code Structure&#x20;
* Update Packages and Dependencies&#x20;
* Integrate Internationalization (i18n) in Sidebar&#x20;
* Improve Laptop Media UI
* The Bootstrap color palette is also accessible through CSS variables

## v9.4.3 (16-09-2024)&#x20;

* UI design improvements

## v9.4.2 (13-08-2024)&#x20;

* UI design improvements

## v9.4.1 (15-06-2024)&#x20;

* UI design improvements
* Add third-party plugin link

## v9.4.0 (26-04-2024)

* Gulp update
* Add Finance Dashboard
* Add Online Course Admin Panel
* Add Membership Admin Panel
* Add Helpdesk Admin Panel
* Add Invoice Admin Panel

## v9.3.0 (02-03-2024)

* Package upgrades
* Add invoice app
* Added Rating
* Added form wizard
* Added Animation pages
* Added Peity charts

## v9.2.0 (11-12-2023)

* Layout was improved
* Components are improved and updated with the latest version of Bootstrap
* Plugin updated

## v9.1.2 (19-10-2023)

* Horizontal menu bug fix

## v9.1.0 (07-06-2023)

* Theme customization moved from "/dist/assets/js/config.js" to "/gulpfile.js"
* Sidebar Submenu mouse event was improved
* Introduce a new horizontal, compact, tab layout
* Application UI design was improved

## v9.0.0 (07-03-2023)

* Released v9.0 with all-new User Interface


---

# 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://phoenixcoded.gitbook.io/able-pro/bootstrap/changelog.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.
