Skip to content

Instantly share code, notes, and snippets.

@danielpataki
Last active August 29, 2015 14:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save danielpataki/879fc941c685c5e90d33 to your computer and use it in GitHub Desktop.
Save danielpataki/879fc941c685c5e90d33 to your computer and use it in GitHub Desktop.
Submitting and maintaining plugins
=== Plugin Name ===
Contributors: (this should be a list of wordpress.org userid's)
Donate link: http://example.com/
Tags: comments, spam
Requires at least: 3.0.1
Tested up to: 3.4
Stable tag: 4.3
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
The short description is shown below the featured image
== Description ==
Contents of the "Description" section, this is on the main page of the plugin
== Installation ==
Contents of the "Installation" section
== Frequently Asked Questions ==
Content of the "FAQ" section
== Screenshots ==
Content of the "Screenshots" section, a special list is required
== Changelog ==
Content of the "Changelog" section
== Arbitrary section ==
Anything in here will go into the "Other Notes" section
== Upgrade Notice ==
= 3.0.0 =
This will be shown in the WordPress admin to the user as a notice below the plugin
== Changelog ==
= 1.1.4 =
* WordPress 4.2 compatibility check
= 1.1.3 =
* Added hook for modifying the post types
* Added Hungarian translation
svn co http://plugins.svn.wordpress.org/easy-featured-images/
svn ci -m "The first commit of my plugin"
/*
Plugin Name: Easy Featured Images
Description: Adds featured images to the admin post lists and allows you to add and modify them without loading the post's edit page.
Version: 1.0.0
Author: Daniel Pataki
Author URI: http://danielpataki.com/
License: GPLv2 or later
*/
== Upgrade Notice ==
= 4.0.0 =
Version 4.0 introduces some radical changes to the plugin. Please make sure to use our export function to back up your data just in case anything happens
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment