CSS cache bust
authorSteve Sutton <steve@gaslightmedia.com>
Thu, 29 Dec 2016 18:10:23 +0000 (13:10 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Thu, 29 Dec 2016 18:10:23 +0000 (13:10 -0500)
fix for old cached css file.
Missed the next tag number and jumped over 1.2.2

header.php
style.css

index 3dceb40..7b84f1d 100755 (executable)
@@ -4,7 +4,7 @@
         <meta charset="utf-8" />
         <meta name="viewport" content="width=device-width, initial-scale=1.0">
         <title><?php wp_title(); ?></title>
-        <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css" />
+        <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.2.3" />
         <link rel="shortcut icon" href="<?php echo get_template_directory_uri(); ?>/favicon.ico">
         <link href='//fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
         <?php wp_head();?>
@@ -55,5 +55,5 @@
                     <?php glm_offcanvas_menu(); ?>
                 </aside>
             <div class="small-12 columns">
-                
-                
\ No newline at end of file
+
+
index a312687..cd21e7a 100755 (executable)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: Sierra Sands
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme created for Sierra Sands.
-Version: 1.2.1
+Version: 1.2.3
 */