cache busting the visitors guide image in the footer
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 4 Mar 2019 20:14:59 +0000 (15:14 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 4 Mar 2019 20:14:59 +0000 (15:14 -0500)
footer.php
header.php
style.css

index c0de846..3ea8220 100644 (file)
@@ -1,7 +1,7 @@
                     </main><!--End of main-->
                         <div id="action-items" class="row collapse">
                             <div class="small-12 medium-4 large-3 columns text-center">
-                                <a href="<?php bloginfo('url')?>/visitors-guide/"><img src="<?php echo get_template_directory_uri(); ?>/assets/visitors-guide_2019.jpg"></a>
+                                <a href="<?php bloginfo('url')?>/visitors-guide/"><img src="<?php echo get_template_directory_uri(); ?>/assets/visitors-guide_2019.jpg?v=1.1.41"></a>
                             </div>
                             <div class="small-12 medium-5 large-6 columns text-center">
                                 <a href="<?php echo get_permalink(7887);?>"><img src="<?php echo get_template_directory_uri(); ?>/assets/specials.jpg"></a>
index 6a6b600..5e0f750 100644 (file)
@@ -5,7 +5,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?v=1.1.40">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.1.41">
     <link rel="shortcut icon" href="<?php echo get_stylesheet_directory_uri() ; ?>/assets/favicon.ico">
     <link href='//fonts.googleapis.com/css?family=Open+Sans:400,400italic,700' rel='stylesheet' type='text/css'>
     <link href='//fonts.googleapis.com/css?family=Crimson+Text:600italic' rel='stylesheet' type='text/css'>
index 778b770..7dbba17 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: SaultSteMarieCVB
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for SaultSteMarieCVB
-Version: 1.1.40
+Version: 1.1.41
 */