From f9d28c76b5b208abe5d6521f89011a927fa295ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Holger=20Ko=CC=88nemann?= Date: Sat, 18 Jun 2016 13:56:58 +0200 Subject: [PATCH] Version changes to 0.4.4 --- README.md | 8 ++++++++ bower.json | 5 ++--- inc/enqueue.php | 6 +++--- package.json | 6 +++--- style.css | 2 +- 5 files changed, 17 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index a7bab875..8e4000c1 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,14 @@ http://www.gnu.org/licenses/old-licenses/gpl-2.0.en.html ## Changelog + - **0.4.4 Jun. 18th 2016 ** + - Adding an empty.php page template. Comes just with header, footer and a content area without markup. Good for build up landingpages. An empty canvas for your Bootstrap markup. + - Bower update + - Adding Theter script as dependency for BS4 tooltip component + - Resorting gulpfile.js + + + - **0.4.0 Apr. 29th 2016 ** - Switching from Bootstrap 3 to Bootstrap 4 - Adding BrowserSync to gulpfile (again thx to @dvlopes) diff --git a/bower.json b/bower.json index 31dfd634..b4c2c499 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "0.4.3", + "version": "0.4.4", "homepage": "http://understrap.com", "authors": [ "Holger Koenemann " @@ -24,7 +24,6 @@ "tests" ], "dependencies": { - "bootstrap-sass": "~3.3.6", "fontawesome": "~4.6.3", "_s": "https://github.com/Automattic/_s.git", "OwlCarousel2": "https://github.com/smashingboxes/OwlCarousel2.git", @@ -32,6 +31,6 @@ "tether": "~1.3.2" }, "_source": "https://github.com/holger1411/understrap.git", - "_target": "~0.4.3", + "_target": "~0.4.4", "_originalSource": "understrap" } diff --git a/inc/enqueue.php b/inc/enqueue.php index 8318d830..148958a9 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.3'); + wp_enqueue_style( 'understrap-styles', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), '0.4.4'); wp_enqueue_script('jquery'); - wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . '/js/theme.min.js', array(), '0.4.3', true ); + wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . '/js/theme.min.js', array(), '0.4.4', true ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); @@ -31,7 +31,7 @@ function understrap_slider(){ "items"=>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.3'); + wp_enqueue_script("understrap-slider-script", get_stylesheet_directory_uri() . '/js/slider_settings.js', array(), '0.4.4'); wp_localize_script( "understrap-slider-script", "understrap_slider_variables", $data ); } } diff --git a/package.json b/package.json index 1bb6f18e..a71b23ce 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "0.4.3", + "version": "0.4.4", "description": "Wordpress Theme framework", "main": "index.js", "scripts": { @@ -31,11 +31,11 @@ "gulp-plumber": "^1.1.0", "gulp-rename": "^1.2.2", "gulp-rimraf": "^0.2.0", - "gulp-sass": "^2.3.1", + "gulp-sass": "^2.3.2", "gulp-uglify": "^1.5.3", "gulp-watch": "^4.3.6", "gulp-cssnano": "^2.1.2", "merge2": "^1.0.2", - "browser-sync": "^2.12.10" + "browser-sync": "^2.13.0" } } diff --git a/style.css b/style.css index c6cba1de..0f26a088 100644 --- a/style.css +++ b/style.css @@ -5,7 +5,7 @@ Author: Holger Koenemann Author URI: http://www.holgerkoenemann.de Description: Combination of Automattic“s _s theme and Bootstrap SASS. Made as a solid starting point for your next theme project and WordPress website. 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 -Version: 0.4.3 +Version: 0.4.4 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: understrap