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
=== AB Last Viewed ===
Contributors: endrix.develop
Tags: posts, chronology
Donate link: http://abidubi.altervista.org/ab-last-viewed
Requires at least: 3.8.1
Tested up to: 3.8.1
Stable tag: 0.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Widget showing last five posts read.

== Description ==
This plugin adds a widget to display the last five user read.
Supports i18n.

== Installation ==
1. Upload "test-plugin.php" to the "/wp-content/plugins/" directory.
2. Activate the plugin through the "Plugins" menu in WordPress.
3. Place the widget from the "Widget" panel back-end.

== Frequently Asked Questions ==
= Can I change the number of post listed? =
Yes, but you must hack the code in this version.

== Screenshots ==
1. Appereance in the right side-bar of Twentyfourteen theme

== Changelog ==
= 0.1 =
* Initial release.

== Upgrade Notice ==
= 0.1 =
This version is the initial release.