Skip to content

Commit c65088a

Browse files
committed
Format release notes
1 parent 5def084 commit c65088a

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

RELEASE_NOTES.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ This release is the first since the official release of HydePHP 1.0.0. It contai
2222
- Classes `PageDataFactory`, `NavigationDataFactory`, and `BlogPostDataFactory` no longer use the `InteractsWithFrontMatter` trait
2323

2424
### Fixed
25-
- Fixed #1301 "[Build-time `--pretty-urls` flag is not respected by canonical URLs](https://github.com/hydephp/develop/issues/1301)" in "[Check for config flags in server globals when loading the configuration #1302](https://github.com/hydephp/develop/pull/1302)"
26-
- Fixed #1316 "[Bug: The blog post feed component does not work on nested pages due to not using routes](https://github.com/hydephp/develop/issues/1316)" in "[Update article excerpt component to use route helper method instead of legacy link formatter #1317](https://github.com/hydephp/develop/pull/1317)"
27-
- Fixed #1318 "[Nested index pages not showing in navigation](https://github.com/hydephp/develop/issues/1318)" in "[Fix nested index pages not showing in navigation #1319](https://github.com/hydephp/develop/pull/1319)"
28-
- Fixed #1320 "[The RSS feed generator does not respect the `--no-api` flag when getting content length for remote images](https://github.com/hydephp/develop/issues/1320)" in "[Update FeaturedImage class to only make API calls when not disabled #1321](https://github.com/hydephp/develop/pull/1321)"
29-
- Fixed #1322 "[Wrong HydeFront version constant](https://github.com/hydephp/develop/issues/1322)" in "[Fix wrong HydeFront version constant #1323](https://github.com/hydephp/develop/pull/1323)"
30-
- Fixed #1324 "[Navigation dropdowns should not wrap over multiple lines](https://github.com/hydephp/develop/issues/1324)" in "[Add "whitespace-nowrap" class to dropdown list item and align it right #1325](https://github.com/hydephp/develop/pull/1325)"
31-
- Fixed #1326 "[PlayCDN integration should work gracefully when there is no Tailwind config file](https://github.com/hydephp/develop/issues/1326)" in "[Update AssetService::injectTailwindConfig method to handle missing config file gracefully #1327](https://github.com/hydephp/develop/pull/1327)"
32-
- Fixed #1330 "[Clicking outside an activated dropdown should close it](https://github.com/hydephp/develop/issues/1330)" in "[Close dropdown when clicking outside it or when pressing escape #1331](https://github.com/hydephp/develop/pull/1331)"
33-
- Fixed #1337 "[Sidebar table of contents are unable to be generated when using Setext headers](https://github.com/hydephp/develop/issues/1337)" in "[Refactor the GeneratesTableOfContents internals to be more accurate #1343](https://github.com/hydephp/develop/pull/1343)"
34-
- Fixed #1330 "[Clicking outside an activated dropdown should close it](https://github.com/hydephp/develop/issues/1330)" in "[Add x-cloak to dropdown element to fix page load flickering #1332](https://github.com/hydephp/develop/pull/1332)"
35-
- Fixed #1340 "[Search index is not resolvable when using root documentation page output combined with subdirectory deployment](https://github.com/hydephp/develop/issues/1340)" in "[Trim leading slashes from the documentation search index load URL #1345](https://github.com/hydephp/develop/pull/1345)"
25+
- Fixed #1301 "[Build-time `--pretty-urls` flag is not respected by canonical URLs](https://github.com/hydephp/develop/issues/1301)" in [#1302](https://github.com/hydephp/develop/pull/1302)"
26+
- Fixed #1316 "[Bug: The blog post feed component does not work on nested pages due to not using routes](https://github.com/hydephp/develop/issues/1316)" in [#1317](https://github.com/hydephp/develop/pull/1317)"
27+
- Fixed #1318 "[Nested index pages not showing in navigation](https://github.com/hydephp/develop/issues/1318)" in [#1319](https://github.com/hydephp/develop/pull/1319)"
28+
- Fixed #1320 "[The RSS feed generator does not respect the `--no-api` flag when getting content length for remote images](https://github.com/hydephp/develop/issues/1320)" in [#1321](https://github.com/hydephp/develop/pull/1321)"
29+
- Fixed #1322 "[Wrong HydeFront version constant](https://github.com/hydephp/develop/issues/1322)" in [#1323](https://github.com/hydephp/develop/pull/1323)"
30+
- Fixed #1324 "[Navigation dropdowns should not wrap over multiple lines](https://github.com/hydephp/develop/issues/1324)" in [#1325](https://github.com/hydephp/develop/pull/1325)"
31+
- Fixed #1326 "[PlayCDN integration should work gracefully when there is no Tailwind config file](https://github.com/hydephp/develop/issues/1326)" in [#1327](https://github.com/hydephp/develop/pull/1327)"
32+
- Fixed #1330 "[Clicking outside an activated dropdown should close it](https://github.com/hydephp/develop/issues/1330)" in [#1331](https://github.com/hydephp/develop/pull/1331)"
33+
- Fixed #1337 "[Sidebar table of contents are unable to be generated when using Setext headers](https://github.com/hydephp/develop/issues/1337)" in [#1343](https://github.com/hydephp/develop/pull/1343)"
34+
- Fixed #1330 "[Clicking outside an activated dropdown should close it](https://github.com/hydephp/develop/issues/1330)" in [#1332](https://github.com/hydephp/develop/pull/1332)"
35+
- Fixed #1340 "[Search index is not resolvable when using root documentation page output combined with subdirectory deployment](https://github.com/hydephp/develop/issues/1340)" in [#1345](https://github.com/hydephp/develop/pull/1345)"
3636
- Fixed #1313 "[Bug: Uppercase input is improperly reformatted in the makeTitle Helper](https://github.com/hydephp/develop/issues/1313)" in [`134776a`](https://github.com/hydephp/develop/commit/134776a1e4af395dab5c15d611fc64c9ebce8596)
3737
- Fixed navigation dropdowns flickering on page load in [#1332](https://github.com/hydephp/develop/pull/1332)
3838
- Added missing function imports in [#1309](https://github.com/hydephp/develop/pull/1309)

0 commit comments

Comments
 (0)