Skip to content

Commit

Permalink
Merge pull request #1533 from hydephp/improve-media-asset-handling
Browse files Browse the repository at this point in the history
Deprecate `BuildService::transferMediaAssets()`
  • Loading branch information
caendesilva authored Feb 8, 2024
2 parents 3cb3145 + e3ff429 commit 78dcbf5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ This serves two purposes:
- HydeFront: Changed `<code>` styling to display as inline instead of inline-block in https://github.com/hydephp/develop/pull/1525

### Deprecated
- for soon-to-be removed features.
- Deprecated the `BuildService::transferMediaAssets()` method in https://github.com/hydephp/develop/pull/1533, as it will be moved into a build task in v2.0.

### Removed
- for now removed features.
Expand Down
1 change: 1 addition & 0 deletions packages/framework/src/Framework/Services/BuildService.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ public function compileStaticPages(): void
});
}

/** @deprecated This method will be replaced by a build task in v2.0 */
public function transferMediaAssets(): void
{
$this->needsDirectory(Hyde::siteMediaPath());
Expand Down

0 comments on commit 78dcbf5

Please sign in to comment.