Skip to content

Commit a0c9cad

Browse files
committed
Update RELEASE_NOTES.md
1 parent b2eb844 commit a0c9cad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ This serves two purposes:
1111

1212
### Added
1313

14+
- Added support for PHP 8.4.
1415
- You can now specify sidebar item priorities by adding a numeric prefix to doc umentation page source file names in https://github.com/hydephp/develop/pull/1709
1516
- Added support for resolving dynamic links to source files in Markdown documents in https://github.com/hydephp/develop/pull/1590
1617
- Added a new `\Hyde\Framework\Actions\PreBuildTasks\TransferMediaAssets` build task handle media assets transfers for site builds.
@@ -40,6 +41,7 @@ This serves two purposes:
4041

4142
### Changed
4243

44+
- **Breaking:** The minimum PHP version is now 8.2 instead of 8.1, but we now support PHP 8.3.
4345
- **Breaking:** The internals of the navigation system has been rewritten into a new Navigation API. This change is breaking for custom navigation implementations. For more information, see below.
4446
- **Breaking:** The `hyde.features` configuration format has changed to use Enums instead of static method calls. For more information, see below.
4547
- **Breaking:** Renamed class `DataCollections` to `DataCollection`. For more information, see below.
@@ -121,6 +123,7 @@ This serves two purposes:
121123

122124
### Removed
123125

126+
- Breaking: Removed support for PHP 8.1.
124127
- Breaking: Removed the build task `\Hyde\Framework\Actions\PostBuildTasks\GenerateSearch` (see upgrade guide below)
125128
- Breaking: Removed the deprecated `\Hyde\Framework\Services\BuildService::transferMediaAssets()` method (see upgrade guide below)
126129
- Breaking: Removed the `DocumentationPage::getTableOfContents()` method as we now use Blade to generate the table of contents in https://github.com/hydephp/develop/pull/2045

0 commit comments

Comments
 (0)