Plugin Directory

Changeset 1007930


Ignore:
Timestamp:
10/15/2014 02:07:32 PM (10 years ago)
Author:
tomknows
Message:

updated to 4.x

Location:
kingofpop
Files:
21 added
3 edited

Legend:

Unmodified
Added
Removed
  • kingofpop/trunk/index.html

    r129877 r1007930  
    11<html>
    22<head>
    3 <meta http-equiv="refresh" content="0;URL=http://www.tom-hengst.de/wordpress-plugins" />
     3<meta http-equiv="refresh" content="0;URL=https://wordpress.org/plugins/kingofpop/" />
    44</head>
    55<body>
    66  <p>This file protects your webserver directoy!</p>
    77  <p>Do not call this url directly!</p>
    8   <p><a href="http://www.tom-hengst.de/wordpress-plugins">Wordpress Plugins</a></p>
     8  <p><a href="https://wordpress.org/plugins/kingofpop/">Wordpress Plugins</a></p>
    99</body>
    1010</html>
  • kingofpop/trunk/kingofpop.php

    r129937 r1007930  
    22/*
    33Plugin Name: KingOfPop
    4 Plugin URI: http://www.tom-hengst.de/wordpress-plugins
    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.2
    7 Author: Tom Hengst
    8 Author URI: http://www.tom-hengst.de
     4Plugin URI: https://wordpress.org/plugins/kingofpop
     5Description: 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.
     6Version: 0.3
     7Author: tom
     8Author URI: https://profiles.wordpress.org/tomknows/
    99*/
    1010 
     
    2727    $this->id         = 'kingofpop';
    2828    $this->title      = 'KingOfPop';
    29     $this->version    = '0.2';
    30     $this->plugin_url = 'http://www.tom-hengst.de/wordpress-plugins';
     29    $this->version    = '0.3';
     30    $this->plugin_url = 'https://wordpress.org/plugins/kingofpop';
    3131    $this->name       = 'KingOfPop v'. $this->version;
    3232    $this->url        = get_bloginfo('wpurl'). '/wp-content/plugins/' . $this->id;
     
    210210      }
    211211
    212       return sprintf('<div id="%s"><img src="%s/mj_%s.jpg" border="0" />%s<br /><small><a href="http://www.tom-hengst.de/wordpress-plugins" target="_blank">Plugin</a> by <a href="http://www.tom-hengst.de" target="_blank">Tom</a></small></div>', $this->id, $this->url, $this->locale, $data);
     212      return sprintf('<div id="%s"><img src="%s/mj_%s.jpg" border="0" />%s<br /><small><a href="https://wordpress.org/plugins/kingofpop/" target="_blank">Plugin by Tom</a></small></div>', $this->id, $this->url, $this->locale, $data);
    213213  }
    214214}
  • kingofpop/trunk/readme.txt

    r129937 r1007930  
    11=== KingOfPop ===
    22Contributors: tomknows
    3 Donate link: http://www.tom-hengst.de/donate
    43Tags: jacko, michael jackson, king of pop, mj, rip, wikipedia, youtube, badge, widget, widgets, sidebar, plugin
    54Requires at least: 2.5
    6 Tested up to: 2.7
     5Tested up to: 4.0
    76Stable tag: 0.2
    87
     
    1312Displays 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.
    1413
    15 Check out more [Wordpress Plugins](http://www.tom-hengst.de/wordpress-plugins "Wordpress Plugins")  brought to you by [Tom Hengst](http://www.tom-hengst.de "Tom Hengst").
    1614
    1715== Installation ==
Note: See TracChangeset for help on using the changeset viewer.