Skip to content

Commit

Permalink
remove gradient control.
Browse files Browse the repository at this point in the history
  • Loading branch information
aristath committed Oct 1, 2017
1 parent 783e350 commit 01f14d3
Show file tree
Hide file tree
Showing 14 changed files with 5 additions and 805 deletions.
1 change: 0 additions & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ module.exports = function( grunt ) {
'controls/editor/editor.css': 'controls/editor/editor.scss',
'controls/fontawesome/fontawesome.css': 'controls/fontawesome/fontawesome.scss',
'controls/generic/generic.css': 'controls/generic/generic.scss',
'controls/gradient/gradient.css': 'controls/gradient/gradient.scss',
'controls/image/image.css': 'controls/image/image.scss',
'controls/multicheck/multicheck.css': 'controls/multicheck/multicheck.scss',
'controls/multicolor/multicolor.css': 'controls/multicolor/multicolor.scss',
Expand Down
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
**Tags:** customizer,options framework, theme, mods, toolkit
**Donate link:** https://aristath.github.io/donate
**Requires at least:** 4.8
**Tested up to:** 4.8
**Stable tag:** 3.0.9
**Tested up to:** 4.8.2
**Stable tag:** 3.0.10
**License:** GPLv2 or later
**License URI:** http://www.gnu.org/licenses/gpl-2.0.html

Expand Down Expand Up @@ -35,6 +35,8 @@ If you want to integrate Kirki in your theme or plugin, please read the instruct

### 3.0.10 ###

September 21 2017, dev time: 74 hours.

* Fix: Allow HTML tags in tooltips [#1536](https://github.com/aristath/kirki/issues/1536)
* Fix: Default System Font Stack for Sans Serif Fonts in Typography Fields [#1530](https://github.com/aristath/kirki/issues/1530)
* Fix: HTML entities in repeater text field being encoded on each save? [#1523](https://github.com/aristath/kirki/issues/1523)
Expand Down Expand Up @@ -68,7 +70,6 @@ If you want to integrate Kirki in your theme or plugin, please read the instruct
* New: `editor` control now loads dynamically (performance improvement).
* New: `fontawesome` control now loads dynamically (performance improvement).
* New: `generic` control now loads dynamically (performance improvement).
* New: `gradient` control now loads dynamically (performance improvement).
* New: `multicheck` control now loads dynamically (performance improvement).
* New: `number` control now loads dynamically (performance improvement).
* New: `palette` control now loads dynamically (performance improvement).
Expand Down
214 changes: 0 additions & 214 deletions controls/gradient/class-kirki-control-gradient.php

This file was deleted.

88 changes: 0 additions & 88 deletions controls/gradient/gradient.css

This file was deleted.

7 changes: 0 additions & 7 deletions controls/gradient/gradient.css.map

This file was deleted.

Loading

0 comments on commit 01f14d3

Please sign in to comment.