Dump version of app.css
authorSteve Sutton <steve@gaslightmedia.com>
Fri, 20 Jul 2018 12:14:16 +0000 (08:14 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Fri, 20 Jul 2018 12:14:16 +0000 (08:14 -0400)
for cache busting

functions.php
style.css

index ca9fdf7..16199db 100644 (file)
@@ -84,7 +84,7 @@ function glm_site_scripts()
         'glm_foundation',
         get_template_directory_uri() . '/js/app.js',
         'jquery',
-        '1.0.1',
+        '1.0.2',
         true
     );
     wp_enqueue_script('jquery-ui-datepicker');
@@ -143,4 +143,4 @@ add_action('thematic_searchloop', 'mytheme_search_loop');
 add_image_size('glm_blocks', '257', '257', true);
 // needed to keep Woocommerce from constantly complaining.
 add_theme_support( 'woocommerce' );
-?>
\ No newline at end of file
+?>
index 9c02dde..fcf9638 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Staffords
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Staffords
-Version: 1.0.45
+Version: 1.0.46
 */