Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Preparing for v1.0.0 release #21

Merged
merged 16 commits into from
Jul 23, 2024
Merged

Preparing for v1.0.0 release #21

merged 16 commits into from
Jul 23, 2024

Conversation

bennothommo
Copy link
Member

What started off as adding support for relevancy and grouped results in the Docs plugin has become an all-encompassing push to get this plugin to v1.0.0 finally.

Changes

  • Added support for grouped results, result relevancy and result labelling when using the Search plugin.
  • Added support for linking PHP classes/interfaces/traits to the classes that extend/implement/use them in API docs.
  • Added support for visibility label for properties and methods in the PHP API doc page table of contents.

Bug fixes

  • Fixed memory issues and improved indexing of docs pages by using generators.
  • Fixed delay when searching docs pages due to reindexing of the doc index on every search. The doc index will now only be indexed when run through the docs:process command.

@bennothommo bennothommo merged commit 054f7b7 into main Jul 23, 2024
3 checks passed
@bennothommo bennothommo deleted the wip/relevance branch July 23, 2024 05:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant