diff --git a/bower.json b/bower.json index b4c2c49..459ef8e 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "0.4.4", + "version": "0.4.5", "homepage": "http://understrap.com", "authors": [ "Holger Koenemann " diff --git a/inc/bootstrap-wp-gallery.php b/inc/bootstrap-wp-gallery.php index 278f22b..a2f56f6 100644 --- a/inc/bootstrap-wp-gallery.php +++ b/inc/bootstrap-wp-gallery.php @@ -27,7 +27,6 @@ function bootstrap_wp_gallery( $output, $attr ) { 'captiontag' => 'div', 'columns' => 3, 'size' => 'thumbnail', - 'include' => '', 'exclude' => '' ), $attr ) ); diff --git a/inc/enqueue.php b/inc/enqueue.php index 35338c6..f49b81e 100644 --- a/inc/enqueue.php +++ b/inc/enqueue.php @@ -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 ); } } diff --git a/package.json b/package.json index a71b23c..ec5e4af 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "0.4.4", + "version": "0.4.5", "description": "Wordpress Theme framework", "main": "index.js", "scripts": { diff --git a/style.css b/style.css index cf23f52..d0cd836 100644 --- a/style.css +++ b/style.css @@ -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)