Skip to content

Latest commit

 

History

History
111 lines (58 loc) · 2.26 KB

CHANGELOG.md

File metadata and controls

111 lines (58 loc) · 2.26 KB

Changelog

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

2.4.0 - 2024-03-08

What's Changed

  • Fix Test Status Budge by @askdkc in #51
  • Laravel 11.x Compatibility by @laravel-shift in #52

New Contributors

  • @askdkc made their first contribution in #51

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

2.3.0 - 2023-04-12

What's Changed

  • Add PHP 8.2 Support by @patinthehat in #49
  • Laravel 10.x Compatibility by @laravel-shift in #50

New Contributors

  • @patinthehat made their first contribution in #49
  • @laravel-shift made their first contribution in #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 #48

New Contributors

  • @imacrayon made their first contribution in #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