Skip to content

Commit

Permalink
Merge tag 'v7.1.0' into develop
Browse files Browse the repository at this point in the history
PHP 8.4 and fix bug with removing self link
  • Loading branch information
lindyhopchris committed Jan 11, 2025
2 parents 3572d96 + 6907524 commit ac2bf6e
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,17 @@ All notable changes to this project will be documented in this file. This projec

## Unreleased

## [7.1.0] - 2025-01-11

### Changed

- Removed PHP 8.4 deprecation notices.

### Fixed

- [#648](https://github.com/cloudcreativity/laravel-json-api/pull/648) Ensure self link is removed when it is returned
as `false`.

## [7.0.0] - 2024-03-14

### Changed
Expand Down Expand Up @@ -43,7 +50,7 @@ All notable changes to this project will be documented in this file. This projec

- **BREAKING** Upgraded the `neomerx/json-api` dependency from `v1` to `v5` of our fork
`laravel-json-api/neomerx-json-api`. Refer to the [Upgrade Guide](./docs/upgrade.md) for details of the required
changes.
changes.

## [4.1.0] - 2023-01-21

Expand Down

0 comments on commit ac2bf6e

Please sign in to comment.