=== WP Liveticker ===
Contributors: hughwillfayle
Donate Link: http://dasllama.github.com
Tags: Liveticker, Ticker, News
Requires at least: 3.1
Tested up to: 3.3.1
Stable tag: 0.5
Ajaxified Live-Ticker which can be placed in an arcticle. Uses Custom Post Types, Custom Taxonomies and the shortcode [ticker].
It is available in:
Licensed under CC-BY-SA 3.0
== Installation ==
1. Upload the folder `wp-liveticker` to the `/wp-content/plugins/` directory
2. Activate the plugin through the 'Plugins' menu in WordPress
3. Configure the Ticker with the help in the plugin. See "Settings"
4. Update the Permalinks in Options -> Permalinks and click the submit button. There's no need to change something
== Screenshots ==
1. Settings Page
2. Template Page
3. Edit a tick
4. Article edit with the ticker shortcode
5. Frontend-View with the standard-settings
== Changelog ==
= 0.5.2 =
* Code: Only save tick on publish
* Code: Remove tick if it is setted to draft/trash/delete
= 0.5.1 =
* Code: Fixing sort issue
= 0.5 =
* Code: New Codebase
* Code: Documentation
* Code: Changed settings handling
* Code: Find and Fix the known bugs
* Code: Update Language Packs
* Code: Backward-Compatibility for options
* Feature: Multiple Tickers for a tick
* Feature: Cache System for the posts
* Feature: Some neat jQuery Effects
* Feature: Implement RSS-Button with CSS
* Misc: Update Screenshots
* Misc: Create Tutorials
= 0.2.3 =
* Code: Fixed-Capability-Bug ... my ass -.-
= 0.2.2 =
* Code: Fixed Standard-CSS-Bug
* Code: Fixed Settings-Page-Bug
= 0.2.1 =
* Code: Fixed display bug in shortcode
* Code: Fixed Standard-CSS-Bug
= 0.2 =
* Feature: Made complete Configurable
* Feature: Article Pictures in Posts
* Code: Clean-Ups, Made Codex-Conform
= 0.1 =
* Initial Upload