Skip to content

Releases: rodrigopedra/laravel-query-logger

PHP 8.0

07 Mar 00:09
Compare
Choose a tag to compare

Drop support for PHP versions older than 8.0

Support Laravel 9

09 Feb 00:42
Compare
Choose a tag to compare
v4.4.0

Support Laravel 9

Patch vulnerable versions and allow PHP 8.1

29 Dec 05:38
Compare
Choose a tag to compare

Patch vulnerable versions and allow PHP 8.1

Use Event Connection

10 Apr 00:51
Compare
Choose a tag to compare

This updates uses the connection property from the QueryExecuted event.

It allows using the proper PDO instance when quoting the connections.

[HOTFIX] fix wrong date format string

09 Apr 11:14
Compare
Choose a tag to compare

Fixes wrong date format string that was pushed by mistake.

Improve Bindings Handling

09 Apr 10:57
Compare
Choose a tag to compare

Refactor to improve bindings handling using regular expression replacements and quoting logic from:

https://github.com/barryvdh/laravel-debugbar

barryvdh/laravel-debugbar is MIT licensed. License is available at:

https://github.com/barryvdh/laravel-debugbar/blob/6420113d90bb746423fa70b9940e9e7c26ebc121/LICENSE

Drop 5.5 support

14 Feb 04:11
519e436
Compare
Choose a tag to compare

In order to apply a security patch recommended by GitHub Bot.

Improve Bindings Handling

15 Jan 10:40
Compare
Choose a tag to compare
v3.2.0

improve bindings handling

Add missing static modifier to closure

07 Sep 03:13
Compare
Choose a tag to compare

Add missing static modifier to closure

[3.x] Fix bindings when merging bindings array

18 Aug 13:36
Compare
Choose a tag to compare

Fix bindings when merging bindings array