diff --git a/gulpfile.js b/gulpfile.js index d9ca045d4..2489e58f2 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -13,7 +13,7 @@ var del = require('del'); // Enter URL of your local server here // Example: 'http://localwebsite.dev' -var URL = 'foundationpress/'; +var URL = ''; // Check for --production flag var isProduction = !!(argv.production); diff --git a/library/enqueue-scripts.php b/library/enqueue-scripts.php index fce76ad02..f87f86b9d 100755 --- a/library/enqueue-scripts.php +++ b/library/enqueue-scripts.php @@ -13,7 +13,7 @@ function foundationpress_scripts() { // Enqueue the main Stylesheet. - wp_enqueue_style( 'main-stylesheet', get_template_directory_uri() . '/assets/stylesheets/foundation.css', array(), '2.6.0', 'all' ); + wp_enqueue_style( 'main-stylesheet', get_template_directory_uri() . '/assets/stylesheets/foundation.css', array(), '2.6.1', 'all' ); // Deregister the jquery version bundled with WordPress. wp_deregister_script( 'jquery' ); @@ -23,7 +23,7 @@ function foundationpress_scripts() { // If you'd like to cherry-pick the foundation components you need in your project, head over to gulpfile.js and see lines 35-54. // It's a good idea to do this, performance-wise. No need to load everything if you're just going to use the grid anyway, you know :) - wp_enqueue_script( 'foundation', get_template_directory_uri() . '/assets/javascript/foundation.js', array('jquery'), '2.6.0', true ); + wp_enqueue_script( 'foundation', get_template_directory_uri() . '/assets/javascript/foundation.js', array('jquery'), '2.6.1', true ); // Add the comment-reply library on pages where it is necessary if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { diff --git a/package.json b/package.json index 61fa2d7ad..bef6dd9d5 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "foundationpress", "title": "FoundationPress", - "version": "2.6.0", + "version": "2.6.1", "description": "FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb", "keywords": [ "FoundationPress", diff --git a/style.css b/style.css index 065d32357..34bd06179 100755 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ Theme Name: FoundationPress Theme URI: http://foundationpress.olefredrik.com Github Theme URI: https://github.com/olefredrik/FoundationPress Description: FoundationPress is a WordPress starter theme based on Foundation 6 by Zurb -Version: 2.6.0 +Version: 2.6.1 Author: Ole Fredrik Lie Author URI: http://olefredrik.com/