Changeset 920203
- Timestamp:
- 05/24/2014 03:42:18 AM (12 years ago)
- Location:
- fast-category-cloud-wordpress-plugin/trunk
- Files:
-
- 2 edited
-
byrev_cat-cloud.php (modified) (3 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
fast-category-cloud-wordpress-plugin/trunk/byrev_cat-cloud.php
r674831 r920203 5 5 Description: Fast Category Cloud WordPress Plugin (Base Version) - plugin that shows categories as a colored tag cloud with post count !!! 6 6 Author: ByREV ( Robert Emilian Vicol ) 7 Version: 1.43 b7 Version: 1.43c 8 8 Author URI: http://byrev.org/ 9 9 */ … … 11 11 define('MAX_LIMIT_CAT',100); 12 12 define('BYREV_CAT_CLOUD_TITLE','ByREV Fast Category Cloud (Base)'); 13 define('BYREV_CAT_CLOUD_VER','1.43 b');13 define('BYREV_CAT_CLOUD_VER','1.43c'); 14 14 15 15 function byrev_cat_cloud($arg="") { … … 35 35 36 36 $html_code = "<div id=\"byrev_cat_cloud\">\n"; 37 get_cat_cloud_( &$args, &$html_code);37 get_cat_cloud_($args, $html_code); 38 38 $html_code .= "</div>\n"; 39 39 if ($BYREV_CAT_CLOUD_DB_CACHE) { -
fast-category-cloud-wordpress-plugin/trunk/readme.txt
r674831 r920203 3 3 Donate link: http://byrev.org/donate.php 4 4 Tags: cat, category, cloud, fast, cache, tags, seo 5 Requires at least: 2.0.26 Tested up to: 3. 17 Stable tag: 1.43 b5 Requires at least: 3.1 6 Tested up to: 3.9.1 7 Stable tag: 1.43c 8 8 9 9 == Description == … … 95 95 96 96 == Changelog == 97 = 1.43c = 98 Solve call-time pass-by-reference error. 99 97 100 = 1.42 = 98 101 Fast Category Cloud 1.4 is the first public release of ByREV Fast Category Cloud
Note: See TracChangeset
for help on using the changeset viewer.