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.txt
101 lines (72 loc) · 2.49 KB
/
readme.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
=== Inline Spoilers ===
Contributors: sergeykuzmich, gadswan, iCON
Donate link: https://www.buymeacoffee.com/sergeykuzmich
Tags: shortcode, spoiler
Requires at least: 3.9.1
Tested up to: 5.2
Requires PHP: 5.6
Stable tag: 1.4.1.1
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
The plugin allows to create content spoilers with simple shortcode.
== Description ==
The plugin allows to create content spoilers with simple shortcode.
`
[spoiler title="Expand Me"]Spoiler content[/spoiler]
`
== Installation ==
1. Insall via WordPress Dashboard or upload `inline-spoiler.zip`;
2. Activate the plugin through the 'Plugins' menu in WordPress;
3. Use shortcode in your content;
== Frequently Asked Questions ==
= How can I customize design of the spoiler? =
To change layout of a spoiler, please, edit `styles/inline-spoilers-styles.css` file.
== Screenshots ==
1. Guttenberg block
2. Spoiler shortcode `[spoiler][/spoiler]`
3. Collapsed spoiler
4. Expanded spoiler
== Changelog ==
= 1.4.1.1 (mod) =
* Backport v1.2.6.1 fixes to current version
= 1.4.1 =
* Fix https://wordpress.org/support/topic/fatal-error-when-activating-the-plugin-10/
= 1.4.0 =
* Introduce Guttenberg block to create spoilers (special thanks to [Sergey Zaytsev](https://www.linkedin.com/in/sergey-zaytsev-b50857b0/) for doing most of things)
= 1.3.8 =
* Allow empty spoiler title by default
= 1.3.7 =
* Refactor deployment strategy to support multiply revisions for the same plugin version
= 1.3.3 =
* Fix https://wordpress.org/support/topic/notice-undefined-variable-extra-in-wp-content-plugins-inline-spoilers-inlin/
= 1.3.2 =
* Compatibility up to Wordpress 4.9.8
= 1.3.1 =
* Always show spoiler contents while javascript is disabled
= 1.2.8 =
* Setup automated deployment with TravisCI
= 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 =
* Balance content html tags
= 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 =
* Release the plugin