File tree Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Expand file tree Collapse file tree 3 files changed +9
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
** Tested up to:** 4.1.1
9
9
10
- ** Stable tag:** 1.2.4
10
+ ** Stable tag:** 1.2.5
11
11
12
12
** License:** GPLv2 or later
13
13
@@ -59,6 +59,9 @@ To remove default title you can use
59
59
60
60
## Changelog ##
61
61
62
+ ### 1.2.4 ###
63
+ * Update spoiled content formatting method
64
+
62
65
### 1.2.4 ###
63
66
* Add WP_DEBUG mode
64
67
* Fix incorrect paragraph tags inside the spoiler
Original file line number Diff line number Diff line change 3
3
Plugin Name: Inline Spoilers
4
4
Plugin URI: https://wordpress.org/plugins/inline-spoilers/
5
5
Description: The plugin allows to create content spoilers with simple shortcode.
6
- Version: 1.2.4
6
+ Version: 1.2.5
7
7
Author: Sergey Kuzmich
8
8
Author URI: http://kuzmi.ch
9
9
Text Domain: inline-spoilers
Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ Contributors: sergeykuzmich
3
3
Tags: shortcode, spoiler
4
4
Requires at least: 3.9.1
5
5
Tested up to: 4.1.1
6
- Stable tag: 1.2.4
6
+ Stable tag: 1.2.5
7
7
License: GPLv2 or later
8
8
License URI: http://www.gnu.org/licenses/gpl-2.0.html
9
9
@@ -40,6 +40,9 @@ To remove default title you can use
40
40
41
41
== Changelog ==
42
42
43
+ = 1.2.4 =
44
+ * Update spoiled content formatting method
45
+
43
46
= 1.2.4 =
44
47
* Add WP_DEBUG mode
45
48
* Fix incorrect paragraph tags inside the spoiler
You can’t perform that action at this time.
0 commit comments