BUGFIX release v2.0.7

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2413896 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
pewgeuges 2020-11-06 13:01:07 +00:00
parent 0fb5e205c3
commit e33038a48c
6 changed files with 40 additions and 43 deletions

View file

@ -4,7 +4,7 @@ Tags: footnote, footnotes, bibliography, formatting, notes, Post, posts, referen
Requires at least: 3.9
Tested up to: 5.5
Requires PHP: 5.6
Stable Tag: 2.0.4
Stable Tag: 2.0.7
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@ -80,9 +80,10 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest**
== Changelog ==
= 2.0.7d0 =
= 2.0.7 =
- BUGFIX: Disabled hook "the_post" **Any related code in the plugin shall disappear next**
- Update: Added backwards compatible support for legacy arrow and index placeholders in template
- Update: Set all hooks defaults back to legacy as in titles, footnotes are functionally pointless
- Update: Settings defaults adjusted for better and more up-to-date tooltip layout
= 2.0.6 =
- Update: Autoload / infinite scroll support thanks to @docteurfitness <https://wordpress.org/support/topic/auto-load-post-compatibility-update/>
@ -95,7 +96,6 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest**
- Bugfix: UI: Reference container: Collapse button fully clickable, not sign only
- Bugfix: UI: Reference container: Collapse button 'collapse' with minus sign not hyphen-minus
- Update: UX: Tooltip: set display predelay to 0 for responsiveness (was 800 since 2.0.0, 400 before)
- BUGFIX: Priority level back to PHP_INT_MAX (ref container positioning not this plugins responsibility)
= 2.0.5 =
- Bugfix: Get references container close to content, not below all other features, by priority level 10