Logo Carousel - Version 1.5.1

Version Description

(2014-02-07) = * Bugfix

Download this release

Release Info

Developer ysdbjorn
Plugin Icon 128x128 Logo Carousel
Version 1.5.1
Comparing to
See all releases

Code changes from version 1.5.0 to 1.5.1

Files changed (2) hide show
  1. kiwi_logo_carousel.php +2 -2
  2. readme.txt +29 -12
kiwi_logo_carousel.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin URL: http://getkiwi.org/plugins/logo-carousel/
4
  Description: Highlight your clients, partners and sponsors on your website in a Logo Carousel
5
  Author: Kiwi by Yourstyledesign
6
- Version: 1.5.0
7
  Author URI: http://www.getkiwi.org/
8
  License: GPLv2
9
  */
@@ -80,7 +80,7 @@ class kiwi_logo_carousel {
80
  unset($parameters['klco_style']);
81
  unset($parameters['klco_orderby']);
82
  unset($parameters['klco_clickablelogos']);
83
- if ($parameters['ticker']==true){ $parameters['auto'] = false; }
84
  $parameters['useCSS'] = 'false';
85
  $lastkey = key( array_slice( $parameters, -1, 1, TRUE ) );
86
  foreach ($parameters as $func => $var){
3
  Plugin URL: http://getkiwi.org/plugins/logo-carousel/
4
  Description: Highlight your clients, partners and sponsors on your website in a Logo Carousel
5
  Author: Kiwi by Yourstyledesign
6
+ Version: 1.5.1
7
  Author URI: http://www.getkiwi.org/
8
  License: GPLv2
9
  */
80
  unset($parameters['klco_style']);
81
  unset($parameters['klco_orderby']);
82
  unset($parameters['klco_clickablelogos']);
83
+ if ($parameters['ticker']=="true"){ $parameters['auto'] = "false"; }
84
  $parameters['useCSS'] = 'false';
85
  $lastkey = key( array_slice( $parameters, -1, 1, TRUE ) );
86
  foreach ($parameters as $func => $var){
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: ysdbjorn
3
  Donate link: http://getkiwi.org/donate/
4
  Tags: logo, slider, carousel, ticker
5
  Requires at least: 3.6
6
- Tested up to: 3.8.1
7
- Stable tag: 1.5.0
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
@@ -16,15 +16,17 @@ Show your partners, clients or sponsors on your website in a logo carousel!
16
 
17
  <h2>Features</h2>
18
  <ul>
19
- <li>Supports more than one Logo Carousel per page.</li>
20
- <li>Create different Logo Carousels with different settings for each Logo Carousel.</li>
21
  <li>Responsive</li>
22
- <li>Grayscale images (optional)</li>
23
- <li>Uses shortcodes</li>
24
- <li>URL Attachments, make your logos clickable</li>
25
- <li>Multilanguage, English and Dutch</li>
26
  </ul>
27
 
 
 
28
  <p>Kiwi Logo Carousel uses code and libraries from <a target="_blank" href="http://bxslider.com/">bxSlider</a> and <a target="_blank" href="http://10up.com/plugins/simple-page-ordering-wordpress/">Simple Page Ordering</a></p>
29
 
30
  == Installation ==
@@ -46,20 +48,35 @@ Because the slug 'default' is already used for displaying all the logos.
46
  = Which browsers are supported? =
47
 
48
  We tested this plugin with: Internet Explorer 8, 9, 10; Chrome; Safari; Firefox; Opera;
 
49
 
50
  = What are the server requirements? =
51
  You need a server running PHP version 5.4 or newer. Older versions are not supported and may cause problems.
52
 
 
 
 
 
 
 
 
 
 
 
 
53
  == Screenshots ==
54
 
55
  1. The Logo Carousel in action
56
- 2. Uses Custom Post Types
57
- 3. Uses categories as carousels
58
- 4. Many options available
59
- 5. Compatible with the new Wordpress 3.8!
60
 
61
  == Changelog ==
62
 
 
 
 
63
  = 1.5.0 (2014-02-06) =
64
  * Improvements on the "Manage Carousels" page
65
  * Logo and URL columns are added in the Logos overview
3
  Donate link: http://getkiwi.org/donate/
4
  Tags: logo, slider, carousel, ticker
5
  Requires at least: 3.6
6
+ Tested up to: 3.9
7
+ Stable tag: 1.5.1
8
  License: GPLv2
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
16
 
17
  <h2>Features</h2>
18
  <ul>
19
+ <li>Supports more than one Logo Carousel per page</li>
20
+ <li>Create more than one carousel with different logos and use different settings per carousel</li>
21
  <li>Responsive</li>
22
+ <li>Optional grayscale image effect (for modern browsers)</li>
23
+ <li>Paste your Logo Carousel in your theme with PHP or in a post with a shortcode</li>
24
+ <li>Optional clickable logos</li>
25
+ <li>Create a custom logo order with drag and drop</li>
26
  </ul>
27
 
28
+ <p><a href="http://getkiwi.org/plugins/logo-carousel/">Click here for a demo</a></p>
29
+
30
  <p>Kiwi Logo Carousel uses code and libraries from <a target="_blank" href="http://bxslider.com/">bxSlider</a> and <a target="_blank" href="http://10up.com/plugins/simple-page-ordering-wordpress/">Simple Page Ordering</a></p>
31
 
32
  == Installation ==
48
  = Which browsers are supported? =
49
 
50
  We tested this plugin with: Internet Explorer 8, 9, 10; Chrome; Safari; Firefox; Opera;
51
+ The grayscale effect does not work with some version of Internet Explorer.
52
 
53
  = What are the server requirements? =
54
  You need a server running PHP version 5.4 or newer. Older versions are not supported and may cause problems.
55
 
56
+ = I have problems with adding logo images =
57
+ When you are using a theme by TrueThemes or another theme which is not supporting featured images, or handles featured images in another way. You cannot use this plugin.
58
+ Please contact your theme developer.
59
+
60
+ = Why is the shortcode not working in widget areas? =
61
+ Add this code to your themes functions.php:
62
+ ' add_filter('widget_text', 'do_shortcode'); '
63
+
64
+ = Plugin doesn't work. jQuery not defined. =
65
+ You need a recent version of jQuery to make things work. Please make sure you are loading jQuery in the header of your theme.
66
+
67
  == Screenshots ==
68
 
69
  1. The Logo Carousel in action
70
+ 2. Logo overview
71
+ 3. Click on Custom Order and change your logo order with drag and drop
72
+ 4. Create carousels like categories
73
+ 5. Configure your carousels separately. Copy & paste the shortcode in any of your posts, your use the PHP function in your theme
74
 
75
  == Changelog ==
76
 
77
+ = 1.5.1 (2014-02-07) =
78
+ * Bugfix
79
+
80
  = 1.5.0 (2014-02-06) =
81
  * Improvements on the "Manage Carousels" page
82
  * Logo and URL columns are added in the Logos overview