Plugin Directory

Changeset 344146


Ignore:
Timestamp:
02/11/2011 03:41:12 PM (15 years ago)
Author:
burtadem
Message:
 
Location:
wordpress-title-cloud/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • wordpress-title-cloud/trunk/readme.txt

    r344114 r344146  
    55Requires at least: 3.0
    66Tested up to: 3.0.5
    7 Stable tag: 0.9.5
     7Stable tag: 0.9.6
    88
    99Act as a tag cloud but instead of showing tag, it shows the title of pages.
     
    3232== Changelog ==
    3333
     34= 0.9.6=
     35*Wordpress 3.05 100% Compatible.
     36
    3437= 0.9.5=
    35 *widen excluded pages
    36 *fix not in array query
     38*Widen excluded pages
     39*Fix not in array query
    3740
    3841= 0.9.4=
    39 *compatibility issues
     42*Compatibility issues
    4043
    4144= 0.9.3=
  • wordpress-title-cloud/trunk/wp-titlecloud.php

    r344114 r344146  
    22/**
    33 * @package Wordpress Title Cloud
    4  * @version 0.9.5
     4 * @version 0.9.6
    55 */
    66/*
     
    99Description: An Idea of Displaying texts as tag cloud using your page titles.
    1010Author: Burt Adem
    11 Version: 0.9.5
     11Version: 0.9.6
    1212Author URI: http://burtadem.com/
    1313*/
  • wordpress-title-cloud/trunk/wp-titlecloudadmin.php

    r344091 r344146  
    44            $area = $_POST['ddlSelection'];
    55            $excludes=$_POST['txtExcludes'];
    6            
    7            
     6                       
    87             
    98            $aProperty=array();
Note: See TracChangeset for help on using the changeset viewer.