Plugin Directory

Changeset 129937


Ignore:
Timestamp:
06/27/2009 11:17:54 AM (16 years ago)
Author:
tomknows
Message:
 
Location:
kingofpop
Files:
11 added
2 edited

Legend:

Unmodified
Added
Removed
  • kingofpop/trunk/kingofpop.php

    r129877 r129937  
    44Plugin URI: http://www.tom-hengst.de/wordpress-plugins
    55Description: Displays a Micheal Jackson badge in the sidebar of your blog via widget interface or anywhere else via function call. Make the people remember the King of Pop. Check out more <a href="http://www.tom-hengst.de/wordpress-plugins">Wordpress Plugins</a>.
    6 Version: 0.1
     6Version: 0.2
    77Author: Tom Hengst
    88Author URI: http://www.tom-hengst.de
     
    1010 
    1111/**
     12 * v0.2 27.06.2009 small css fix makes micheal looks better
    1213 * v0.1 26.06.2009 initial release
    1314 */
     
    2627    $this->id         = 'kingofpop';
    2728    $this->title      = 'KingOfPop';
    28     $this->version    = '0.4';
     29    $this->version    = '0.2';
    2930    $this->plugin_url = 'http://www.tom-hengst.de/wordpress-plugins';
    3031    $this->name       = 'KingOfPop v'. $this->version;
  • kingofpop/trunk/readme.txt

    r129877 r129937  
    55Requires at least: 2.5
    66Tested up to: 2.7
    7 Stable tag: 0.1
     7Stable tag: 0.2
    88
    99Displays a Micheal Jackson memorial badge in the sidebar of your blog via widget interface or anywhere else via function call. Make the people remember the King of Pop.
     
    2727== Screenshots ==
    2828
    29 1. Badge displayed via sidebar widget
     291. Badge displayed via sidebar widget, colors etc. are configurable
    3030
    3131== Change Log ==
    3232
     33* v0.2 27.06.2009 small css fix makes micheal looks better
    3334* v0.1 26.06.2009 initial release
    3435
Note: See TracChangeset for help on using the changeset viewer.