From 8e7096aa7212950ac88259fa80feb30e9c4317d2 Mon Sep 17 00:00:00 2001 From: Anthony Talarico Date: Wed, 26 Sep 2018 14:16:27 -0400 Subject: [PATCH] javascript cache busting --- functions.php | 2 +- header.php | 2 +- style.css | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/functions.php b/functions.php index 2dd9142..8b94a0e 100644 --- a/functions.php +++ b/functions.php @@ -331,7 +331,7 @@ function glm_site_scripts() 'glm_foundation', get_template_directory_uri() . '/js/app.js', 'jquery', - '1.0.14', + '1.0.27', true ); wp_enqueue_script('jquery-ui-datepicker'); diff --git a/header.php b/header.php index 44ca3fa..a07bfaa 100644 --- a/header.php +++ b/header.php @@ -4,7 +4,7 @@ <?php wp_title(); ?> - + diff --git a/style.css b/style.css index ef3374a..6c7b2a3 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: BigPowderhornLodging Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A theme for BigPowderhornLodging -Version: 1.0.26 +Version: 1.0.27 */ -- 2.17.1