rolling new header videos into a release, cache busting the video references
authorAnthony Talarico <talarico@gaslightmedia.com>
Mon, 4 Mar 2019 19:33:00 +0000 (14:33 -0500)
committerAnthony Talarico <talarico@gaslightmedia.com>
Mon, 4 Mar 2019 19:33:00 +0000 (14:33 -0500)
header.php
parts/header-video.php
style.css

index c31d87f..8c0b2a2 100644 (file)
@@ -5,7 +5,7 @@
     <meta name="viewport" content="width=device-width, initial-scale=1.0" />
     <title><?php wp_title(); ?></title>
     <meta name="p:domain_verify" content="ed813ce745ca277b7926cc90bc61d568" />
-    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.74">
+    <link rel="stylesheet" href="<?php echo get_stylesheet_directory_uri() ; ?>/css/app.css?v=1.0.75">
     <link rel="shortcut icon" href="<?php echo bloginfo('template_url'); ?>/favicon.ico">
     <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800' rel='stylesheet' type='text/css'>
     <?php wp_head(); ?>
index 7045398..123530d 100644 (file)
@@ -3,13 +3,13 @@
        <div id="front-page-video-container-mobile" class="front-page-video-container show-for-medium-down">
             <!-- <img src="<?php //bloginfo('template_url');?>/assets/videos/header-video-preload-image-v2.png"> -->
             <video style="" id="front-page-video-container-mobile-video" class="front-page-video" playsinline loop muted preload="none" width="100%" poster="<?php bloginfo('template_url'); ?>/assets/videos/header-video-preload-image-v2.png">
-                <source src="<?php bloginfo('template_url'); ?>/assets/videos/header_video_mobile.mp4" type="video/mp4">
+                <source src="<?php bloginfo('template_url'); ?>/assets/videos/header_video_mobile.mp4?v=1.0.75" type="video/mp4">
             </video>
         </div>
        <div id="front-page-video-container-desktop" class="front-page-video-container show-for-large-up">
             <!-- <img src="<?php //bloginfo('template_url');?>/assets/videos/header-video-preload-image-v2.png"> -->
             <video style="" id="front-page-video-container-desktop-video" class="front-page-video" playsinline loop muted preload="none" width="100%" poster="<?php bloginfo('template_url'); ?>/assets/videos/header-video-preload-image-v2.png">
-                <source src="<?php bloginfo('template_url'); ?>/assets/videos/header_video.mp4" type="video/mp4">
+                <source src="<?php bloginfo('template_url'); ?>/assets/videos/header_video.mp4?v=1.0.75" type="video/mp4">
             </video>
         </div>
     </div>
index b07ab7d..0121bac 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: PetoskeyArea
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for PetoskeyArea
-Version: 1.0.74
+Version: 1.0.75
 */