From 874d799072b879e8bf24f426646727a4982b46a0 Mon Sep 17 00:00:00 2001 From: jfrosorio Date: Tue, 14 Jul 2026 18:12:31 +0100 Subject: [PATCH 1/3] doc(readme): use absolute upgrade-guide link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index be3f218..233c451 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ A lightweight Laravel package for logging requests made to your API. [![Latest version](https://img.shields.io/github/release/CodeTechAgency/laravel-api-logs?style=flat-square)](https://github.com/CodeTechAgency/laravel-api-logs/releases) [![GitHub license](https://img.shields.io/github/license/CodeTechAgency/laravel-api-logs?style=flat-square)](https://github.com/CodeTechAgency/laravel-api-logs/blob/master/LICENSE) -> **⚠️ You are viewing the docs for 1.x, which is end-of-life** and receives no further updates — including security fixes such as the sensitive-field redaction added in 2.1.0 (without it, passwords and tokens are stored verbatim in your database). Upgrading to 2.x is a small change — see the [upgrade guide](UPGRADE.md). The latest version is 3.x (Laravel 11–13) on the [`main`](https://github.com/CodeTechAgency/laravel-api-logs/tree/main) branch. +> **⚠️ You are viewing the docs for 1.x, which is end-of-life** and receives no further updates — including security fixes such as the sensitive-field redaction added in 2.1.0 (without it, passwords and tokens are stored verbatim in your database). Upgrading to 2.x is a small change — see the [upgrade guide](https://github.com/CodeTechAgency/laravel-api-logs/blob/v1/UPGRADE.md). The latest version is 3.x (Laravel 11–13) on the [`main`](https://github.com/CodeTechAgency/laravel-api-logs/tree/main) branch. ## Requirements From c1256288c87de3c93a27f253b0c65fed1e39341f Mon Sep 17 00:00:00 2001 From: jfrosorio Date: Tue, 14 Jul 2026 18:13:04 +0100 Subject: [PATCH 2/3] doc(readme): fix license links pointing at nonexistent master branch --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 233c451..9871092 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ A lightweight Laravel package for logging requests made to your API. [![Latest version](https://img.shields.io/github/release/CodeTechAgency/laravel-api-logs?style=flat-square)](https://github.com/CodeTechAgency/laravel-api-logs/releases) -[![GitHub license](https://img.shields.io/github/license/CodeTechAgency/laravel-api-logs?style=flat-square)](https://github.com/CodeTechAgency/laravel-api-logs/blob/master/LICENSE) +[![GitHub license](https://img.shields.io/github/license/CodeTechAgency/laravel-api-logs?style=flat-square)](https://github.com/CodeTechAgency/laravel-api-logs/blob/v1/LICENSE) > **⚠️ You are viewing the docs for 1.x, which is end-of-life** and receives no further updates — including security fixes such as the sensitive-field redaction added in 2.1.0 (without it, passwords and tokens are stored verbatim in your database). Upgrading to 2.x is a small change — see the [upgrade guide](https://github.com/CodeTechAgency/laravel-api-logs/blob/v1/UPGRADE.md). The latest version is 3.x (Laravel 11–13) on the [`main`](https://github.com/CodeTechAgency/laravel-api-logs/tree/main) branch. @@ -74,7 +74,7 @@ protected $middlewareGroups = [ ## License -**codetech/laravel-api-logs** is open-sourced software licensed under the [MIT license](https://github.com/CodeTechAgency/laravel-api-logs/blob/master/LICENSE). +**codetech/laravel-api-logs** is open-sourced software licensed under the [MIT license](https://github.com/CodeTechAgency/laravel-api-logs/blob/v1/LICENSE). ## About CodeTech From 166f365599bbcc8f6e13854655534d24c8730b4d Mon Sep 17 00:00:00 2001 From: jfrosorio Date: Tue, 14 Jul 2026 22:35:00 +0100 Subject: [PATCH 3/3] doc(readme): align requirements table columns --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 9871092..bf0584d 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ A lightweight Laravel package for logging requests made to your API. ## Requirements -| Package version | Laravel | PHP | Status | -|-----------------|--------------|-------|--------| -| 3.x ([`main`](https://github.com/CodeTechAgency/laravel-api-logs/tree/main)) | 11 / 12 / 13 | ≥ 8.2 | Active | -| 2.x ([`v2`](https://github.com/CodeTechAgency/laravel-api-logs/tree/v2)) | 7 – 10 | ≥ 7.2 | Security fixes | -| 1.x (this branch) | 7 – 10 | ≥ 7.2 | End of life | +| Package version | Laravel | PHP | Status | +|------------------------------------------------------------------------------|--------------|-------|----------------| +| 3.x ([`main`](https://github.com/CodeTechAgency/laravel-api-logs/tree/main)) | 11 / 12 / 13 | ≥ 8.2 | Active | +| 2.x ([`v2`](https://github.com/CodeTechAgency/laravel-api-logs/tree/v2)) | 7 – 10 | ≥ 7.2 | Security fixes | +| 1.x (this branch) | 7 – 10 | ≥ 7.2 | End of life | ## Installation