=== Fast News Ticker ===
 
Contributors: eniversepl
Tags: news ticker, news, ticker
Requires at least: 5.8
Tested up to: 6.4.2
Stable tag: 1.1.1
License: GPLv3 or later
License URI: https://www.gnu.org/licenses/gpl-3.0.html
  
This plugin will allow you to place scrolling text.
  
== Description ==
  
Fast News Ticker is a fast and easy to use news ticker plugin. 
All you have to do is add a title, bar content and you're done.
You can also choose the color that suits you. Simplicity is her strength.
There is no other like it.

*Languages*
- English
- Polish by [Wojciech Walęczewski](https://eniverse.pl/)

*Demo*
- [Polski Tenis](https://polski-tenis.pl)
  
== Installation ==
  
1. Upload the plugin folder to your /wp-content/plugins/ folder.
2. Go to the **Plugins** page and activate the plugin.
3. In the theme code, use the code below:
```
<?php echo FastNewsTicker::show(); ?>
```  
== Frequently Asked Questions ==
  
= How do I use this plugin? =
  
Paste the code `<?php echo FastNewsTicker::show(); ?>` to the template file.
  
== Screenshots ==
1. General settings.
2. News Ticker demo.
  
== Changelog ==

= 1.1.1 [20.12.2023] =
* Removed default bold in message bar.

= 1.1 [18.12.2023] =
* Adds WYSIWYG editor.
* Fixed translation.

= 1.0 [11.03.2023] =
* Plugin released. 