PluginProbe
Easy Footnotes / 1.0.12
Easy Footnotes v1.0.12
trunk 1.0.1 1.0.10 1.0.11 1.0.12 1.0.13 1.0.14 1.0.15 1.0.16 1.0.2 1.0.3 1.0.4 1.0.5 1.0.6 1.0.7 1.0.8 1.0.9 1.1.0 1.1.1 1.1.10 1.1.11 1.1.12 1.1.13 1.1.14 1.1.2 All 32 releases
← All changes | readme.txt +20 -2 1.0.9 → 1.0.12 View file →
@@ -2,10 +2,10 @@
2 2 Contributors: yingling017
3 3 Donate link: http://jasonyingling.me
4 4 Tags: footnotes, read, blogging, hover, tooltips, editing, endnotes, Formatting, writing, bibliography, notes, reference
5 5 Requires at least: 3.0.1
6 -Tested up to: 4.7.1
7 -Stable tag: 1.0.9
6 +Tested up to: 4.9.1
7 +Stable tag: 1.0.12
8 8 License: GPLv2 or later
9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html
10 10
11 11 Easy Footnotes let's you quickly and easily add footnotes throughout your WordPress posts using a simple shortcode in the text editor.
@@ -57,8 +57,17 @@
57 57 2. Several footnotes (feetnote?) at the bottom of the post.
58 58
59 59 == Changelog ==
60 60
61 += 1.0.12 =
62 +* Changing how footnotes are numbered to avoid duplicates caused by `the_content` filtering being applied earlier in themes.
63 +
64 += 1.0.11 =
65 +* Fixed bug to prevent tooltips from opening off the screen
66 +
67 += 1.0.10 =
68 +* Added in extra sanitization for user inputs within admin
69 +
61 70 = 1.0.9 =
62 71 * Fixed issue causing notice of undefined index on admin screen. Adjustment to how footnote's handle html special chars.
63 72
64 73 = 1.0.8 =
@@ -118,4 +127,13 @@
118 127 Improved footnote usability on touch devices.
119 128
120 129 = 1.0.9 =
121 130 Fixed issue causing notice of undefined index on admin screen. Adjustment to how footnote's handle html special chars.
131 +
132 += 1.0.10 =
133 +Sanitizing inputs
134 +
135 += 1.0.11 =
136 +Fixed bug to prevent tooltips from opening off the screen
137 +
138 += 1.0.12 =
139 +Changing how footnotes are numbered to avoid duplicates caused by `the_content` filtering being applied earlier in themes.