bumping version number, rolling changes for the room booking widget styles
authorAnthony Talarico <talarico@gaslightmedia.com>
Tue, 28 Aug 2018 13:24:25 +0000 (09:24 -0400)
committerAnthony Talarico <talarico@gaslightmedia.com>
Tue, 28 Aug 2018 13:24:25 +0000 (09:24 -0400)
functions.php

index 0e65a0c..d5843fd 100644 (file)
@@ -197,8 +197,9 @@ function accesspress_parallax_scripts() {
 
        wp_enqueue_script( 'accesspress-parallax-custom', get_template_directory_uri() . '/js/custom.js', array('jquery'), '1.0', true );
     wp_localize_script( 'accesspress-parallax-custom', 'ap_params', $slider_parameters );
-    wp_enqueue_script( 'glm-dev', get_template_directory_uri() . '/assets/js/glm-dev.js', array(), '1.0.0', true );
-       wp_enqueue_style( 'glm-style', get_template_directory_uri() . '/assets/css/glm-dev.css', false, "1.0.0" );
+
+    wp_enqueue_script( 'glm-dev', get_template_directory_uri() . '/assets/js/glm-dev.js', array(), '1.0.2', true );
+       wp_enqueue_style( 'glm-style', get_template_directory_uri() . '/assets/css/glm-dev.css', false, "1.0.2" );
 
        if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) {
                wp_enqueue_script( 'comment-reply' );