Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
kuus committed Feb 22, 2018
1 parent 0eb43cb commit 4655179
Show file tree
Hide file tree
Showing 26 changed files with 79 additions and 72 deletions.
11 changes: 7 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Enhance and extend the WordPress Customize in your themes.
**Tags:** [wordpress](https://wordpress.org/plugins/tags/wordpress), [customizer](https://wordpress.org/plugins/tags/customizer), [options framework](https://wordpress.org/plugins/tags/options-framework), [theme](https://wordpress.org/plugins/tags/theme)
**Requires at least:** 4.9.4
**Tested up to:** 4.9.4
**Stable tag:** 1.0.21
**Stable tag:** 1.0.22
**License:** [GPLv3](http://www.gnu.org/licenses/gpl-3.0.html)
**Requires PHP:** 5.2.4
**Donate link:** https://liberapay.com/knitkode/donate
Expand Down Expand Up @@ -103,13 +103,16 @@ Help is provided via the plugin support forum only. Please visit the [support pa

## Changelog ##

### 1.0.21: 22 February 2017 ###
### 1.0.21: 22/02/2017 ###
* Fix 'dancing char' on Base Input Control

### 1.0.21: 22/02/2017 ###
* Fix radio image control missing label->input link

### 1.0.2: 22 February 2017 ###
### 1.0.2: 22/02/2017 ###
* Basic fixes to controls behaviour.

### 1.0.0: 21 February 2017 ###
### 1.0.0: 21/02/2017 ###
* First official plugin release.

### 0.0.9: December 2017 ###
Expand Down
4 changes: 2 additions & 2 deletions assets/css/admin.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Customize Plus v1.0.21 (https://knitkode.com/products/customize-plus)
* Enhance and extend the WordPress Customizer.
* Customize Plus v1.0.22 (https://knitkode.com/products/customize-plus)
* Enhance and extend the WordPress Customize in your themes.
* Copyright (c) 2014-2018 KnitKode <dev@knitkode.com> (https://knitkode.com/)
* @license SEE LICENSE IN license.txt (Last change on: 22-1-2018)
*/
Expand Down
4 changes: 2 additions & 2 deletions assets/css/admin.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions assets/css/customize.css
Original file line number Diff line number Diff line change
Expand Up @@ -1998,8 +1998,8 @@ input[type=text].sp-input.sp-validation-error {
}

/*!
* Customize Plus v1.0.21 (https://knitkode.com/products/customize-plus)
* Enhance and extend the WordPress Customizer.
* Customize Plus v1.0.22 (https://knitkode.com/products/customize-plus)
* Enhance and extend the WordPress Customize in your themes.
* Copyright (c) 2014-2018 KnitKode <dev@knitkode.com> (https://knitkode.com/)
* @license SEE LICENSE IN license.txt (Last change on: 22-1-2018)
*/
Expand Down
4 changes: 2 additions & 2 deletions assets/css/customize.min.css

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions assets/js/customize-preview.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Customize Plus v1.0.21 (https://knitkode.com/products/customize-plus)
* Enhance and extend the WordPress Customizer.
* Customize Plus v1.0.22 (https://knitkode.com/products/customize-plus)
* Enhance and extend the WordPress Customize in your themes.
* Copyright (c) 2014-2018 KnitKode <dev@knitkode.com> (https://knitkode.com/)
* @license SEE LICENSE IN license.txt (Last change on: 22-1-2018)
*//* jshint unused: false */
Expand Down
4 changes: 2 additions & 2 deletions assets/js/customize-preview.min.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Customize Plus v1.0.21 (https://knitkode.com/products/customize-plus)
* Enhance and extend the WordPress Customizer.
* Customize Plus v1.0.22 (https://knitkode.com/products/customize-plus)
* Enhance and extend the WordPress Customize in your themes.
* Copyright (c) 2014-2018 KnitKode <dev@knitkode.com> (https://knitkode.com/)
* @license SEE LICENSE IN license.txt (Last change on: 22-1-2018)
*/ /* jshint unused: false */
Expand Down
4 changes: 2 additions & 2 deletions assets/js/customize.js
Original file line number Diff line number Diff line change
Expand Up @@ -9772,8 +9772,8 @@ if (typeof module !== 'undefined' && typeof exports === 'object') {


/*!
* Customize Plus v1.0.21 (https://knitkode.com/products/customize-plus)
* Enhance and extend the WordPress Customizer.
* Customize Plus v1.0.22 (https://knitkode.com/products/customize-plus)
* Enhance and extend the WordPress Customize in your themes.
* Copyright (c) 2014-2018 KnitKode <dev@knitkode.com> (https://knitkode.com/)
* @license SEE LICENSE IN license.txt (Last change on: 22-1-2018)
*/(function (window$1,document$1,$$1,_$1,wp$1,pluginApi,marked,hljs,Modernizr) {
Expand Down
4 changes: 2 additions & 2 deletions assets/js/customize.min.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "knitkode/customize-plus",
"version": "1.0.21",
"description": "Enhance and extend the WordPress Customizer.",
"version": "1.0.22",
"description": "Enhance and extend the WordPress Customize in your themes.",
"type": "wordpress-plugin",
"keywords": [
"customize",
Expand Down
8 changes: 4 additions & 4 deletions customize-plus.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
/**
* Customize Plus
*
* Enhance and extend the WordPress Customizer.
* Enhance and extend the WordPress Customize in your themes.
*
* @package Customize_Plus
*
* @wordpress-plugin
* Plugin Name: Customize Plus
* Plugin URI: https://knitkode.com/products/customize-plus
* Description: Enhance and extend the WordPress Customizer.
* Version: 1.0.21
* Description: Enhance and extend the WordPress Customize in your themes.
* Version: 1.0.22
* Author: KnitKode
* Author URI: https://knitkode.com
* License: GPLv3
Expand All @@ -21,7 +21,7 @@
*/

define( 'KKCP_PLUGIN_FILE', __FILE__ );
define( 'KKCP_PLUGIN_VERSION', '1.0.21' );
define( 'KKCP_PLUGIN_VERSION', '1.0.22' );
define( 'KKCP_PLUGIN_DIR', plugin_dir_path( __FILE__ ) );
define( 'KKCP_PLUGIN_URL', plugin_dir_url( __FILE__ ) );

Expand Down
2 changes: 1 addition & 1 deletion includes/class-admin-about.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author KnitKode <dev@knitkode.com> (https://knitkode.com)
* @copyright 2018 KnitKode
* @license GPLv3
* @version Release: 1.0.21
* @version Release: 1.0.22
* @link https://knitkode.com/products/customize-plus
*/
class KKcp_Admin_About {
Expand Down
2 changes: 1 addition & 1 deletion includes/class-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author KnitKode <dev@knitkode.com> (https://knitkode.com)
* @copyright 2018 KnitKode
* @license GPLv3
* @version Release: 1.0.21
* @version Release: 1.0.22
* @link https://knitkode.com/products/customize-plus
*/
class KKcp_Admin extends KKcp_Singleton {
Expand Down
4 changes: 2 additions & 2 deletions includes/class-core.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author KnitKode <dev@knitkode.com> (https://knitkode.com)
* @copyright 2018 KnitKode
* @license GPLv3
* @version Release: 1.0.21
* @version Release: 1.0.22
* @link https://knitkode.com/products/customize-plus
*/
class KKcp {
Expand All @@ -24,7 +24,7 @@ class KKcp {
*/
public function __construct() {
// translate plugin meta
esc_html__( 'Enhance and extend the WordPress Customizer.', 'kkcp' );
esc_html__( 'Enhance and extend the WordPress Customize in your themes.', 'kkcp' );

if ( is_admin() ) {
// Add plugin actions links
Expand Down
2 changes: 1 addition & 1 deletion includes/class-customize.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @author KnitKode <dev@knitkode.com> (https://knitkode.com)
* @copyright 2018 KnitKode
* @license GPLv3
* @version Release: 1.0.21
* @version Release: 1.0.22
* @link https://knitkode.com/products/customize-plus
*/
class KKcp_Customize {
Expand Down
2 changes: 1 addition & 1 deletion includes/class-data.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author KnitKode <dev@knitkode.com> (https://knitkode.com)
* @copyright 2018 KnitKode
* @license GPLv3
* @version Release: 1.0.21
* @version Release: 1.0.22
* @link https://knitkode.com/products/customize-plus
*/
class KKcp_Data {
Expand Down
2 changes: 1 addition & 1 deletion includes/class-helper.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author KnitKode <dev@knitkode.com> (https://knitkode.com)
* @copyright 2018 KnitKode
* @license GPLv3
* @version Release: 1.0.21
* @version Release: 1.0.22
* @link https://knitkode.com/products/customize-plus
*/
class KKcp_Helper {
Expand Down
2 changes: 1 addition & 1 deletion includes/class-requirements.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* @author KnitKode <dev@knitkode.com> (https://knitkode.com)
* @copyright 2018 KnitKode
* @license GPLv3
* @version Release: 1.0.21
* @version Release: 1.0.22
* @link https://knitkode.com/products/customize-plus
*/
class KKcp_Requirements {
Expand Down
2 changes: 1 addition & 1 deletion includes/class-sanitize.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
* @author KnitKode <dev@knitkode.com> (https://knitkode.com)
* @copyright 2018 KnitKode
* @license GPLv3
* @version Release: 1.0.21
* @version Release: 1.0.22
* @link https://knitkode.com/products/customize-plus
*/
class KKcp_Sanitize {
Expand Down
2 changes: 1 addition & 1 deletion includes/class-sanitizejs.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @author KnitKode <dev@knitkode.com> (https://knitkode.com)
* @copyright 2018 KnitKode
* @license GPLv3
* @version Release: 1.0.21
* @version Release: 1.0.22
* @link https://knitkode.com/products/customize-plus
*/
class KKcp_SanitizeJS {
Expand Down
2 changes: 1 addition & 1 deletion includes/class-singleton.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
* @author KnitKode <dev@knitkode.com> (https://knitkode.com)
* @copyright 2018 KnitKode
* @license GPLv3
* @version Release: 1.0.21
* @version Release: 1.0.22
* @link https://knitkode.com/products/customize-plus
*/
abstract class KKcp_Singleton {
Expand Down
2 changes: 1 addition & 1 deletion includes/class-theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @author KnitKode <dev@knitkode.com> (https://knitkode.com)
* @copyright 2018 KnitKode
* @license GPLv3
* @version Release: 1.0.21
* @version Release: 1.0.22
* @link https://knitkode.com/products/customize-plus
*/
class KKcp_Theme extends KKcp_Singleton {
Expand Down
2 changes: 1 addition & 1 deletion includes/class-validate.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* @author KnitKode <dev@knitkode.com> (https://knitkode.com)
* @copyright 2018 KnitKode
* @license GPLv3
* @version Release: 1.0.21
* @version Release: 1.0.22
* @link https://knitkode.com/products/customize-plus
*/
class KKcp_Validate {
Expand Down
Loading

0 comments on commit 4655179

Please sign in to comment.