Plugin Directory

Changeset 630921


Ignore:
Timestamp:
11/27/2012 09:47:33 PM (13 years ago)
Author:
ipublicis
Message:

Added reference to Simple Local Avatars (thanks Rene M.) Tweakned again some odd effects on CSS

Location:
author-box-2
Files:
1 added
8 edited

Legend:

Unmodified
Added
Removed
  • author-box-2/trunk/authorbox-admin.css

    r234865 r630921  
    11/*
    22Plugin Name: Author Box Reloaded
    3 Version: 2.0.3
     3Version: 2.0.4.2
    44Description: Adds an author box below text when viewing a single article. From a Brian Gardner's article at http://smsh.me/7ngf
    55Donate link: http://smsh.me/7kit
  • author-box-2/trunk/authorbox-init.php

    r489573 r630921  
    11<?php
    22    /*
    3      * Author Box Reloaded 2.0.4.1
     3     * Author Box Reloaded 2.0.4.2
    44     * Init function content.
    55     */
     
    2929    $this->_contactURL = 'http://w3.ipublicis.com/contact-us';
    3030    $this->_dashboardWidget = array(    'inc' => 'iPublicis!COM',
    31                                                                 'url' => 'http://w3.ipublicis.com/',
    32                                                                 'rss' => 'http://w3.ipublicis.com/rss.xml',
     31                                                                'url' => 'http://www.ipublicis.com/',
     32                                                                'rss' => 'http://www.ipublicis.com/rss.xml',
    3333                                                                'ico' => plugin_dir_url( __FILE__ ).'/images/ipublicis-logo-32.png'  );
    3434
  • author-box-2/trunk/authorbox-ltr.css

    r489573 r630921  
    11/*
    22Plugin Name: Author Box Reloaded
    3 Version: 2.0.4.1
     3Version: 2.0.4.2
    44Description: Adds an author box below text when viewing a single article. From a Brian Gardner's article at http://smsh.me/7ngf
    55Donate link: http://smsh.me/7kit
  • author-box-2/trunk/authorbox-rtl.css

    r489573 r630921  
    11/*
    22Plugin Name: Author Box Reloaded
    3 Version: 2.0.4.1
     3Version: 2.0.4.2
    44Description: Adds an author box below text when viewing a single article. From a Brian Gardner's article at http://smsh.me/7ngf
    55Donate link: http://smsh.me/7kit
  • author-box-2/trunk/authorbox.php

    r489573 r630921  
    44Plugin URI: http://wordpress.org/extend/plugins/author-box-2/
    55Description: Adds an author box to your blog. From a Brian Gardner's article at http://smsh.me/7ngf. REQUIRES Wordpress Plugin Framework Reloaded installed.
    6 Version: 2.0.4.1
     6Version: 2.0.4.2
    77Author: Lopo Lencastre de Almeida <dev@ipublicis.com>
    88Author URI: http://ipublicis.com/
  • author-box-2/trunk/i18n/author-box-2-de_DE.po

    r237833 r630921  
    99"Report-Msgid-Bugs-To: http://wordpress.org/tag/author-box-2\n"
    1010"POT-Creation-Date: 2010-04-22 21:01+0000\n"
    11 "PO-Revision-Date: 2010-05-05 23:29+0100\n"
     11"PO-Revision-Date: 2010-05-05 23:34+0100\n"
    1212"Last-Translator: Sven Schneider <schneider.sven@permanentmedia.de>\n"
    1313"Language-Team: Permanentmedia <schneider.sven@permanentmedia.de>\n"
     
    108108#, php-format
    109109msgid "Follow %s on "
    110 msgstr "Folge %s auf Twitter"
     110msgstr "Folge %s auf "
    111111
    112112#: authorbox.php:268
  • author-box-2/trunk/readme.txt

    r561246 r630921  
    77Tags: author, theme
    88Requires at least: 2.8.0
    9 Tested up to: 3.4
    10 Stable tag: 2.0.4.1
     9Tested up to: 3.4.2
     10Stable tag: 2.0.4.2
    1111
    1212Adds an author box to your blog. From a Brian Gardner's article at http://smsh.me/7ngf.
     
    4646
    4747If you have [User Photo](http://wordpress.org/extend/plugins/user-photo/), 0.9.4 or greater, installed, a photo loaded and `Override Avatar with User Photo:` selected, it will automatically use that image instead of the Gravatar one.
     48
     49You can also use [Simple Local Avatars](http://wordpress.org/extend/plugins/simple-local-avatars/), 1.3.1 or greater.
    4850
    4951If you use Wordpress Mu and want to add this plugin to all blogs just install it in the mu-plugins directory instead or, in more modern versions, activate it globally.
     
    104106
    105107== Changelog ==
     108
     109= 2.0.4.2 =
     110
     111* Added reference to [Simple Local Avatars](http://wordpress.org/extend/plugins/simple-local-avatars/) (thanks Rene M.)
     112* Tweakned again some odd effects on CSS
    106113
    107114= 2.0.4.1 =
Note: See TracChangeset for help on using the changeset viewer.