Skip to content

Commit

Permalink
Prepare next release
Browse files Browse the repository at this point in the history
  • Loading branch information
nyamsprod committed Dec 8, 2024
1 parent 041de26 commit bae3959
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 4 deletions.
3 changes: 2 additions & 1 deletion components/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
1 change: 0 additions & 1 deletion docs/_data/menu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/'
Expand Down
3 changes: 2 additions & 1 deletion interfaces/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

Expand Down
3 changes: 2 additions & 1 deletion uri/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit bae3959

Please sign in to comment.