diff --git a/readme.md b/readme.md new file mode 100644 index 0000000..4318135 --- /dev/null +++ b/readme.md @@ -0,0 +1,18 @@ +# TGM Example Plugin +[![GitHub license](https://img.shields.io/badge/license-GPLv3-blue.svg)](https://raw.githubusercontent.com/TGMPA/TGM-Plugin-Activation/develop/LICENSE.md) +[![Build Status](https://travis-ci.org/TGMPA/tgm-example-plugin.svg?branch=master)](https://travis-ci.org/TGMPA/tgm-example-plugin) + +## 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. + + +## Change Log + +### 1.0.1 (2016-04-02) +* Minor tidying up. + +### 1.0 +* Initial release.