Changeset 129937
- Timestamp:
- 06/27/2009 11:17:54 AM (16 years ago)
- Location:
- kingofpop
- Files:
-
- 11 added
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
kingofpop/trunk/kingofpop.php
r129877 r129937 4 4 Plugin URI: http://www.tom-hengst.de/wordpress-plugins 5 5 Description: 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. 16 Version: 0.2 7 7 Author: Tom Hengst 8 8 Author URI: http://www.tom-hengst.de … … 10 10 11 11 /** 12 * v0.2 27.06.2009 small css fix makes micheal looks better 12 13 * v0.1 26.06.2009 initial release 13 14 */ … … 26 27 $this->id = 'kingofpop'; 27 28 $this->title = 'KingOfPop'; 28 $this->version = '0. 4';29 $this->version = '0.2'; 29 30 $this->plugin_url = 'http://www.tom-hengst.de/wordpress-plugins'; 30 31 $this->name = 'KingOfPop v'. $this->version; -
kingofpop/trunk/readme.txt
r129877 r129937 5 5 Requires at least: 2.5 6 6 Tested up to: 2.7 7 Stable tag: 0. 17 Stable tag: 0.2 8 8 9 9 Displays 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. … … 27 27 == Screenshots == 28 28 29 1. Badge displayed via sidebar widget 29 1. Badge displayed via sidebar widget, colors etc. are configurable 30 30 31 31 == Change Log == 32 32 33 * v0.2 27.06.2009 small css fix makes micheal looks better 33 34 * v0.1 26.06.2009 initial release 34 35
Note: See TracChangeset
for help on using the changeset viewer.