=== Kopa Framework === Contributors: kopatheme,tranthethang Tags: framework, tool, feature, theme-options, sidebar-manager, layout-manager, custom-layouts Donate link: Requires at least: 3.8 Tested up to: 4.5.2 Stable tag: 1.1.3 License: GPLv2 or later A WordPress framework by Kopatheme == Description == The Kopa Framework plugin is an easy way to get theme options, sidebar manager, layout manager and custom layouts feature to your WordPress site. == Installation == 1. Upload the files to the /wp-content/plugins/kopa-framework/ directory. 2. Activate the plugin through the 'Plugins' menu in WordPress. 3. Go to Appearance->Theme Options and use. == Changelog == = 1.1.3 = * Add new filter: kopa_get_custom_layouts_for_private_object * Add new filter: kopa_get_selected_layout_for_private_object = 1.1.2 = * Update: some icon fonts * Fix: move include function default_filters from __construct to hook "after_setup_theme" = 1.1.1 = * Fix bug: datetime field not show in metabox. = 1.1.0 = * Add: filter 'kopa_front_enable_register_flaticon_font' to enable/disable register flaticon font. * Add param 'hide_in' to enable hide custom layout for 'post type' and 'taxonomy' in edit mode Example to hide custom layout for post type 'product' in edit mode. You can use: $args[] = array( 'screen' => 'product', 'taxonomy' => false, 'layout' => 'product-single', 'hide_in' => true ); = 1.0.11 = * Add: some advanced fields ( gallery, datetime, icon ) to framework. * Add: filter to enable using advanced fields. * Add: some basic fields for taxonomy metabox: text, select, multiselect, checkbox. = 1.0.10 = * Updated: show theme options by default * Updated: add hooks for optional include theme options, sidebar manager, layout manager, backup manager = 1.0.9 = * Fix: "The Called Constructor Method For WP_Widget Is Deprecated Since Version 4.3.0! Use __construct()". = 1.0.8 = * Updated: FontAwesome from 4.0.3 to 4.3.0 * Fix: move include Master widget "Kopa_Widget" from hook "widgets_init" to __construct * Add: filter kopa_widget_form_field_[field_type] = 1.0.7 = * Updated: 'validate' attribute of textarea control arguments to save textarea control value without validating = 1.0.6 = * Placeholder for font size field of select_font control = 1.0.5 = * Add support for register metabox * Types are supported by metabox (text, number, url, password, email, select, multiselect, checkbox, multicheck, textarea, radio, upload ) * Updated: sanitize for select_font, make sure all attributes are available = 1.0.4 = * Add support for widget upload control * Add media uploader script (kopa_media_uploader) = 1.0.3 = * Allows some html tags (em, strong, code, a, abbr, acronym) in 'desc'(description) attribute of option arguments = 1.0.2 = * Removed: font-awesome from custom layout style = 1.0.1 = * Sanitize for number option type = 1.0.0 = * First version