Bump version number
authorSteve Sutton <steve@gaslightmedia.com>
Wed, 22 May 2019 12:10:40 +0000 (08:10 -0400)
committerSteve Sutton <steve@gaslightmedia.com>
Wed, 22 May 2019 12:10:40 +0000 (08:10 -0400)
for release

functions.php
style.css

index 9f9d6c7..6bdad20 100644 (file)
@@ -60,7 +60,7 @@ function glm_site_scripts()
         'glm_foundation',
         get_template_directory_uri() . '/js/app.js',
         'jquery',
-        '1.0',
+        '1.0.4',
         true
     );
     if(is_front_page()) {
@@ -99,7 +99,7 @@ function landing_page_blocks( $atts )
                 $out .= '<a href="'.$block->url.'"'.(($block->externalUrl)? ' target="_blank"':'').'>';
             endif;
             $out .= '<img src="'.$thumbnail[0].'"/>';
-            
+
             $out .= '<div class="land-page-block-image" style="background: url('.$thumbnail.');"></div>';
             $out .= '<h5>'.$block->post_title.'</h5>';
             if($block->url):
@@ -129,7 +129,7 @@ function glm_get_header($memberID = false) {
     $default_background_styles = 'height:0;max-height: 200px;min-height: 100px;padding:0;padding-bottom:10%;'
             . 'background-position:center center;background-size: cover;background-repeat:no-repeat;';
     //$default_member_background_styles = $default_background_styles;
-    
+
     if ((has_post_thumbnail() && $post->post_type == 'page') /*|| is_page('member-detail')*/) {
         if( !$memberID ) {
             $image_data = wp_get_attachment_image_src(get_post_thumbnail_id(), "full");
@@ -154,13 +154,13 @@ function glm_get_header($memberID = false) {
             $image_data = $default_image_path;
             $featured_classes[] = $image_data ? "interior-default" : "";
         }
-        
+
         echo '<div style="background-image: url('.$image_data.');'
                 . $default_background_styles . '"'
                 . ' class="' . implode(' ',$featured_classes) . '"';
         echo '>';
-        
-//        if ($image_caption) {    
+
+//        if ($image_caption) {
 //            echo '<div id="header-image-caption-wrap" class="caption-wrap">';
 //            echo '<div class="caption">';
 //            echo $image_caption;
index 721759c..90163c5 100644 (file)
--- a/style.css
+++ b/style.css
@@ -3,5 +3,5 @@ Theme Name: visitalpena2018
 Author: Gaslight Media
 Author URI: http://www.gaslightmedia.com
 Description: A theme for Alpena CVB
-Version: 1.0.3
+Version: 1.0.4
 */