-
Notifications
You must be signed in to change notification settings - Fork 0
/
readme.txt
44 lines (26 loc) · 1.4 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Plugin Finder
Stable Tag: 1.0.0
Requires at least: 6.1
Tested up to: 6.3
Requires PHP: 7.4
License: GPL v2 or later
Tags: plugins, search results, search, sorting
Contributors: lakshmananphp
## Description
A WordPress plugin to extend the core plugins search. You can sort results by ratings, name, most download, last updated, and active installs.
> The plugins API doesn't allow us to sort search results globally, so they're sorted separately on each page.
> > We're confident that you'll be able to find the plugin you're looking for on the first page of results, which has 100 items.
### Credits
Thanks to [WebDevStudios](https://wordpress.org/five-for-the-future/pledge/webdevstudios/), [Sal Ferrarello](https://github.com/salcode) and [Michael Beckwith](https://profiles.wordpress.org/tw2113/)
* created as part of [#5FTF](https://wordpress.org/five-for-the-future/) day
## Screenshots
1. The **Plugin Finder** showing plugins that are sorted by last updated time.
## Frequently Asked Questions
### How to use it?
Install the plugin and activate it, go to your Plugins, Add New page, you can see the new dropdown to sort the results.
You have to click search button or press enter key to search.
### Where is this plugin developed?
Development of this code happens at [github.com/laxmariappan/plugin-finder](https://github.com/laxmariappan/plugin-finder)
## Changelog
### 1.0.0
* Initial release