From 96edc6e0b1bf88cb56af753d04db1b8be6ea4895 Mon Sep 17 00:00:00 2001 From: emeraldjava Date: Wed, 26 Mar 2014 15:47:51 +0000 Subject: [PATCH 1/3] Issue#175 Add WordPress-Plugin-Boilerplate version --- plugin-name/plugin-name.php | 1 + 1 file changed, 1 insertion(+) diff --git a/plugin-name/plugin-name.php b/plugin-name/plugin-name.php index 0309e20..c4ba6a8 100644 --- a/plugin-name/plugin-name.php +++ b/plugin-name/plugin-name.php @@ -23,6 +23,7 @@ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Domain Path: /languages * GitHub Plugin URI: https://github.com// + * WordPress-Plugin-Boilerplate: v2.6.1 */ // If this file is called directly, abort. From aa38893520cf2f303c22b21bc9ff8230b3fc9eca Mon Sep 17 00:00:00 2001 From: emeraldjava Date: Wed, 26 Mar 2014 15:57:44 +0000 Subject: [PATCH 2/3] Issue#117 - Update the plugin description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c831b4..9063573 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # WordPress Plugin Boilerplate -The WordPress Plugin Boilerplate serves as a foundation and aims to provide a clear and consistent guide for building your WordPress plugins. +The WordPress Plugin Boilerplate serves as a foundation and aims to provide a clear and consistent guide for building your WordPress plugins. Just download, replace a few instances of 'plugin-name' with the name of your own plugin, and you'll get to the meat of coding your plugin in no time!. ## Features From 4a73e7615aef38c8d78e32bd444ca531e970be86 Mon Sep 17 00:00:00 2001 From: emeraldjava Date: Wed, 26 Mar 2014 16:02:27 +0000 Subject: [PATCH 3/3] Issue#132 Add a reference to the WordPress Plugin Boilerplate project in the readme file of the new plugin. --- plugin-name/README.txt | 26 +------------------------- 1 file changed, 1 insertion(+), 25 deletions(-) diff --git a/plugin-name/README.txt b/plugin-name/README.txt index 86ea210..1a6ec67 100644 --- a/plugin-name/README.txt +++ b/plugin-name/README.txt @@ -109,29 +109,5 @@ plugins where more information needs to be conveyed that doesn't fit into the ca == Updates == +The basic structure of this plugin was cloned from the [WordPress-Plugin-Boilerplate](https://github.com/tommcfarlin/WordPress-Plugin-Boilerplate) project. This plugin supports the [GitHub Updater](https://github.com/afragen/github-updater) plugin, so if you install that, this plugin becomes automatically updateable direct from GitHub. Any submission to WP.org repo will make this redundant. - -== A brief Markdown Example == - -Ordered list: - -1. Some feature -1. Another feature -1. Something else about the plugin - -Unordered list: - -* something -* something else -* third thing - -Here's a link to [WordPress](http://wordpress.org/ "Your favorite software") and one to [Markdown's Syntax Documentation][markdown syntax]. -Titles are optional, naturally. - -[markdown syntax]: http://daringfireball.net/projects/markdown/syntax - "Markdown is what the parser uses to process much of the readme file" - -Markdown uses email style notation for blockquotes and I've been told: -> Asterisks for *emphasis*. Double it up for **strong**. - -``