# Laravel DataTables Export Plugin CHANGELOG.

## UNRELEASED

## v11.3.2 - 2024-12-04

- fix: https://github.com/yajra/laravel-datatables-export/issues/68
- fix: wrong v11.3.1 tag

## v11.3.1 - 2024-11-29

- fix: November phpoffice/phpspreadsheet vulnerabilities #67
- fix #66

## v11.3.0 - 2024-10-09

- fix: `phpoffice/phpspreadsheet` vulnerabilities #64

## v11.2.0 - 2024-09-02

- fix: CVE-2024-45046 #63
- fix: #62 
- fix: yajra/laravel-datatables#3173

## v11.1.1 - 2024-04-29

- fix: pestphp require-dev #61
- bump deps 
- fix: yajra/laravel-datatables#3136

## v11.1.0 - 2024-04-29

- feat: add button name option #59

## v11.0.1 - 2024-04-16

- fix: Export button URL: Merge new with existing query params #58
- fix #57 - Handle new params with existing query params in the export button URL

## v11.0.0 - 2023-03-14

- Laravel 11.x support
- Use Pest for testing
- Add Pint and Rector for code quality
- Add GitHub Actions for CI/CD
- Fix PhpStan issues
