Currently finding the functions that make your plugin require a certain version are hidden and organized by file. In a large plugin that makes it extremely difficult to sort & find what your after.
Can you also add the ability to see by version what / how its used?
IE
4.5.3
- array_merge_recursive - file x/y/z.php
4.4.0
- other_function - file x/y/z.php, a/b/c.php
In this way a plugin dev can easily go through and find ways to lower the required version much more quickly. Same info just organized a bit differently.
Currently finding the functions that make your plugin require a certain version are hidden and organized by file. In a large plugin that makes it extremely difficult to sort & find what your after.
Can you also add the ability to see by version what / how its used?
IE
4.5.3
4.4.0
In this way a plugin dev can easily go through and find ways to lower the required version much more quickly. Same info just organized a bit differently.