Plugin Readme Generator

Overview

Use this tool to create custom readme.txt file for your WordPress plugin.

Usage

  • Fill in the user-friendly form.
  • Click the “Update Code” button.
  • Copy the code to your project.
  • Or save it as a snippet and share with the community.

Examples

If you are still learning how to use this tool, check out the following examples:

The name of the plugin.
Comma separated list of WordPress.org usernames.
Comma separated list of tags.
Plugin license.
Plugin license URI.
The lowest WordPress version the plugin will work on.
The highest WordPress version the plugin test on.
The lowest PHP version required to run the plugin.
The subversion "tag" of the latest stable version, or "trunk". Default: trunk
Description in 2-3 sentences, up to 150 characters, no markup.
Plugin full description. No characters limit.
Plugin installation instruction.
Plugin frequently asked questions.
Screenshot description.
Screenshot description.
Screenshot description.
List versions from most recent at top to oldest at bottom.
Upgrade notices describe the reason a user should upgrade. No more than 300 characters.
  Save Snippet
=== Prayer ===
Contributors: kalebheitzman
Tags: prayer, api
Requires at least: 4.0.0
Tested up to: 4.0.0
License: MIT
License URI: http://opensource.org/licenses/MIT

Let's an organization share and update prayer requests via their website. This plugin also provides JSON feeds for other services to consume.

== Description ==
Let's an organization share and update prayer requests via their website. This plugin also provides JSON feeds for other services to consume.

You can create, categories, tag, and filter prayer requests using this plugin.

== Installation ==
Download wp-prayer-api into your /wp-content/plugins directory.

== Frequently Asked Questions ==
Q: How do I create a request?
A: Click on Prayers in the sidebar menu and then new prayer.

Q: Are there shortcodes available?
A: Yes please see http://...

== Screenshots ==
1. Create a new request
2. Shortcodes
3. JSON Api

== Changelog ==
v.0.1.0 Initial Release

== Upgrade Notice ==
Please keep wp-prayer-api plugin up-to-date to ensure it place nice with third-party services :)