Ultimate Tag Cloud Widget - Version 1.3.11

Version Description

  • Proper namespacing of the CSS classes to prevent interference with other plugins
Download this release

Release Info

Developer exz
Plugin Icon wp plugin Ultimate Tag Cloud Widget
Version 1.3.11
Comparing to
See all releases

Code changes from version 1.3.10 to 1.3.11

Files changed (5) hide show
  1. readme.txt +8 -1
  2. settings.php +1 -1
  3. ultimate-tag-cloud-widget.php +1 -1
  4. utcw.css +1 -97
  5. utcw.js +2 -33
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: exz
3
  Tags: widget, tags, configurable, tag cloud
4
  Requires at least: 2.8
5
  Tested up to: 3.3
6
- Stable tag: 1.3.10
7
  Donate link: https://flattr.com/thing/112193/Ultimate-Tag-Cloud-Widget
8
 
9
  This plugin aims to be the most configurable tag cloud widget out there, able to suit all your wierd tag cloud needs.
@@ -57,6 +57,9 @@ This is a new plugin, haven't had any questions yet. If you have any, be sure to
57
 
58
  == Changelog ==
59
 
 
 
 
60
  = 1.3.10 =
61
 
62
  * Fixed shortcode problem where the content would appear at the top of a post/page instead of where the shortcode was placed.
@@ -132,6 +135,10 @@ This is a new plugin, haven't had any questions yet. If you have any, be sure to
132
 
133
  == Upgrade Notice ==
134
 
 
 
 
 
135
  = 1.3.10 =
136
 
137
  * Some shortcode bugfixes
3
  Tags: widget, tags, configurable, tag cloud
4
  Requires at least: 2.8
5
  Tested up to: 3.3
6
+ Stable tag: 1.3.11
7
  Donate link: https://flattr.com/thing/112193/Ultimate-Tag-Cloud-Widget
8
 
9
  This plugin aims to be the most configurable tag cloud widget out there, able to suit all your wierd tag cloud needs.
57
 
58
  == Changelog ==
59
 
60
+ = 1.3.11 =
61
+ * Proper namespacing of the CSS classes to prevent interference with other plugins
62
+
63
  = 1.3.10 =
64
 
65
  * Fixed shortcode problem where the content would appear at the top of a post/page instead of where the shortcode was placed.
135
 
136
  == Upgrade Notice ==
137
 
138
+ = 1.3.11 =
139
+
140
+ * Minor CSS fix
141
+
142
  = 1.3.10 =
143
 
144
  * Some shortcode bugfixes
settings.php CHANGED
@@ -267,7 +267,7 @@
267
  <label for="<?php echo $this->get_field_id('debug') ?>"><?php _e("Include debug output", 'utcw')?></label><br/>
268
  </fieldset>
269
  <script type="text/javascript">
270
- jQuery(".utcw-help").wTooltip({style: wTooltipStyle,className:'tooltip'});
271
  if (typeof(utcwActiveTab['<?php echo $this->id ?>']) == "undefined") {
272
  utcwActiveTab['<?php echo $this->id ?>'] = '<?php echo $this->get_field_id("utcw-tab-data"); ?>';
273
  } else {
267
  <label for="<?php echo $this->get_field_id('debug') ?>"><?php _e("Include debug output", 'utcw')?></label><br/>
268
  </fieldset>
269
  <script type="text/javascript">
270
+ jQuery(".utcw-help").wTooltip({style: wTooltipStyle,className:'utcw-tooltip'});
271
  if (typeof(utcwActiveTab['<?php echo $this->id ?>']) == "undefined") {
272
  utcwActiveTab['<?php echo $this->id ?>'] = '<?php echo $this->get_field_id("utcw-tab-data"); ?>';
273
  } else {
ultimate-tag-cloud-widget.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: Ultimate tag cloud widget
4
  Plugin URI: http://www.0x539.se/wordpress/ultimate-tag-cloud-widget/
5
  Description: This plugin aims to be the most configurable tag cloud widget out there, able to suit all your wierd tag cloud needs.
6
- Version: 1.3.10
7
  Author: Rickard Andersson
8
  Author URI: http://www.0x539.se
9
  License: GPLv2
3
  Plugin Name: Ultimate tag cloud widget
4
  Plugin URI: http://www.0x539.se/wordpress/ultimate-tag-cloud-widget/
5
  Description: This plugin aims to be the most configurable tag cloud widget out there, able to suit all your wierd tag cloud needs.
6
+ Version: 1.3.11
7
  Author: Rickard Andersson
8
  Author URI: http://www.0x539.se
9
  License: GPLv2
utcw.css CHANGED
@@ -1,97 +1 @@
1
- .utcw-tab-button {
2
- border-top: solid 1px #dfdfdf;
3
- border-left: solid 1px #dfdfdf;
4
- border-right: solid 1px #dfdfdf;
5
- border-bottom: none;
6
- margin: 0;
7
- -webkit-border-top-left-radius: 3px;
8
- -webkit-border-top-right-radius: 3px;
9
- -moz-border-radius-topleft: 3px;
10
- -moz-border-radius-topright: 3px;
11
- border-top-left-radius: 3px;
12
- border-top-right-radius: 3px;
13
- padding: 2px;
14
- background: transparent;
15
- opacity: 0.5;
16
- cursor: pointer;
17
- -webkit-transition: opacity 0.1s ease-in;
18
- }
19
- .utcw-tab-button:hover {
20
- opacity: 1;
21
- }
22
- .utcw-help {
23
- float: right;
24
- display: block;
25
- width: 14px;
26
- height: 14px;
27
- border: solid 1px transparent;
28
- -webkit-border-radius: 14px;
29
- -moz-border-radius: 14px;
30
- -khtml-border-radius: 14px;
31
- border-radius: 14px;
32
- text-align: center;
33
- color: #fff;
34
- font-weight: bold;
35
-
36
-
37
- background-color: #6295fb;
38
- background-image: -webkit-gradient(linear, left top, left bottom, from(#6295fb), to(#3265cb));
39
- background-image: -webkit-linear-gradient(top, #6295fb, #3265cb);
40
- background-image: -moz-linear-gradient(top, #6295fb, #3265cb);
41
- background-image: -ms-linear-gradient(top, #6295fb, #3265cb);
42
- background-image: -o-linear-gradient(top, #6295fb, #3265cb);
43
- background-image: linear-gradient(top, #6295fb, #3265cb);
44
-
45
- cursor: pointer;
46
- }
47
- .utcw-help:hover {
48
- color: #fff;
49
- }
50
- .tooltip {
51
- color:#000;
52
- width: 200px;
53
- text-align:center;
54
- border:solid 1px #6295fb;
55
- -webkit-border-radius:9px;
56
- -moz-border-radius:9px;
57
- -khtml-border-radius:9px;
58
- border-radius:9px;
59
- }
60
- .tooltip ul {
61
- list-style-type: circle;
62
- margin: 10px 0;
63
- }
64
- .tooltip li {
65
- margin: 0 0 0 20px;
66
- }
67
- .utcw h3 {
68
- margin: 0;
69
- }
70
-
71
- .utcw-active {
72
- font-weight: bold;
73
- opacity: 1;
74
- }
75
-
76
- fieldset.utcw {
77
- padding: 10px;
78
- border: solid 1px #dfdfdf;
79
- margin-bottom: 25px;
80
- }
81
- fieldset.utcw legend {
82
- letter-spacing: 2px;
83
- font-size: 16px;
84
- }
85
- .utcw-hidden {
86
- display:none;
87
- }
88
- div.widget_utcw {
89
- word-wrap: break-word;
90
- }
91
- .utcw .fullwidth {
92
- width: 100%;
93
- }
94
- fieldset.utcw label.two-col {
95
- width: 120px;
96
- display: inline-block;
97
- }
1
+ .utcw-tab-button{border-top:solid 1px #dfdfdf;border-left:solid 1px #dfdfdf;border-right:solid 1px #dfdfdf;border-bottom:0;margin:0;-webkit-border-top-left-radius:3px;-webkit-border-top-right-radius:3px;-moz-border-radius-topleft:3px;-moz-border-radius-topright:3px;border-top-left-radius:3px;border-top-right-radius:3px;padding:2px;background:transparent;opacity:.5;cursor:pointer;-webkit-transition:opacity .1s ease-in}.utcw-tab-button:hover{opacity:1}.utcw-help{float:right;display:block;width:14px;height:14px;border:solid 1px transparent;-webkit-border-radius:14px;-moz-border-radius:14px;-khtml-border-radius:14px;border-radius:14px;text-align:center;color:#fff;font-weight:bold;background-color:#6295fb;background-image:-webkit-gradient(linear,left top,left bottom,from(#6295fb),to(#3265cb));background-image:-webkit-linear-gradient(top,#6295fb,#3265cb);background-image:-moz-linear-gradient(top,#6295fb,#3265cb);background-image:-ms-linear-gradient(top,#6295fb,#3265cb);background-image:-o-linear-gradient(top,#6295fb,#3265cb);background-image:linear-gradient(top,#6295fb,#3265cb);cursor:pointer}.utcw-help:hover{color:#fff}.utcw-tooltip{color:#000;width:200px;text-align:center;border:solid 1px #6295fb;-webkit-border-radius:9px;-moz-border-radius:9px;-khtml-border-radius:9px;border-radius:9px}.utcw-tooltip ul{list-style-type:circle;margin:10px 0}.utcw-tooltip li{margin:0 0 0 20px}.utcw h3{margin:0}.utcw-active{font-weight:bold;opacity:1}fieldset.utcw{padding:10px;border:solid 1px #dfdfdf;margin-bottom:25px}fieldset.utcw legend{letter-spacing:2px;font-size:16px}.utcw-hidden{display:none}div.widget_utcw{word-wrap:break-word}.utcw .fullwidth{width:100%}fieldset.utcw label.two-col{width:120px;display:inline-block}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
utcw.js CHANGED
@@ -9,36 +9,5 @@
9
  var utcwActiveTab = [];
10
  var wTooltipStyle={border:"solid 1px #6295fb",background:"#fff",color:"#000",padding:"5px",zIndex:1E3};
11
 
12
- (function($){
13
-
14
- $(document).ready(function() {
15
-
16
- $("input[id$=-color_none], input[id$=-color_random], input[id$=-color_set], input[id$=-color_span]").live('click', function() {
17
-
18
- $("div[id$='set_chooser']").addClass('utcw-hidden');
19
- $("div[id$='span_chooser']").addClass('utcw-hidden');
20
-
21
- if ($(this).val() == 'set') {
22
- $("div[id$='set_chooser']").removeClass('utcw-hidden');
23
- } else if ($(this).val() == 'span') {
24
- $("div[id$='span_chooser']").removeClass('utcw-hidden');
25
- }
26
- })
27
-
28
- $(".utcw-tab-button").live('click', function() {
29
-
30
- $this = $(this);
31
-
32
- $this.parent().find(".utcw-tab-button").removeClass("utcw-active");
33
- $this.addClass("utcw-active");
34
-
35
- $this.parent().find("fieldset.utcw").addClass("hidden");
36
- $("#" + $this.data('tab') ).removeClass("hidden");
37
-
38
- utcwActiveTab[ $this.data('id') ] = $this.data('tab');
39
-
40
- return false;
41
- })
42
- });
43
- })(jQuery);
44
-
9
  var utcwActiveTab = [];
10
  var wTooltipStyle={border:"solid 1px #6295fb",background:"#fff",color:"#000",padding:"5px",zIndex:1E3};
11
 
12
+ (function(a){a(document).ready(function(){a("input[id$=-color_none], input[id$=-color_random], input[id$=-color_set], input[id$=-color_span]").live("click",function(){a("div[id$='set_chooser']").addClass("utcw-hidden");a("div[id$='span_chooser']").addClass("utcw-hidden");"set"==a(this).val()?a("div[id$='set_chooser']").removeClass("utcw-hidden"):"span"==a(this).val()&&a("div[id$='span_chooser']").removeClass("utcw-hidden")});a(".utcw-tab-button").live("click",function(){$this=a(this);$this.parent().find(".utcw-tab-button").removeClass("utcw-active");
13
+ $this.addClass("utcw-active");$this.parent().find("fieldset.utcw").addClass("hidden");a("#"+$this.data("tab")).removeClass("hidden");utcwActiveTab[$this.data("id")]=$this.data("tab");return!1})})})(jQuery);