Skip to content

Commit

Permalink
Updated readme and plugin version to fix plugin directory errors
Browse files Browse the repository at this point in the history
  • Loading branch information
BaronVonPerko committed Jun 3, 2020
1 parent 40653f1 commit d32f2b7
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# WordPress Customizer UI Plugin
### v1.0.0
### v1.0.2

![Logo](assets/logo.png)

Expand All @@ -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.
5 changes: 4 additions & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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!
4 changes: 2 additions & 2 deletions wpcui.php
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
<?php

/*
Plugin Name: Customizer User Interface
Plugin Name: Customizer UI
Plugin URI: https://ChrisPerko.net/WPCUI
Description: This plugin is designed to help developers quickly and easily create customizer fields for WordPress without needing to write any code. No more digging through the codex to find how to register a new control!
Version: 0.9
Version: 1.0.2
Author: Chris Perko
Author URI: https://ChrisPerko.net
License: GPL2
Expand Down

0 comments on commit d32f2b7

Please sign in to comment.