diff --git a/ilab-docs.php b/ilab-docs.php index e7b0670..8f69b77 100644 --- a/ilab-docs.php +++ b/ilab-docs.php @@ -4,7 +4,7 @@ Plugin URI: https://github.com/Interfacelab/ilab-docs Description: Directly integrate markdown based help documentation for your WordPress theme or plugin into the WordPress admin for your end users and clients. Author: interfacelab -Version: 1.0.0 +Version: 1.0.1 Author URI: http://interfacelab.io */ diff --git a/readme.txt b/readme.txt index 1d8c9d9..07a8db3 100644 --- a/readme.txt +++ b/readme.txt @@ -6,7 +6,7 @@ Tested up to: 4.9.8 License: GPLv3 or later Donate link: http://www2.jdrf.org/site/TR?fr_id=6912&pg=personal&px=11429802 License URI: http://www.gnu.org/licenses/gpl-3.0.html -Stable tag: 1.0.0 +Stable tag: 1.0.1 Requires PHP: 7.1 Directly integrate markdown based help documentation for your WordPress theme or plugin into the WordPress admin for @@ -30,5 +30,8 @@ For examples integrating this documentation plugin with your plugin or theme, ch == Changelog == += 1.0.1 = +* Updated README + = 1.0.0 = * First release