# Changelog

All notable changes to `laravel-pjax` will be documented in this file

## 2.3.0 - 2023-04-12

### What's Changed

- Add PHP 8.2 Support by @patinthehat in https://github.com/spatie/laravel-pjax/pull/49
- Laravel 10.x Compatibility by @laravel-shift in https://github.com/spatie/laravel-pjax/pull/50

### New Contributors

- @patinthehat made their first contribution in https://github.com/spatie/laravel-pjax/pull/49
- @laravel-shift made their first contribution in https://github.com/spatie/laravel-pjax/pull/50

**Full Changelog**: https://github.com/spatie/laravel-pjax/compare/2.2.2...2.3.0

## 2.2.2 - 2022-03-17

## What's Changed

- Fix Response constructor by @imacrayon in https://github.com/spatie/laravel-pjax/pull/48

## New Contributors

- @imacrayon made their first contribution in https://github.com/spatie/laravel-pjax/pull/48

**Full Changelog**: https://github.com/spatie/laravel-pjax/compare/2.2.1...2.2.2

## 2.2.0 - 2022-02-08

- allow Laravel 9

## 2.1.2 - 2020-12-04

- Support PHP 8

## 2.1.1 - 2020-09-09

- Support Laravel 8

## 2.1.0 - 2020-03-09

- add support for Laravel 7

## 2.0.3 - 2020-01-10

- change param to BaseResponse (#38)

## 2.0.2 - 2019-12-11

- allow symfony 5 components

## 2.0.1 - 2019-09-30

- response type fix (#33)

## 2.0.0 - 2019-09-20

- Now requires PHP 7.2
- Laravel 6 support

## 1.3.2 - 2018-02-06

- allow symfony 4

## 1.3.1 - 2016-02-18

- Fix a bug where the version header would be sent whenever any meta http-equiv tag was set

## 1.3.0 - 2016-01-22

- Added a check on title

## 1.2.2 - 2016-01-15

- Fix capitalization of header name, the sequel

## 1.2.1 - 2016-01-13

- Fix capitalization of header name

## 1.2.0 - 2016-01-12

- Added pjax version header

## 1.1.0 - 2015-12-25

- Add compatibility for symfony 3.0 components

## 1.0.1 - 2015-10-16

- Fix tests

## 1.0.0 - 2015-10-16

- Initial release
