-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
[Type] Developer DocumentationDocumentation for developersDocumentation for developers[Type] EnhancementA suggestion for improvement.A suggestion for improvement.
Description
Issue Overview
For most WordPress plugins the readme.txt file contains a number of fields which can be read using get_plugin_data.
This file is not provided in the development version of the plugin obtained from GitHub.
So I can't use get_plugin_data() to obtain information about the plugin.
Particularly interested in being able to access
Requires at least: 4.9
Tested up to: 4.9.5
Additionally, there are some typos in the change log. e.g. Add visibile text.
It would be nice if this file was under version control in GitHub, as well as SVN.
Steps to Reproduce (for bugs)
- Clone the plugin locally
- Try to find the
readme.txtfile
Expected Behavior
readme.txt file should be present.
Current Behavior
It's not. And I don't appear to be able to build it.
Possible Solution
Deliver the file as part of the GitHub repo.
Screenshots / Video
Related Issues and/or PRs
Todos
- Tests
- Documentation
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
[Type] Developer DocumentationDocumentation for developersDocumentation for developers[Type] EnhancementA suggestion for improvement.A suggestion for improvement.