From bae3959455529bce9269c990a9fa665be87bfce8 Mon Sep 17 00:00:00 2001 From: ignace nyamagana butera Date: Sun, 8 Dec 2024 09:18:47 +0100 Subject: [PATCH] Prepare next release --- components/CHANGELOG.md | 3 ++- docs/_data/menu.yml | 1 - interfaces/CHANGELOG.md | 3 ++- uri/CHANGELOG.md | 3 ++- 4 files changed, 6 insertions(+), 4 deletions(-) diff --git a/components/CHANGELOG.md b/components/CHANGELOG.md index e939cb31..c6b62754 100644 --- a/components/CHANGELOG.md +++ b/components/CHANGELOG.md @@ -2,7 +2,7 @@ All Notable changes to `League\Uri\Components` will be documented in this file -## [Next](https://github.com/thephpleague/uri-components/compare/7.4.1...master) - TBD +## [7.5.0](https://github.com/thephpleague/uri-components/compare/7.4.1...7.5.0) - 2024-12-08 ### Added @@ -14,6 +14,7 @@ All Notable changes to `League\Uri\Components` will be documented in this file - `Scheme::isWebsocket` - `Scheme::isSsl` - `Scheme::isSpecial` +- Using PHP8.4 `Deprecated` attribute to signal deprecated public API methods and constants. ### Fixed diff --git a/docs/_data/menu.yml b/docs/_data/menu.yml index e72bca82..7cd0c0d2 100644 --- a/docs/_data/menu.yml +++ b/docs/_data/menu.yml @@ -24,7 +24,6 @@ packages: '7.0': Getting Started: Introduction: '/interfaces/7.0/' - Tools: Contracts: '/interfaces/7.0/contracts/' Parsers: URI Parser: '/interfaces/7.0/uri-parser-builder/' diff --git a/interfaces/CHANGELOG.md b/interfaces/CHANGELOG.md index 7869b03a..2c6dfb5d 100644 --- a/interfaces/CHANGELOG.md +++ b/interfaces/CHANGELOG.md @@ -2,7 +2,7 @@ All Notable changes to `League\Uri\Interfaces` will be documented in this file -## [Next](https://github.com/thephpleague/uri-interfaces/compare/7.3.1...master) - TBD +## [7.5.0](https://github.com/thephpleague/uri-interfaces/compare/7.3.1...7.5.0) - 2024-12-08 ### Added @@ -12,6 +12,7 @@ All Notable changes to `League\Uri\Interfaces` will be documented in this file - `Uri\IPv6\Converter` allows expanding and compressing IPv6. - `Uri\IPv4\Converter::toIPv6Using6to4` allows converting an IPv4 into an IPv6 host using the 6to4 notation. - `Uri\IPv4\Converter::toIPv6UsingMapping` allows mapping an IPv4 address into an IPv6 one. +- Using PHP8.4 `Deprecated` attribute to signal deprecated public API methods and constants. ### Fixed diff --git a/uri/CHANGELOG.md b/uri/CHANGELOG.md index a36f4363..cba921d8 100644 --- a/uri/CHANGELOG.md +++ b/uri/CHANGELOG.md @@ -2,13 +2,14 @@ All Notable changes to `League\Uri` will be documented in this file -## [Next](https://github.com/thephpleague/uri/compare/7.4.1...master) - TBD +## [7.5.0](https://github.com/thephpleague/uri/compare/7.4.1...7.5.0) - 2024-12-08 ### Added - `Uri::getUsername` returns the encoded user component of the URI. - `Uri::getPassword` returns the encoded password component of the URI. - `BaseUri::isOpaque` tells whether a URI is opaque. +- Using PHP8.4 `Deprecated` attribute to signal deprecated public API methods and constants. ### Fixed