Plugin Directory

Changeset 400204


Ignore:
Timestamp:
06/23/2011 04:10:09 AM (15 years ago)
Author:
katz515
Message:

Adding 0.9.1 tag because of SVN mistake. Sorry. I'm a newbie.

Location:
twitcasting-status
Files:
5 added
2 edited

Legend:

Unmodified
Added
Removed
  • twitcasting-status/trunk/readme.txt

    r400194 r400204  
    1010Requires at least: 2.8.0
    1111Tested up to: 3.1.3
    12 Stable tag: 0.9.0
     12Stable tag: 0.9.1
    1313
    14 Display the online/offline status of your twitcasting.
     14Display the online/offline status of your Twitcasting.
    1515
    1616== Description ==
     
    2525http://katzueno.com/
    2626
    27 I'm looking for your feedback! Please contact me at
    28 http://katzueno.com/ or @katz515 on twitter.
     27I'm looking for your feedback! Please contact me via my website
     28or @katz515 on twitter.
    2929
    3030Plug-in Support Page
     
    6464== Changelog ==
    6565
     66= 0.9.1 =
     67* Fixing the file structure
     68
    6669= 0.9.0 =
    6770* The initial version. This is in beta but it should work ok.
     
    6972== Upgrade Notice ==
    7073
     74= 0.9.1 =
     75
     76If you've installed 0.9.0, you may have to move the files from `/wp-content/plugins/twitcasting-status/twitcastingstatus/` to `/wp-content/plugins/twitcasting-status/` manually using FTP. This is the mistake from the author who didn't get used to their SVN system. Sorry about that.
     77
    7178= 0.9.0 =
    7279
    73 Just replace the existing files when upgrading.
     80This is initial version.
  • twitcasting-status/trunk/twitcastingstatus.php

    r400194 r400204  
    66Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TYQTWQ7QGN36J
    77Description: Display the online/offline status of your twitcasting.
    8 Version: 0.9.0
     8Version: 0.9.1
    99Author: Katz Ueno
    1010Author URI: http://katzueno.com/
     
    3434    function wp_twitcasting_status () {
    3535        $widget_ops = array(
    36         'description' => 'Displays Twitcasting online status'
     36        'description' => _e('Display Twitcasting online status')
    3737    );
    38     parent::WP_Widget(false, $name = 'Twitcasting Status',$widget_ops);
     38    parent::WP_Widget(false, $name = _e('Twitcasting Status'),$widget_ops);
    3939}
    4040 
Note: See TracChangeset for help on using the changeset viewer.