From 0b2d68def004193f4a8d9f0e055a7561d39f78b8 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 22 May 2019 08:10:40 -0400 Subject: [PATCH] Bump version number for release --- functions.php | 12 ++++++------ style.css | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/functions.php b/functions.php index 9f9d6c7..6bdad20 100644 --- a/functions.php +++ b/functions.php @@ -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 .= 'externalUrl)? ' target="_blank"':'').'>'; endif; $out .= ''; - + $out .= '
'; $out .= '
'.$block->post_title.'
'; 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 '
'; - -// if ($image_caption) { + +// if ($image_caption) { // echo '
'; // echo '
'; // echo $image_caption; diff --git a/style.css b/style.css index 721759c..90163c5 100644 --- 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 */ -- 2.17.1