Release for new styles for members
authorSteve Sutton <steve@gaslightmedia.com>
Mon, 6 Nov 2017 13:04:14 +0000 (08:04 -0500)
committerSteve Sutton <steve@gaslightmedia.com>
Mon, 6 Nov 2017 13:04:14 +0000 (08:04 -0500)
Release on develop brnach.

lib/enqueue-scripts.php
style.css

index 7f20afe..857e979 100644 (file)
@@ -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
+?>
index e76b9d7..17d73d4 100644 (file)
--- 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
 */