From c9beb0307e265f559fd482d72555e1e2aa5fbaf4 Mon Sep 17 00:00:00 2001 From: koenemann Date: Mon, 15 Aug 2016 15:05:49 +0200 Subject: [PATCH] hotfixing release 0.4.7 --- bower.json | 4 ++-- inc/enqueue.php | 6 +++--- package.json | 2 +- readme.txt | 4 ++++ style.css | 2 +- 5 files changed, 11 insertions(+), 7 deletions(-) diff --git a/bower.json b/bower.json index 1a3e00b..32b9254 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "0.4.6", + "version": "0.4.7", "homepage": "http://understrap.com", "authors": [ "Holger Koenemann " @@ -31,6 +31,6 @@ "tether": "~1.3.2" }, "_source": "https://github.com/holger1411/understrap.git", - "_target": "~0.4.6", + "_target": "~0.4.7", "_originalSource": "understrap" } diff --git a/inc/enqueue.php b/inc/enqueue.php index 94763c5..e5aaa91 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.6'); + wp_enqueue_style( 'understrap-styles', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), '0.4.7'); wp_enqueue_script('jquery'); - wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . '/js/theme.min.js', array(), '0.4.6', true ); + wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . '/js/theme.min.js', array(), '0.4.7', 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.6'); + wp_enqueue_script("understrap-slider-script", get_stylesheet_directory_uri() . '/js/slider_settings.js', array(), '0.4.7'); wp_localize_script( "understrap-slider-script", "understrap_slider_variables", $data ); } } diff --git a/package.json b/package.json index 5483a2e..01be34a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "0.4.6", + "version": "0.4.7", "description": "Wordpress Theme framework", "main": "index.js", "scripts": { diff --git a/readme.txt b/readme.txt index edf2d91..45c7634 100644 --- a/readme.txt +++ b/readme.txt @@ -19,6 +19,10 @@ UnderStrap is released under the terms of the GPL version 2 or (at your option) http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html ## Changelog + - ** 0.4.7 Aug. 15the 2016 ** + - Fixing problem with tag page + - Fixing Navbar "hopping" + - Global bugfixing and streamlining performance issues - ** 0.4.6 Aug. 1st 2016 ** - Update to Bootstrap 4 Alpha 3 diff --git a/style.css b/style.css index 7816eb7..40b6689 100644 --- a/style.css +++ b/style.css @@ -7,7 +7,7 @@ Description: Combination of AutomatticĀ“s _s theme and Bootstrap 4. Made as a so That downloads everything and move it in place so that you can recompile your CSS and JS files; 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.6 +Version: 0.4.7 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: understrap