Skip to content

Commit

Permalink
Revert site_output_path deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Jun 24, 2022
1 parent d979fc9 commit 7b79e62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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.
- <s>Deprecate the site_output_path option in the Hyde config file. Will be handled by the HydeServiceProvider.</s> _Reverted in v0.43.0-beta_

### Removed
- Removed the deprecated bootstrap directory
Expand Down
3 changes: 0 additions & 3 deletions config/hyde.php
Original file line number Diff line number Diff line change
Expand Up @@ -221,9 +221,6 @@
|
*/

/**
* @deprecated will be handled in the service provider
*/
'site_output_path' => Hyde\Framework\Hyde::path('_site'),

/*
Expand Down

0 comments on commit 7b79e62

Please sign in to comment.