Skip to content

Commit a2b9c87

Browse files
authored
Merge pull request #58 from n49/slider_v1.0.83
removed console statements
2 parents 433d44e + f61ed90 commit a2b9c87

3 files changed

Lines changed: 3 additions & 15 deletions

File tree

assets/js/opio-slider-main.js

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
console.log('slider-main.js file is loaded....');
21
function getStarRatingJS(average) {
32
var starColor = '#E6E8EB';
43
if(average > 0.5) {
@@ -441,7 +440,6 @@ function closePhotoLightbox() {
441440

442441
(function ($) {
443442
$(document).ready(function () {
444-
console.log('jQuery(document) is loaded....');
445443

446444
// Initialize the Slick slider
447445
var c_slider = $('.c-testimonial-slider').slick({
@@ -479,11 +477,8 @@ function closePhotoLightbox() {
479477
]
480478
});
481479

482-
console.log('c-slider is loaded', c_slider);
483480
$('.c-testimonial-slider').slick('refresh');
484481

485-
console.log('c-slider is refreshed', c_slider);
486-
487482
// Move to the next slide on clicking the ">" button
488483
$('.c-slider-button.right').click(function () {
489484
c_slider.slick('slickNext');
@@ -498,7 +493,6 @@ function closePhotoLightbox() {
498493

499494
(function ($) {
500495
$(document).ready(function () {
501-
console.log('jQuery(document) is loaded....');
502496

503497
// Initialize the Slick slider
504498
var v_slider = $('.v-testimonial-slider').slick({
@@ -513,11 +507,9 @@ function closePhotoLightbox() {
513507
dots: false,
514508
vertical: true,
515509
});
516-
console.log('v-slider is loaded', v_slider);
517510

518511
$('.v-testimonial-slider').slick('refresh');
519512

520-
console.log('v-slider is refreshed', v_slider);
521513
// Move to the next slide on clicking the ">" button
522514
$('.v-slider-button.right').click(function () {
523515
v_slider.slick('slickNext');
@@ -532,7 +524,6 @@ function closePhotoLightbox() {
532524

533525
(function ($) {
534526
$(document).ready(function () {
535-
console.log('jQuery(document) is loaded....');
536527

537528
// Initialize the Slick slider
538529
var h_slider = $('.h-testimonial-slider').slick({
@@ -576,12 +567,9 @@ function closePhotoLightbox() {
576567
}
577568
]
578569
});
579-
console.log('h-slider is loaded', h_slider);
580570

581571
$('.h-testimonial-slider').slick('refresh');
582572

583-
console.log('h-slider is refreshed', h_slider);
584-
585573
$('.slider-button.right').click(function () {
586574
h_slider.slick('slickNext');
587575
});

opio.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Plugin Name: Widget for OPIO Reviews
44
Plugin URI:
55
Description: Instantly add OPIO Reviews on your website to increase user confidence and SEO.
6-
Version: 1.0.82
6+
Version: 1.0.83
77
Author: Dhiraj Timalsina <dhiraj@n49.com>
88
Text Domain: widget-for-opio-reviews
99
Domain Path: /languages
@@ -22,7 +22,7 @@
2222

2323
require(ABSPATH . 'wp-includes/version.php');
2424

25-
define('OPIO_PLUGIN_VERSION' , '1.0.82');
25+
define('OPIO_PLUGIN_VERSION' , '1.0.83');
2626
define('OPIO_PLUGIN_FILE' , __FILE__);
2727
define('OPIO_PLUGIN_URL' , plugins_url(basename(plugin_dir_path(__FILE__ )), basename(__FILE__)));
2828
define('OPIO_ASSETS_URL' , OPIO_PLUGIN_URL . '/assets/');

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Author: Dhiraj Timalsina
33
Tags: Widget for OPIO Reviews, opio, reviews, rating, widget, google business, testimonials
44
Tested up to: 6.4
5-
Stable tag: 1.0.82
5+
Stable tag: 1.0.83
66
License: GPLv2 or later
77
License URI: http://www.gnu.org/licenses/gpl-2.0.html
88

0 commit comments

Comments
 (0)