> 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/code-ignitor/changelog.md).

# Changelog

## v1.5.2(17-07-2025)

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

## v1.5.1 (20-03-2025)

* Bug Fixes
* Added Figma Section

## v1.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

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

* UI design improves

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

* UI design improves

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

* UI design improves
* Add third-party plugin link

## v1.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

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

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

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

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

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

* Design Fixes
* Horizontal bug fix

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

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

## v1.0.0 (12-11-2022)

* Initial Release


---

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

```
GET https://phoenixcoded.gitbook.io/able-pro/code-ignitor/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.
