Changeset 807038
- Timestamp:
- 11/19/2013 08:09:50 PM (12 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
r460554 r807038 2 2 /* 3 3 Plugin Name: SimpleTicker 4 Plugin URI: http:// mbartel.ghulbus.eu/SimpleTicker/4 Plugin URI: http://simpleticker.mbartel.de/ 5 5 Description: Simple news ticker with multiple input possiblities 6 Version: 0. 86 Version: 0.9 7 7 Author: Michael Bartel 8 8 Author URI: http://facebook.com/bartel.michael/ … … 11 11 12 12 include 'Template.class.php'; 13 $simpleTickerVersion = "0. 8";13 $simpleTickerVersion = "0.9"; 14 14 15 15 /* -
simpleticker/trunk/readme.txt
r460554 r807038 1 1 === SimpleTicker === 2 2 Contributors: Michael Bartel 3 Donate link: Plugin URI: http:// mbartel.ghubus.eu/SimpleTicker/3 Donate link: Plugin URI: http://simpleticker.mbartel.de/ 4 4 Tags: news,ticker,newsticker,textticker,text,fader,scroller,facebook 5 5 Requires at least: 2.6 6 6 Tested up to: 3.2.1 7 Stable tag: 0. 87 Stable tag: 0.9 8 8 9 9 == Description == … … 23 23 == Copyright == 24 24 Wordpress - Plugin "SimpleTicker" 25 (c) 201 1Michael Bartel, MIT/X11-license25 (c) 2013 Michael Bartel, MIT/X11-license 26 26 eMail: Michael.Bartel@gmx.net 27 27 28 28 == History == 29 Version 0.9 30 - Bugfixing 31 29 32 Version 0.8 30 33 - Improvements to the Android App
Note: See TracChangeset
for help on using the changeset viewer.