From bbf67fb3b2a242572e68d69aa05178855eef408b Mon Sep 17 00:00:00 2001 From: Ole Fredrik Lie Date: Tue, 8 Mar 2016 14:04:52 +0100 Subject: [PATCH] Bump version number --- library/enqueue-scripts.php | 4 ++-- package.json | 2 +- style.css | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/library/enqueue-scripts.php b/library/enqueue-scripts.php index ec719c3d4..840c42850 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.3.0', 'all' ); + wp_enqueue_style( 'main-stylesheet', get_template_directory_uri() . '/assets/stylesheets/foundation.css', array(), '2.5.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.3.0', true ); + wp_enqueue_script( 'foundation', get_template_directory_uri() . '/assets/javascript/foundation.js', array('jquery'), '2.5.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 461959fec..b463b69b6 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "foundationpress", "title": "FoundationPress", - "version": "2.5.0", + "version": "2.5.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 e454f0d6a..17d1a20bb 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.5.0 +Version: 2.5.1 Author: Ole Fredrik Lie Author URI: http://olefredrik.com/