=== Quick and Easy Testimonials ===
Contributors: inspirythemes, saqibsarwar
Tags: testimonials, testimonials list, reviews, filtered testimonials
Requires at least: 4.6
Tested up to: 5.2.2
Stable tag: 1.0.6
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

This plugin provides a quick and easy way to add testimonials to your site.

== Description ==

This plugin provides a quick and easy way to add testimonials to your site.

### Features

* Easily add testimonial using custom post type ( This post type is not public to avoid detail page URLs mess ).
* Display Testimonials in simple and center aligned style.
* Testimonials text and links styles are inherited from currently active theme.
* Translation Ready and comes with related pot and po files.
* Works fine with RTL (Right to Left) languages as styles are center aligned. ( No special styles are included for RTL )
* Compatible with Visual Composer Plugin

### Documentation

* Display all testimonials. Shortcode `[testimonials]`
* Display specific number of testimonials. Shortcode `[testimonials count="3"]`
* Display only testimonials related to a category. Shortcode `[testimonials filter="category-slug"]`
* Display single testimonial. Shortcode `[testimonials id="123"]`

### Github

- [GitHub Repository](https://github.com/InspiryThemes/quick-and-easy-testimonials)

== Installation ==

1. Unzip the downloaded package
1. Upload `quick-and-easy-testimonials` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress

== Frequently Asked Questions ==

== Screenshots ==
1. Add Testimonial
1. List of testimonials on front end

== Changelog ==

= 1.0.6 =
* Tested for WordPress 5.2.2

= 1.0.5 =
* Tested for WordPress 4.9.8

= 1.0.4 =
* Tested for WordPress 4.7.2
* Updated translation files.
* Improved styles for twentyseventeen theme

= 1.0.3 =
* Tested for WordPress 4.4

= 1.0.2 =
* Tested for WordPress 4.3
* Removed Google schema related tags

= 1.0.1 =
* Added Visual Composer Plugin Compatibility

= 1.0.0 =
* Initial Release