From 678f01ae32fb91acf54ab5098bbb1200217c9ffd Mon Sep 17 00:00:00 2001 From: Gaurav Date: Tue, 21 May 2024 19:42:24 +0530 Subject: [PATCH] release: v1.7.0 --- .gitignore | 1 + CHANGELOG.md | 4 ++++ README.md | 3 ++- phpunit.xml | 27 +++++++++++---------------- 4 files changed, 18 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index 806c75f..f730c71 100644 --- a/.gitignore +++ b/.gitignore @@ -2,6 +2,7 @@ composer.phar composer.lock /vendor/ .phpunit.result.cache +/.phpunit.cache/ # Commit your application's lock file http://getcomposer.org/doc/01-basic-usage.md#composer-lock-the-lock-file # You may choose to ignore a library lock file http://getcomposer.org/doc/02-libraries.md#lock-file diff --git a/CHANGELOG.md b/CHANGELOG.md index b4848d4..8115bdd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [1.7.0] - 2024-05-21 +### Added +- Support for Laravel 11.x + ## [1.6.0] - 2023-02-21 ### Added - Support for Laravel 10.x diff --git a/README.md b/README.md index 6cdd93c..adc74f8 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![StyleCI](https://styleci.io/repos/126970369/shield?branch=master)](https://styleci.io/repos/126970369) [![Buy us a tree](https://img.shields.io/badge/Buy%20me%20a%20tree-%F0%9F%8C%B3-lightgreen?style=flat-square)](https://plant.treeware.earth/freshbitsweb/laravel-log-enhancer) -# Laravel Log Enhancer (Laravel 5.6 to Laravel 10.x) +# Laravel Log Enhancer (Laravel 5.6 to Laravel 11.x) Laravel logs help all of us debug issues. We value them the most in production. But, the contextual data of the request is not logged by default. We need more than just *stack trace* to debug the issue easily. The things like **request URL**, **request input data**, **session data**, etc. help us hunt down the exact cause quickly. That's what this *plug-and-play* Laravel package does for you :) ## Before @@ -16,6 +16,7 @@ Laravel logs help all of us debug issues. We value them the most in production. ## Requirements | PHP | Laravel | Package | |--------|---------|---------| +| 8.2+ | 11.x | v1.7.0 | | 8.1+ | 10.x | v1.6.0 | | 8.0+ | 9.x | v1.5.0 | | 8.0+ | 9.x | v1.4.0 | diff --git a/phpunit.xml b/phpunit.xml index d70b6e4..98f1379 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -1,18 +1,13 @@ - - - - src/ - - - - - tests - - + + + + tests + + + + + src/ + +