From: Steve Sutton Date: Mon, 6 Nov 2017 13:04:14 +0000 (-0500) Subject: Release for new styles for members X-Git-Tag: v1.1.31^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/index.cgi?a=commitdiff_plain;h=4b637964ec5a9f6149d41c50bda1c66c5c710635;p=WP-Themes%2FMunising.git Release for new styles for members Release on develop brnach. --- diff --git a/lib/enqueue-scripts.php b/lib/enqueue-scripts.php index 7f20afe..857e979 100644 --- a/lib/enqueue-scripts.php +++ b/lib/enqueue-scripts.php @@ -2,7 +2,7 @@ if ( ! function_exists( 'munisingcvb_scripts' ) ) : function munisingcvb_scripts() { - wp_enqueue_style('Theme Stylesheet', get_stylesheet_directory_uri() . '/css/app.css'); + wp_enqueue_style('Theme Stylesheet', get_stylesheet_directory_uri() . '/css/app.css', array(), '1.1.31'); wp_deregister_script('jquery'); wp_register_script('jquery', get_template_directory_uri() . '/js/jquery.min.js', array(), '2.1.4', false); wp_register_script('modernizr', get_template_directory_uri() . '/js/modernizr.js', array(), '2.8.3', false); @@ -25,4 +25,4 @@ if ( ! function_exists( 'munisingcvb_scripts' ) ) : add_action('wp_enqueue_scripts', 'munisingcvb_scripts'); endif; -?> \ No newline at end of file +?> diff --git a/style.css b/style.css index e76b9d7..17d73d4 100644 --- a/style.css +++ b/style.css @@ -3,5 +3,5 @@ Theme Name: Munising CVB Author: Gaslight Media Author URI: http://www.gaslightmedia.com Description: A custom theme for Munising Convention and Visitor's Bureau. -Version: 1.1.30 +Version: 1.1.31 */