Changeset 440740
- Timestamp:
- 09/20/2011 12:15:23 PM (15 years ago)
- Location:
- simpleticker/trunk
- Files:
-
- 2 edited
-
SimpleTicker.php (modified) (2 diffs)
-
readme.txt (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
simpleticker/trunk/SimpleTicker.php
r438061 r440740 4 4 Plugin URI: http://mbartel.ghulbus.eu/SimpleTicker/ 5 5 Description: Simple news ticker with multiple input possiblities 6 Version: 0. 16 Version: 0.2 7 7 Author: Michael Bartel 8 8 Author URI: http://facebook.com/bartel.michael/ … … 10 10 */ 11 11 12 $simpleTickerVersion = "0. 1";12 $simpleTickerVersion = "0.2"; 13 13 14 14 /* -
simpleticker/trunk/readme.txt
r438046 r440740 8 8 9 9 == Description == 10 A simple ticker plugin for wordpress. It supports multiple tickers. You can define an update interval in minutes in which the client updates it's message list from the server. This update request includes new messages, which have been posted until the last update. You can also specify the amount of messages that the client fades through and the time each message stays on the screen. Each message is stored with an creation timestamp. You can tell the ticker only to show messages not older than a defined number of minutes. 10 A simple ticker plugin for wordpress. It supports multiple tickers. You can define an update interval in minutes in which the client updates it's message list from the server. This update request includes new messages, which have been posted until the last update. You can also specify the amount of messages that the client fades through and the time each message stays on the screen. Each message is stored with an creation timestamp. You can tell the ticker only to show messages not older than a defined number of minutes. If there are no messages to display, then the ticker turns itself invisible. 11 11 12 12 == Copyright == … … 16 16 17 17 == History === 18 Version 0.2 19 - added auto-hide 18 20 Version 0.1 19 21 - first version V3.1
Note: See TracChangeset
for help on using the changeset viewer.