Logo Slider - Version 1.4.7

Version Description

  • Animation issue fixed.
Download this release

Release Info

Developer EnigmaWeb
Plugin Icon 128x128 Logo Slider
Version 1.4.7
Comparing to
See all releases

Code changes from version 1.4.6 to 1.4.7

Files changed (2) hide show
  1. logo-slider.php +3 -7
  2. readme.txt +3 -0
logo-slider.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Logo Slider
4
  Plugin URI: http://www.wordpress.org/extend/plugins/logo-slider
5
  Description: Add a logo slideshow carousel to your site quicky and easily.
6
- Version: 1.4.6
7
  Author: Enigma Plugins
8
  Author URI: http://www.enigmaplugins.com
9
  Text Domain: logo-slider
@@ -690,12 +690,8 @@ function wp_slider_shortcode($atts) {
690
 
691
  add_action('wp_print_scripts', 'wp_LogoSlider_scripts');
692
  function wp_LogoSlider_scripts() {
693
- $link = dirname(__DIR__).'/wp-catalogue-pro/includes/js/jquery.cycle2.js';
694
-
695
- if(!file_exists($link)){
696
- if(!is_admin())
697
- wp_enqueue_script('cycle', WP_CONTENT_URL.'/plugins/logo-slider/lgs_jquery.cycle2.js', array('jquery'), '', true);
698
- }
699
  }
700
 
701
  add_action( 'wp_head', 'wp_logo_slider_style' );
3
  Plugin Name: Logo Slider
4
  Plugin URI: http://www.wordpress.org/extend/plugins/logo-slider
5
  Description: Add a logo slideshow carousel to your site quicky and easily.
6
+ Version: 1.4.7
7
  Author: Enigma Plugins
8
  Author URI: http://www.enigmaplugins.com
9
  Text Domain: logo-slider
690
 
691
  add_action('wp_print_scripts', 'wp_LogoSlider_scripts');
692
  function wp_LogoSlider_scripts() {
693
+ if(!is_admin())
694
+ wp_enqueue_script('cycle', WP_CONTENT_URL.'/plugins/logo-slider/lgs_jquery.cycle2.js', array('jquery'), '', true);
 
 
 
 
695
  }
696
 
697
  add_action( 'wp_head', 'wp_logo_slider_style' );
readme.txt CHANGED
@@ -78,6 +78,9 @@ If you've tried all the obvious stuff and it's still not working please request
78
 
79
  == Changelog ==
80
 
 
 
 
81
  = 1.4.6 =
82
  * Updated text domain for the plugin repository's new translations
83
 
78
 
79
  == Changelog ==
80
 
81
+ = 1.4.7 =
82
+ * Animation issue fixed.
83
+
84
  = 1.4.6 =
85
  * Updated text domain for the plugin repository's new translations
86