=== Simple Spoiler ===
Author: Webliberty
Contributors: Webliberty
Tags: spoiler
Requires at least: 4.6
Tested up to: 6.8
Requires PHP: 7.0
Stable tag: 1.5
License: GPL v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html

The plugin allows to create simple spoilers with shortcode.

== Description ==

Use spoilers to hide some content on the page using shortcode. On the settings page, you can specify the color of the spoiler.

== How to use ==

Example: `[spoiler]Spoiler content[/spoiler]`

Example: `[spoiler title="Show spoiler"]Spoiler content[/spoiler]`

== Installation ==

1. Upload folder `simple-spoiler` to the `/wp-content/plugins/` directory;
1. Activate the plugin through the 'Plugins' menu in WordPress;
1. Place shortcode in your content.

== Translations ==

You can translate Simple Spoiler on [__translate.wordpress.org__](https://translate.wordpress.org/projects/wp-plugins/simple-spoiler).

== Frequently Asked Questions ==

= How do I can customize design of the spoiler? =

To change color layout of a spoiler, please, go to options page.

== Screenshots ==

1. Manage color settings
2. Use of shortcodes in HTML editor
3. Preview spoilers in page content

== Changelog ==

= 1.5 =
* Fixed Cross Site Scripting (XSS) vulnerability.
* Improved code performance and security.

= 1.4 =
* Fixed Unauthenticated Arbitrary Shortcode Execution vulnerability in comments.

= 1.3 =
* Fixed Cross Site Scripting (XSS) vulnerability.

= 1.2 =
* Added support spoiler shortcode for comments.
* Added settings for change spoiler border color.

= 1.1 =
* Fix undefined constant 'title'.

= 1.0 =
* Initial release.

== Upgrade Notice ==

= 1.5 =
* Fixed Cross Site Scripting (XSS) vulnerability.
* Improved code performance and security.

= 1.4 =
* Fixed Unauthenticated Arbitrary Shortcode Execution vulnerability in comments.

= 1.3 =
* Fixed Cross Site Scripting (XSS) vulnerability.

= 1.2 =
Tested up to WordPress 5.0. Color settings improvements.