Skip to content

nielslange/smntcs-plugin-checklist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

SMNTCS plugin checklist

This document contains the general checklist for my SMNTCS plugins.

Main plugin file

The main plugin file must contain the following header:

/**
 * Plugin Name:           { PLUGIN NAME }
 * Plugin URI:            { PLUGIN URI }
 * Description:           { PLUGIN DESCRIPTION }
 * Author:                Niels Lange
 * Author URI:            https://nielslange.de
 * Text Domain:           { PLUGIN SLUG }
 * Version:               { PLUGIN VERSION }
 * Requires PHP:          { SUPPORTED PHP VERSION }
 * Requires at least:     { SUPPORTED WP VERSION }
 * WC requires at least:  { REQUIRED WC VERSION, IF APPLICABLE }
 * WC tested up to:       { SUPPORTED WC VERSION, IF APPLICABLE }
 * License:               GPL v2 or later
 * License URI:           https://www.gnu.org/licenses/gpl-2.0.html
 *
 * @package { PLUGIN NAME }
 */

README.txt

The README.txt contains the following header:

Contributors:       nielslange
Tags:               { PLUGIN TAGS }
Stable tag:         { STABLE VERSION }
Tested up to:       { TESTED WP VERSION }
Requires PHP:       { SUPPORTED PHP VERSION }
Requires at least:  { SUPPORTED WP VERSION }
License:            GPL v2 or later
License URI:        https://www.gnu.org/licenses/gpl-2.0.html

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Contributors