-
Notifications
You must be signed in to change notification settings - Fork 2
/
readme.txt
34 lines (21 loc) · 893 Bytes
/
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
=== TGM Example Plugin ===
Contributors: griffinjt, jrf
Tags: php version, mysql version
Requires at least: 2.5.0
Tested up to: 4.8
Stable tag: 1.0.2
License: GPLv3
Example plugin to demonstrate the ability to handle bundled plugins with the TGM Plugin Activation library.
== Description ==
Example plugin to demonstrate the ability to handle bundled plugins with the TGM Plugin Activation library.
Please visit the [TGM Plugin Activation](http://tgmpluginactivation.com/) website for more information.
== Changelog ==
= 1.0.2 =
* Improved code execution prevention when the file is included outside of a WP Context. Props Ninos Ego.
= 1.0.1 =
* Minor tidying up.
= 1.0 =
* Initial release.
== Installation ==
1. Extract the .zip file for this plugin and upload its contents to the `/wp-content/plugins/` directory.
1. Activate the plugin through the "Plugins" menu in WordPress.