From 2c07d6c867c268e80753fef44cf63342dbea2273 Mon Sep 17 00:00:00 2001 From: Laury GvR Date: Fri, 15 Jun 2018 09:51:24 -0400 Subject: [PATCH] Release commit --- functions.php | 6 +++--- style.css | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/functions.php b/functions.php index 1fc3f2c..3c21f1c 100644 --- a/functions.php +++ b/functions.php @@ -197,8 +197,8 @@ 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.1', true ); - wp_enqueue_style( 'glm-style', get_template_directory_uri() . '/assets/css/glm-dev.css', false, "1.0.0.1" ); + 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" ); if ( is_singular() && comments_open() && get_option( 'thread_comments' ) ) { wp_enqueue_script( 'comment-reply' ); @@ -349,4 +349,4 @@ function my_nav_wrap() { $wrap .= ''; // return the result return $wrap; -} \ No newline at end of file +} diff --git a/style.css b/style.css index ee50e3a..7951971 100644 --- a/style.css +++ b/style.css @@ -3,7 +3,7 @@ Theme Name: Work n Bites Theme URI: https://accesspressthemes.com/wordpress-themes/accesspress-parallax/ Author: AccessPress Themes Author URI: https://accesspressthemes.com/ -Version: 1.0.0.1 +Version: 1.0.0.0 License: GNU General Public License v3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html Text Domain: accesspress-parallax @@ -2732,4 +2732,4 @@ Responsive grid for pages .parallax-section.team_template { background-attachment: scroll !important; } -} \ No newline at end of file +} -- 2.17.1