Version Description
- New features and bugs fixed, see plugin page at wordpress.org for full details.
Download this release
Release Info
Developer | exz |
Plugin | Ultimate Tag Cloud Widget |
Version | 2.7 |
Comparing to | |
See all releases |
Code changes from version 2.7-beta1 to 2.7
- readme.txt +12 -0
- ultimate-tag-cloud-widget.php +2 -2
readme.txt
CHANGED
@@ -56,6 +56,14 @@ If you have questions, please post them in the forums.
|
|
56 |
|
57 |
== Changelog ==
|
58 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
59 |
= 2.6.1 =
|
60 |
|
61 |
* [BUGFIX](http://wordpress.org/support/topic/bug-53): Fixed issue with widget markup when using avoid theme styling option
|
@@ -138,6 +146,10 @@ The upgrade notice history for the 1.x branch is available on [GitHub](https://g
|
|
138 |
|
139 |
== Upgrade Notice ==
|
140 |
|
|
|
|
|
|
|
|
|
141 |
= 2.6.1 =
|
142 |
|
143 |
* Markup issues fixed
|
56 |
|
57 |
== Changelog ==
|
58 |
|
59 |
+
= 2.7
|
60 |
+
|
61 |
+
* [#60](https://github.com/rickard2/utcw/issues/60): Add css classes to target individual terms
|
62 |
+
* [#61](https://github.com/rickard2/utcw/issues/61): Adds missing translation
|
63 |
+
* [#62](https://github.com/rickard2/utcw/issues/62): Fix formatting issue in settings page
|
64 |
+
* [#63](https://github.com/rickard2/utcw/issues/63): Support shortcodes in prefix and suffix
|
65 |
+
* [#65](https://github.com/rickard2/utcw/issues/65): Fix issue with WPML displaying no (or too few) terms
|
66 |
+
|
67 |
= 2.6.1 =
|
68 |
|
69 |
* [BUGFIX](http://wordpress.org/support/topic/bug-53): Fixed issue with widget markup when using avoid theme styling option
|
146 |
|
147 |
== Upgrade Notice ==
|
148 |
|
149 |
+
= 2.7 =
|
150 |
+
|
151 |
+
* New features and bugs fixed, see plugin page at wordpress.org for full details.
|
152 |
+
|
153 |
= 2.6.1 =
|
154 |
|
155 |
* Markup issues fixed
|
ultimate-tag-cloud-widget.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: Ultimate Tag Cloud Widget
|
4 |
Plugin URI: https://www.0x539.se/wordpress/ultimate-tag-cloud-widget/
|
5 |
Description: This plugin aims to be the most configurable tag cloud widget out there.
|
6 |
-
Version: 2.7
|
7 |
Author: Rickard Andersson
|
8 |
Author URI: https://www.0x539.se
|
9 |
License: GPLv2
|
@@ -15,7 +15,7 @@ License: GPLv2
|
|
15 |
* @var string
|
16 |
* @since 2.0
|
17 |
*/
|
18 |
-
define('UTCW_VERSION', '2.7
|
19 |
|
20 |
/**
|
21 |
* If development mode is currently enabled
|
3 |
Plugin Name: Ultimate Tag Cloud Widget
|
4 |
Plugin URI: https://www.0x539.se/wordpress/ultimate-tag-cloud-widget/
|
5 |
Description: This plugin aims to be the most configurable tag cloud widget out there.
|
6 |
+
Version: 2.7
|
7 |
Author: Rickard Andersson
|
8 |
Author URI: https://www.0x539.se
|
9 |
License: GPLv2
|
15 |
* @var string
|
16 |
* @since 2.0
|
17 |
*/
|
18 |
+
define('UTCW_VERSION', '2.7');
|
19 |
|
20 |
/**
|
21 |
* If development mode is currently enabled
|