From 8f7b5436bd0fe7788fb9a6ac174fd83680403571 Mon Sep 17 00:00:00 2001 From: Caen De Silva Date: Tue, 5 Nov 2024 14:23:05 +0100 Subject: [PATCH] Update RELEASE_NOTES.md --- RELEASE_NOTES.md | 1 + 1 file changed, 1 insertion(+) diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index edc66d3f209..9b19d874a66 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -31,6 +31,7 @@ This serves two purposes: ### Deprecated - The `PostAuthor::getName()` method is now deprecated and will be removed in v2. (use `$author->name` instead) in https://github.com/hydephp/develop/pull/1794 - Deprecated the `FeaturedImage::isRemote()` method in favor of the new `Hyperlinks::isRemote()` method in https://github.com/hydephp/develop/pull/1882 +- Deprecated the `Hyde::mediaLink()` method in favor of the `Hyde::asset()` method in https://github.com/hydephp/develop/pull/1993 ### Removed - for now removed features.