File tree Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Expand file tree Collapse file tree 4 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22
33All Notable changes to ` League\Uri\Components ` will be documented in this file
44
5- ## [ Next ] ( https://github.com/thephpleague/uri-components/compare/7.4.1...master ) - TBD
5+ ## [ 7.5.0 ] ( https://github.com/thephpleague/uri-components/compare/7.4.1...7.5.0 ) - 2024-12-08
66
77### Added
88
@@ -14,6 +14,7 @@ All Notable changes to `League\Uri\Components` will be documented in this file
1414- ` Scheme::isWebsocket `
1515- ` Scheme::isSsl `
1616- ` Scheme::isSpecial `
17+ - Using PHP8.4 ` Deprecated ` attribute to signal deprecated public API methods and constants.
1718
1819### Fixed
1920
Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ packages:
2424 ' 7.0 ' :
2525 Getting Started :
2626 Introduction : ' /interfaces/7.0/'
27- Tools :
2827 Contracts : ' /interfaces/7.0/contracts/'
2928 Parsers :
3029 URI Parser : ' /interfaces/7.0/uri-parser-builder/'
Original file line number Diff line number Diff line change 22
33All Notable changes to ` League\Uri\Interfaces ` will be documented in this file
44
5- ## [ Next ] ( https://github.com/thephpleague/uri-interfaces/compare/7.3.1...master ) - TBD
5+ ## [ 7.5.0 ] ( https://github.com/thephpleague/uri-interfaces/compare/7.3.1...7.5.0 ) - 2024-12-08
66
77### Added
88
@@ -12,6 +12,7 @@ All Notable changes to `League\Uri\Interfaces` will be documented in this file
1212- ` Uri\IPv6\Converter ` allows expanding and compressing IPv6.
1313- ` Uri\IPv4\Converter::toIPv6Using6to4 ` allows converting an IPv4 into an IPv6 host using the 6to4 notation.
1414- ` Uri\IPv4\Converter::toIPv6UsingMapping ` allows mapping an IPv4 address into an IPv6 one.
15+ - Using PHP8.4 ` Deprecated ` attribute to signal deprecated public API methods and constants.
1516
1617### Fixed
1718
Original file line number Diff line number Diff line change 22
33All Notable changes to ` League\Uri ` will be documented in this file
44
5- ## [ Next ] ( https://github.com/thephpleague/uri/compare/7.4.1...master ) - TBD
5+ ## [ 7.5.0 ] ( https://github.com/thephpleague/uri/compare/7.4.1...7.5.0 ) - 2024-12-08
66
77### Added
88
99- ` Uri::getUsername ` returns the encoded user component of the URI.
1010- ` Uri::getPassword ` returns the encoded password component of the URI.
1111- ` BaseUri::isOpaque ` tells whether a URI is opaque.
12+ - Using PHP8.4 ` Deprecated ` attribute to signal deprecated public API methods and constants.
1213
1314### Fixed
1415
You can’t perform that action at this time.
0 commit comments