From 7b79e6279cce0209e3de7e3a16a7d3214a1b24ba Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Fri, 24 Jun 2022 20:31:03 +0200 Subject: [PATCH] Revert site_output_path deprecation --- CHANGELOG.md | 4 ++-- config/hyde.php | 3 --- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 308ae6f3c38..2bce1a09fae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,7 +25,7 @@ This serves two purposes: - Added configuration option `hyde.media_extensions` to allow you to specify additional comma separated media file types. https://github.com/hydephp/develop/issues/39; ### Changed -- for changes in existing functionality. +- Revert deprecation marking for site_output_path config option ### Deprecated - for soon-to-be removed features. @@ -106,7 +106,7 @@ If you don't know what any of this means, good news! You don't have to worry abo - Adds a fallback which removes the search modal popup and redirects to the search.html page when the dialogue element is not supported. ### Deprecated -- Deprecate the site_output_path option in the Hyde config file. Will be handled by the HydeServiceProvider. +- Deprecate the site_output_path option in the Hyde config file. Will be handled by the HydeServiceProvider. _Reverted in v0.43.0-beta_ ### Removed - Removed the deprecated bootstrap directory diff --git a/config/hyde.php b/config/hyde.php index 36dfe0ee036..a176e196d42 100644 --- a/config/hyde.php +++ b/config/hyde.php @@ -221,9 +221,6 @@ | */ - /** - * @deprecated will be handled in the service provider - */ 'site_output_path' => Hyde\Framework\Hyde::path('_site'), /*