-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme.txt
46 lines (30 loc) · 1.59 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
=== Plugin Jump Starter ===
Contributors: patrickgarman
Donate link:http://patrickisageni.us/
Tags: generate plugin, plugin jump start, pluginception, settings api
Requires at least: 3.0
Tested up to: 3.6
Stable tag: 1.1.0
License: GPLv3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
A fork of Pluginception by Otto to create full featured plugins rather than snippets.
== Description ==
A fork of [Pluginception](http://wordpress.org/plugins/pluginception/) by [Otto42](https://twitter.com/Otto42) to create full featured plugins rather than snippets.
Settings API credit to [mattyza](https://twitter.com/mattyza).
== Installation ==
Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.
== Changelog ==
= 1.1.0 =
* New: Screen icon parameter
= 1.0.2 =
* Fix: Wrong placeholder for main plugin file `class_exists()` check.
= 1.0.1 =
* Fix: Header comments
* Update: Added comments to created plugin crediting for settings API & jump start
= 1.0.0 =
* Forked Pluginception
== Frequently Asked Questions ==
= What is the difference between this and Pluginception? =
Pluginception is a great plugin to quickly add small snippets to your site as separate modular plugins. Plugin Jump Starter is designed to get you started with full plugins with options and such.
= Why doesn't Otto just do this with Pluginception? =
He may some day, but I have a feeling that this just is not what Pluginception is supposed to be and they have two separate purposes.