Skip to content

Commit 5a8aff4

Browse files
committed
Update RELEASE_NOTES.md
1 parent 11561e2 commit 5a8aff4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

RELEASE_NOTES.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,8 @@ This serves two purposes:
1616
- Updated the `Serializable` trait to provide a default automatic `toArray` method in https://github.com/hydephp/develop/pull/1791
1717
- Updated the `PostAuthor` class's `name` property to fall back to the `username` property if the `name` property is not set in https://github.com/hydephp/develop/pull/1794
1818
- Removed the nullable type hint from the `PostAuthor` class's `name` property as it is now always set in https://github.com/hydephp/develop/pull/1794
19+
- Improved the accessibility of the heading permalinks feature in https://github.com/hydephp/develop/pull/1803
20+
- Updated to HydeFront v3.4 in https://github.com/hydephp/develop/pull/1803
1921

2022
### Deprecated
2123
- 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
@@ -25,6 +27,7 @@ This serves two purposes:
2527

2628
### Fixed
2729
- Added missing collection key types in Hyde facade method annotations in https://github.com/hydephp/develop/pull/1784
30+
- Fixed heading permalinks button text showing in Google Search previews https://github.com/hydephp/develop/issues/1801 in https://github.com/hydephp/develop/pull/1803
2831

2932
### Security
3033
- in case of vulnerabilities.

0 commit comments

Comments
 (0)