diff --git a/RELEASE_NOTES.md b/RELEASE_NOTES.md index 0a30224b9f9..d9cf4c12b14 100644 --- a/RELEASE_NOTES.md +++ b/RELEASE_NOTES.md @@ -21,6 +21,7 @@ This release is the first since the official release of HydePHP 1.0.0. It contai ### Fixed - Fixed https://github.com/hydephp/develop/issues/1301 in https://github.com/hydephp/develop/pull/1302 - Fixed https://github.com/hydephp/develop/issues/1313 in https://github.com/hydephp/develop/commit/134776a1e4af395dab5c15d611fc64c9ebce8596 +- Fixed https://github.com/hydephp/develop/issues/1316 in https://github.com/hydephp/develop/pull/1317 - Added missing function imports in https://github.com/hydephp/develop/pull/1309 ### Security diff --git a/packages/framework/resources/views/components/article-excerpt.blade.php b/packages/framework/resources/views/components/article-excerpt.blade.php index f3664667a40..591529f73b8 100644 --- a/packages/framework/resources/views/components/article-excerpt.blade.php +++ b/packages/framework/resources/views/components/article-excerpt.blade.php @@ -6,7 +6,7 @@ @endif
- +

{{ $post->data('title') ?? $post->title }}

@@ -39,7 +39,7 @@ @endisset