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
=== Employee Punching ===
Contributors: piyush
Tags: employee,punch,report
Requires at least: 3.0.1
Tested up to: 4.0.0
Stable tag: 4.1.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Employee Punching Plugin is used to keep track of employee's In Time and Out Time.

== Description ==
Features list:
1.Generate form after Add Shortcode [punch_form] in page or post.
2.Generate list in table format of punching user wise after Add Shortcode [punch_list] in page or post.
3.At Admin Side You can see the punching of user. 

Shortcodes:
1)To Add punch form in the page or post use [punch_form] shorcode.
2)To Add Punch List in the Page or post use [punch_list] shortcode.



== Installation ==
1. Download the plugin and Upload zip file of plugin through the "Plugins" menu in WordPress .
2. Activate the plugin through the "Plugins" menu in WordPress.
3. Place [Punch_form] and [punch_list] shortcode in your Page or Post.

You will find 'Punch' menu in your WordPress admin panel.

== Frequently Asked Questions ==
There are no FAQ just yet.

== Screenshots ==
1. Punch Form and List
2. Report at admin side

== Changelog ==
= 1.0.0 =
*   First release

== Upgrade Notice ==
There is no need to upgrade just yet.