From 695da7d875cb67ddfc33bbea33de83f0cf9285a5 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Sun, 17 Dec 2023 20:26:26 +0100 Subject: [PATCH] Cleanup release notes --- RELEASE_NOTES.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 31f6df9770b..bce78c2aa25 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -17,10 +17,10 @@ This serves two purposes: - Updated the documentation article component to support existing $document instance. ### Deprecated -- \Hyde\Framework\Actions\PostBuildTasks\GenerateSearch +- for soon-to-be removed features. ### Removed -- for now removed features. +- Breaking: Removed the build task `\Hyde\Framework\Actions\PostBuildTasks\GenerateSearch` (see upgrade guide below ### Fixed - for any bug fixes. @@ -47,7 +47,7 @@ For more information, see https://github.com/hydephp/develop/pull/1498. you will need to adapt your code, as the search index files are now handled implicitly during the standard build process, as the search pages are now added to the kernel page and route collection. (https://github.com/hydephp/develop/pull/1498) - If your site has a custom documentation search page, for example `_docs/search.md` or `_pages/docs/search.blade.php`, - that page will no longer be build when using the specific `build:search` command. It will, of course, + that page will no longer be built when using the specific `build:search` command. It will, of course, be built using the standard `build` command. https://github.com/hydephp/develop/commit/82dc71f4a0e7b6be7a9f8d822fbebe39d2289ced - In the highly unlikely event your site customizes any of the search pages by replacing them in the kernel route collection, you would now need to do that in the kernel page collection due to the search pages being generated earlier in the lifecycle.