Kirki 3.1.4, added "Requires at least" and "Requires PHP" version to style.css

This commit is contained in:
Alexander Agnarson 2020-07-12 11:16:33 +02:00
parent f7c7f7a632
commit 55e1f13d7d
150 changed files with 1061 additions and 835 deletions

View file

@ -1,25 +1,34 @@
=== Kirki Customizer Framework ===
Contributors: aristath, dannycooper, wplemon, igmoweb
Contributors: davidvongries, aristath, dannycooper, wplemon, igmoweb
Tags: customizer, options framework, theme, mods, toolkit, gutenberg
Donate link: https://aristath.github.io/donate
Requires at least: 4.9
Tested up to: 5.3
Stable tag: 3.1.0
Tested up to: 5.4
Stable tag: 3.1.4
License: MIT
License URI: https://opensource.org/licenses/MIT
The ultimate framework for theme developers using the WordPress Customizer
The ultimate customizer framework for WordPress theme developers.
== Description ==
[![Build Status](https://travis-ci.org/aristath/kirki.svg?branch=develop)](https://travis-ci.org/aristath/kirki) [![Code Climate](https://codeclimate.com/github/aristath/kirki/badges/gpa.svg)](https://codeclimate.com/github/aristath/kirki) [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![Codacy Badge](https://api.codacy.com/project/badge/Grade/66d6d8b6a4654cd18686ed1cd9f1bfb3)](https://www.codacy.com/app/aristath/kirki?utm_source=github.com&utm_medium=referral&utm_content=aristath/kirki&utm_campaign=Badge_Grade) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/aristath/kirki/badges/quality-score.png?b=develop)](https://scrutinizer-ci.com/g/aristath/kirki/?branch=develop)
Using Kirki theme developers can create rich experiences for the WordPress Customizer using best coding practices.
[Kirki](https://kirki.org/?utm_source=repo&utm_medium=description&utm_campaign=kirki) allows theme developers to build themes quicker & more easily.
Included are more than 30 custom control types ranging from simple sliders to complex typography controls with Google-Fonts integration, automatic CSS generation, `postMessage` scripts automatically generated, tooltips and a lot of extras that make developing themes a lot faster for developers and meaningful for users.
With over **30 custom controls** ranging from simple sliders to complex typography controls with Google-Fonts integration and features like automatic CSS & `postMessage` script generation, Kirki makes theme development a breeze.
### Control Types ###
### Features ###
* Increased Performance
* Simplified API
* Automatic CSS Generation
* Automatic postMessage Generation
* Partial Refresh
* Conditional Logic
* GDPR Compliance
* Improved Page Speed
* & more!
### Controls ###
* [Background Customizer Control](https://kirki.org/docs/controls/background)
* [Checkbox Customizer Control](https://kirki.org/docs/controls/checkbox)
@ -52,20 +61,23 @@ Included are more than 30 custom control types ranging from simple sliders to co
* [Typography Customizer Control](https://kirki.org/docs/controls/typography)
* [Upload Customizer Control](https://kirki.org/docs/controls/upload)
Premium controls are also available for premium themes:
### Theme Example ###
* [Kirki WCAG Text Colorpicker](https://wplemon.com/downloads/kirki-wcag-text-colorpicker/)
* [Kirki WCAG Links Colorpicker](https://wplemon.com/downloads/kirki-wcag-link-colorpicker/)
* [Kirki Box Model](https://wplemon.com/downloads/kirki-box-model/)
* [Kirki Box Shadow](https://wplemon.com/downloads/kirki-box-shadow/)
[Page Builder Framework](https://wp-pagebuilderframework.com?utm_source=kirki&utm_medium=repo&utm_campaign=wpbf)'s customizer settings are a prime example of what can be achieved with Kirki.
All premium controls are also [available as a pack](https://wplemon.com/downloads/kirki-premium-controls-pack/)
Conditional Logic, Partial Refresh, postMessage and a variety of controls - It has all of it.
Theme developers should be familiar with the Customizer API before you start writing your theme using Kirki. An excellent handbook for the WordPress Customizer can be found on the [developer.wordpress.org](https://developer.wordpress.org/themes/customize-api/) website.
### Documentation ###
You can find detailed documentation on how to use Kirki on [kirki.org](https://kirki.org)
You can find detailed documentation on how to use Kirki on [kirki.org](https://kirki.org/?utm_source=repo&utm_medium=description&utm_campaign=kirki)
[Development and issues on Github](https://github.com/aristath/kirki).
### Kirki PRO ###
Kirki PRO is currently in development. You can [sign up for the waiting list](https://kirki.org/pricing/?utm_source=repo&utm_medium=description&utm_campaign=kirki) here to be notified about updates.
### Disclaimer ###
Theme developers should be familiar with the Customizer API before starting to build a theme using Kirki. An excellent handbook for the WordPress Customizer can be found on the [developer.wordpress.org](https://developer.wordpress.org/themes/customize-api/) website.
== Installation ==
@ -75,15 +87,10 @@ If you want to integrate Kirki in your theme or plugin, please read the instruct
== Changelog ==
= 3.1.0 - 2020-03-01 =
= 3.1.4 - July 11, 2020 =
### Changed
* Completely refactored the google-fonts downloader. Fonts now get stored in `wp-content/fonts/{font-family}/{file}`.
* Updated Google-Fonts lists.
* Tweak: Updated Google-Fonts lists.
* Tweak: Tooltip styling.
* Fixed: Error in the WordPress customizer with WordPress 5.5.
### Removed
* Removed the `branding` module.
* Removed the `styling` module.
* Removed the `telemetry` module.
[See the previous changelogs here](https://github.com/aristath/kirki/blob/master/CHANGELOG.md).
[See the previous changelogs here](https://github.com/kirki-framework/kirki/blob/master/CHANGELOG.md).