Skip to content

Commit bae3959

Browse files
committed
Prepare next release
1 parent 041de26 commit bae3959

File tree

4 files changed

+6
-4
lines changed

4 files changed

+6
-4
lines changed

components/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All 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

docs/_data/menu.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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/'

interfaces/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
All 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

uri/CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,14 @@
22

33
All 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

0 commit comments

Comments
 (0)