diff --git a/bower.json b/bower.json index b69962b..cc9c3a7 100644 --- a/bower.json +++ b/bower.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "0.4.1", + "version": "0.4.2", "homepage": "http://understrap.com", "authors": [ "Holger Koenemann " @@ -31,6 +31,6 @@ "bootstrap": "v4.0.0-alpha.2" }, "_source": "https://github.com/holger1411/understrap.git", - "_target": "~0.4.1", + "_target": "~0.4.2", "_originalSource": "understrap" } diff --git a/inc/enqueue.php b/inc/enqueue.php index 6a4b98d..13960a0 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.0'); + wp_enqueue_style( 'understrap-styles', get_stylesheet_directory_uri() . '/css/theme.min.css', array(), '0.4.2'); wp_enqueue_script('jquery'); - wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . '/js/theme.min.js', array(), '0.4.0', true ); + wp_enqueue_script( 'understrap-scripts', get_template_directory_uri() . '/js/theme.min.js', array(), '0.4.2', true ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); @@ -17,7 +17,3 @@ function understrap_scripts() { add_action( 'wp_enqueue_scripts', 'understrap_scripts' ); - -// Removing the fuc!?$% emojiĀ“s -remove_action( 'wp_head', 'print_emoji_detection_script', 7 ); -remove_action( 'wp_print_styles', 'print_emoji_styles' ); diff --git a/package.json b/package.json index e3f1b2b..49e8895 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "understrap", - "version": "0.4.1", + "version": "0.4.2", "description": "Wordpress Theme framework", "main": "index.js", "scripts": { @@ -24,7 +24,7 @@ }, "homepage": "https://github.com/holger1411/understrap", "dependencies": { - "bower": "^1.7.7", + "bower": "^1.7.9", "gulp": "^3.9.0", "gulp-concat": "^2.6.0", "gulp-ignore": "^2.0.1", diff --git a/style.css b/style.css index aa25517..2f18670 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.1 +Version: 0.4.2 License: GNU General Public License v2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Text Domain: understrap