# HG changeset patch # User Alessio Caiazza # Date 1244897344 0 # Node ID 2553791e0c3d88e62631dae883458043f2ce08b0 # Parent 0b7f7bfac79623ff2ebd455e12ab21e14bf11481 NEW:redgage support, fixes #8 diff -r 0b7f7bfac79623ff2ebd455e12ab21e14bf11481 -r 2553791e0c3d88e62631dae883458043f2ce08b0 aboutme.php --- a/aboutme.php Mon Jun 01 21:46:46 2009 +0000 +++ b/aboutme.php Sat Jun 13 12:49:04 2009 +0000 @@ -4,7 +4,7 @@ Plugin URI: http://abisso.org/index.php/projects/about-me/ Description: About Me is a sidebar widget that displays icon links to your profile pages on other social networking sites. Forked from Social Links Author: Alessio Caiazza -Version: 1.0.3 +Version: 1.0.4 Author URI: http://alessiocaiazza.info /* Social Links Copyright 2008 Kareem Sultan (email : kareemsultan@gmail.com) */ @@ -32,7 +32,7 @@ register_activation_hook(__FILE__,'social_links_install'); //TO DO use these definitions instead -define('SOCIAL_LINKS_VERSION', '1.0.3'); +define('SOCIAL_LINKS_VERSION', '1.0.4'); define('SOCIAL_LINKS_DB_VERSION', '1.1'); define('KEY_SITE_ID',0); @@ -73,7 +73,8 @@ array(24,'github.png','http://github.com/%userid%','Enter your Github username.','Github'), array(25,'hellotxt.gif','http://hellotxt.com/user/%userid%','Enter your Hellotxt username.','Hellotxt'), array(26,'hyves.png','http://%userid%.hyves.nl','Enter your Hyves.nl username.','Hyves.nl'), - array(27,'disqus.png','http://disqus.com/people/%userid%','Enter your Disqus username.','Disqus') + array(27,'disqus.png','http://disqus.com/people/%userid%','Enter your Disqus username.','Disqus'), + array(28,'redgage.png','http://www.redgage.com/%userid%','Enter your RedGage username.','RedGage') ); //comparison based on socialnetwok name diff -r 0b7f7bfac79623ff2ebd455e12ab21e14bf11481 -r 2553791e0c3d88e62631dae883458043f2ce08b0 images/redgage.png Binary file images/redgage.png has changed