diff --git a/README.md b/README.md index 9fc836a..bb5be3a 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # WordPress Customizer UI Plugin -### v1.0.0 +### v1.0.2 ![Logo](assets/logo.png) @@ -26,6 +26,6 @@ composer install You can download the zipped version of the plugin with all of the composer dependencies already included from the following link: -[Download 1.0.1](https://wpcui-build-prod.s3.amazonaws.com/wpcui-1.0.0.zip) +[Download 1.0.2](https://wpcui-build-prod.s3.amazonaws.com/wpcui-1.0.2.zip) This zip file can be directly uploaded to your WordPress website for use. diff --git a/readme.txt b/readme.txt index c82209d..be34ba5 100644 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: cperko Tags: customizer,ui,user interface Requires at least: 5.2 Tested up to: 5.2 -Stable tag: 1.0.1 +Stable tag: 1.0.2 Requires PHP: 7.2.0 License: GPLv2 or later License URI: https://www.gnu.org/licenses/gpl-2.0.html @@ -33,5 +33,8 @@ to allow the developer to create sections and controls, and get on to what reall == Changelog == += 1.0.2 = +* Minor updates to fix information on plugin listing + = 1.0.1 = * First public release! diff --git a/wpcui.php b/wpcui.php index bc5dfbe..872ee18 100644 --- a/wpcui.php +++ b/wpcui.php @@ -1,10 +1,10 @@