You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE_NOTES.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,6 +11,7 @@ This serves two purposes:
11
11
12
12
### Added
13
13
14
+
- Added support for PHP 8.4.
14
15
- 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
15
16
- Added support for resolving dynamic links to source files in Markdown documents in https://github.com/hydephp/develop/pull/1590
16
17
- 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:
40
41
41
42
### Changed
42
43
44
+
-**Breaking:** The minimum PHP version is now 8.2 instead of 8.1, but we now support PHP 8.3.
43
45
-**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.
44
46
-**Breaking:** The `hyde.features` configuration format has changed to use Enums instead of static method calls. For more information, see below.
45
47
-**Breaking:** Renamed class `DataCollections` to `DataCollection`. For more information, see below.
@@ -121,6 +123,7 @@ This serves two purposes:
121
123
122
124
### Removed
123
125
126
+
- Breaking: Removed support for PHP 8.1.
124
127
- Breaking: Removed the build task `\Hyde\Framework\Actions\PostBuildTasks\GenerateSearch` (see upgrade guide below)
125
128
- Breaking: Removed the deprecated `\Hyde\Framework\Services\BuildService::transferMediaAssets()` method (see upgrade guide below)
126
129
- 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