# Changelog

## v3.0.0 - 4-12-2025

* Laravel 12
  * Update **Kernel.php** & **TrustProxies.php** file
  * Some unusable plugins remove from **composer.json**
  * Packages upgrades
* **Fix:** Suppressed Sass deprecation warnings by adding `silenceDeprecations` options in the Gulp Sass configuration.
* **NPM** Packages upgrades
* Extra Second landing page code remove
* **Fixed:** Adjusted chart label and tooltip text colors for better readability and visual consistency across themes.
* **Fixed:** Some design issues

## v2.0.0 - 14-04-2024

* Bootstrap update to 5.3.2 version
* Laravel 9 update&#x20;
* Some pages remove and some pages redesign

## v1.0 - Release

* Initial release.


---

# 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://codedthemes.gitbook.io/datta-laravel/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.
