mirror of
https://ghproxy.net/https://github.com/AlxMedia/magaziner.git
synced 2025-08-28 01:57:51 +08:00
Kirki 3.1.4, added "Requires at least" and "Requires PHP" version to style.css
This commit is contained in:
parent
5d52b24ea7
commit
69ce8914a7
150 changed files with 1061 additions and 835 deletions
|
@ -3,19 +3,19 @@
|
|||
* Plugin Name: Kirki Customizer Framework
|
||||
* Plugin URI: https://kirki.org
|
||||
* Description: The Ultimate WordPress Customizer Framework
|
||||
* Author: Ari Stathopoulos (@aristath)
|
||||
* Author URI: https://aristath.github.io
|
||||
* Version: 3.1.0
|
||||
* Author: David Vongries
|
||||
* Author URI: https://wp-pagebuilderframework.com/
|
||||
* Version: 3.1.4
|
||||
* Text Domain: kirki
|
||||
* Requires WP: 4.9
|
||||
* Requires PHP: 5.3
|
||||
* GitHub Plugin URI: aristath/kirki
|
||||
* GitHub Plugin URI: https://github.com/aristath/kirki
|
||||
* GitHub Plugin URI: kirki-framework/kirki
|
||||
* GitHub Plugin URI: https://github.com/kirki-framework/kirki
|
||||
*
|
||||
* @package Kirki
|
||||
* @category Core
|
||||
* @author Ari Stathopoulos (@aristath)
|
||||
* @copyright Copyright (c) 2019, Ari Stathopoulos (@aristath)
|
||||
* @copyright Copyright (c) 2020, David Vongries
|
||||
* @license https://opensource.org/licenses/MIT
|
||||
* @since 1.0
|
||||
*/
|
||||
|
@ -40,7 +40,7 @@ if ( ! defined( 'KIRKI_PLUGIN_FILE' ) ) {
|
|||
|
||||
// Define the KIRKI_VERSION constant.
|
||||
if ( ! defined( 'KIRKI_VERSION' ) ) {
|
||||
define( 'KIRKI_VERSION', '3.1.0' );
|
||||
define( 'KIRKI_VERSION', '3.1.3' );
|
||||
}
|
||||
|
||||
// Make sure the path is properly set.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue