This repository has been archived by the owner on Jul 13, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathreadme-old.txt
72 lines (55 loc) · 1.92 KB
/
readme-old.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
=== Inline Spoilers ===
Contributors: sergeykuzmich, iCON
Tags: shortcode, spoiler
Requires at least: 3.9.1
Tested up to: 4.7.2
Stable tag: 1.2.6.1
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
The plugin allows to create content spoilers with simple shortcode. This version works with Infinite Scroll and integrates a few fixes.
== Description ==
`Example: [spoiler title="Expand Me"]Spoiler content[/spoiler]`
== Installation ==
1. Upload folder `inline-spoiler` to the `/wp-content/plugins/` directory;
1. Activate the plugin through the 'Plugins' menu in WordPress;
1. Place shortcode (*Example:* `[spoiler title="Expand Me"]Spoiler content[/spoiler]`) in your content;
== Frequently Asked Questions ==
= How do I can customize design of the spoiler? =
To change layout of a spoiler, please, edit `styles/inline-spoilers-styles.css` file.
= How to remove text from the title? =
To remove default title you can use
`
[spoiler title=" "]
...
[/spoiler]
`
== Screenshots ==
1. To add a spoilered content to your post/page just put that content between `[spoiler][/spoiler]` shortcode
2. Collapsed spoiler in your post/page
3. Expanded spoiler
== Changelog ==
= 1.2.6.1 (mod) =
* Style fixes
* Load JS & CSS everywhere (workaround for bug)
= 1.2.6 (mod) =
* Modification by iCON from WiiDatabase.de
* Plugin now works with Infinite Scroll
* Fix paragraph tags inside spoiler (for real this time)
* Few style changes to reduce spoiler height
= 1.2.5 =
* Update spoiled content formatting method
= 1.2.4 =
* Add WP_DEBUG mode
* Fix incorrect paragraph tags inside the spoiler
= 1.2.3 =
* JavaScript bug fix
= 1.2.2 =
* Update spoiler default behaviour
= 1.1.2 =
* Update Russian translation
* Add attribute 'initial_state' to define default state of a spoiler `initial_state=(expanded|collapsed)`. Default state is 'collapsed'
* Security updates
= 1.0.2 =
* Update Russian translation
= 1.0.1 =
* Plugin Release