0.4.5 release
This commit is contained in:
parent
85a325af14
commit
a612973ca3
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "0.4.4",
|
||||
"version": "0.4.5",
|
||||
"homepage": "http://understrap.com",
|
||||
"authors": [
|
||||
"Holger Koenemann <office@holgerkoenemann.de>"
|
||||
|
|
|
@ -27,7 +27,6 @@ function bootstrap_wp_gallery( $output, $attr ) {
|
|||
'captiontag' => 'div',
|
||||
'columns' => 3,
|
||||
'size' => 'thumbnail',
|
||||
'include' => '',
|
||||
'exclude' => ''
|
||||
), $attr ) );
|
||||
|
||||
|
|
|
@ -6,9 +6,9 @@
|
|||
*/
|
||||
|
||||
function understrap_scripts() {
|
||||
wp_enqueue_style( 'understrap-styles', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), '0.4.4');
|
||||
wp_enqueue_style( 'understrap-styles', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), '0.4.5');
|
||||
wp_enqueue_script('jquery');
|
||||
wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . '/js/theme.min.js', array(), '0.4.4', true );
|
||||
wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . '/js/theme.min.js', array(), '0.4.5', true );
|
||||
|
||||
if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
|
||||
wp_enqueue_script( 'comment-reply' );
|
||||
|
@ -31,7 +31,7 @@ function understrap_slider(){
|
|||
"items"=> intval( get_theme_mod( 'understrap_theme_slider_count_setting', 1 ))
|
||||
);
|
||||
|
||||
wp_enqueue_script("understrap-slider-script", get_stylesheet_directory_uri() . '/js/slider_settings.js', array(), '0.4.4');
|
||||
wp_enqueue_script("understrap-slider-script", get_stylesheet_directory_uri() . '/js/slider_settings.js', array(), '0.4.5');
|
||||
wp_localize_script( "understrap-slider-script", "understrap_slider_variables", $data );
|
||||
}
|
||||
}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "understrap",
|
||||
"version": "0.4.4",
|
||||
"version": "0.4.5",
|
||||
"description": "Wordpress Theme framework",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
|
|
|
@ -7,14 +7,14 @@ Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a so
|
|||
Including Font Awesome support, build-in widget slider and much more you need for basic websites.
|
||||
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/holger1411/understrap
|
||||
A child theme is available on Github, too: https://github.com/holger1411/understrap-child;
|
||||
Version: 0.4.4
|
||||
Version: 0.4.5
|
||||
License: GNU General Public License v2 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-2.0.html
|
||||
Text Domain: understrap
|
||||
Tags: light, red, white, one-column, responsive-layout, custom-header, custom-menu, featured-images, flexible-header, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
|
||||
Tags: one-column, custom-menu, featured-images, theme-options, translation-ready
|
||||
|
||||
This theme, like WordPress, is licensed under the GPL.
|
||||
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
|
||||
UnderStrap is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
|
||||
|
||||
Resource Licenses:
|
||||
Font Awesome: http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
|
||||
|
|
Reference in New Issue