Changeset 400204
- Timestamp:
- 06/23/2011 04:10:09 AM (15 years ago)
- Location:
- twitcasting-status
- Files:
-
- 5 added
- 2 edited
-
tags/0.9.1 (added)
-
tags/0.9.1/readme.txt (added)
-
tags/0.9.1/screenshot-1.png (added)
-
tags/0.9.1/screenshot-2.png (added)
-
tags/0.9.1/twitcastingstatus.php (added)
-
trunk/readme.txt (modified) (4 diffs)
-
trunk/twitcastingstatus.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
twitcasting-status/trunk/readme.txt
r400194 r400204 10 10 Requires at least: 2.8.0 11 11 Tested up to: 3.1.3 12 Stable tag: 0.9. 012 Stable tag: 0.9.1 13 13 14 Display the online/offline status of your twitcasting.14 Display the online/offline status of your Twitcasting. 15 15 16 16 == Description == … … 25 25 http://katzueno.com/ 26 26 27 I'm looking for your feedback! Please contact me at28 http://katzueno.com/or @katz515 on twitter.27 I'm looking for your feedback! Please contact me via my website 28 or @katz515 on twitter. 29 29 30 30 Plug-in Support Page … … 64 64 == Changelog == 65 65 66 = 0.9.1 = 67 * Fixing the file structure 68 66 69 = 0.9.0 = 67 70 * The initial version. This is in beta but it should work ok. … … 69 72 == Upgrade Notice == 70 73 74 = 0.9.1 = 75 76 If 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 71 78 = 0.9.0 = 72 79 73 Just replace the existing files when upgrading.80 This is initial version. -
twitcasting-status/trunk/twitcastingstatus.php
r400194 r400204 6 6 Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=TYQTWQ7QGN36J 7 7 Description: Display the online/offline status of your twitcasting. 8 Version: 0.9. 08 Version: 0.9.1 9 9 Author: Katz Ueno 10 10 Author URI: http://katzueno.com/ … … 34 34 function wp_twitcasting_status () { 35 35 $widget_ops = array( 36 'description' => 'Displays Twitcasting online status'36 'description' => _e('Display Twitcasting online status') 37 37 ); 38 parent::WP_Widget(false, $name = 'Twitcasting Status',$widget_ops);38 parent::WP_Widget(false, $name = _e('Twitcasting Status'),$widget_ops); 39 39 } 40 40
Note: See TracChangeset
for help on using the changeset viewer.