From: Anthony Talarico Date: Wed, 26 Sep 2018 18:16:27 +0000 (-0400) Subject: javascript cache busting X-Git-Tag: v1.0.27^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=8e7096aa7212950ac88259fa80feb30e9c4317d2;p=WP-Themes%2Fbpla.git javascript cache busting --- 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 */