Stable release v2.0.8 with both critical changes reverted
git-svn-id: https://plugins.svn.wordpress.org/footnotes/tags/2.0.8@2413937 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
362d9e60c6
commit
8eb55683d0
12 changed files with 164 additions and 75 deletions
39
readme.txt
39
readme.txt
|
@ -4,14 +4,12 @@ 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.8
|
||||
License: GPLv3 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
== Description ==
|
||||
|
||||
**footnotes** is now continually improved. Please feel free to check our current release candidate v2.0.5rc1, available at the bottom of the [Advanced view](https://wordpress.org/plugins/footnotes/advanced/).
|
||||
|
||||
Featured on wpmudev: http://premium.wpmudev.org/blog/12-surprisingly-useful-wordpress-plugins-you-dont-know-about/
|
||||
Cheers for the review, folks!
|
||||
|
||||
|
@ -82,19 +80,34 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest**
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 2.0.5rc1 =
|
||||
- Update: Autoload / infinite scroll support added thanks to @docteurfitness <https://wordpress.org/support/topic/auto-load-post-compatibility-update/>
|
||||
- Bugfix: Settings style sheet unenqueued to fix input boxes on public pages (enqueued for 2.0.4)
|
||||
- Bugfix: Public style sheet: Footnote referrers: deleted vertical align tweaks for cross-theme and user agent compatibility
|
||||
- Bugfix: Public style sheet: Reference container: auto-extending column to fit widest, to fix display with short note texts
|
||||
- Bugfix: Public style sheet: Reference container: IDs: slightly increased left padding
|
||||
= 2.0.8 =
|
||||
- BUGFIX: Priority level back to PHP_INT_MAX (need to get in touch with other plugins)
|
||||
|
||||
= 2.0.7 =
|
||||
- BUGFIX: Disabled hook "the_post" **Any related code in the plugin shall disappear next**
|
||||
- Update: Set priority level back to 10 assuming it is unproblematic
|
||||
- Update: Added backwards compatible support for legacy arrow and index placeholders in template
|
||||
- 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/>
|
||||
- Bugfix: Layout: Footnote referrers: deleted vertical align tweaks for cross-theme and user agent compatibility
|
||||
- Bugfix: Layout: Reference container: fixed line break behavior in footnote # clusters
|
||||
- Bugfix: Layout: Reference container: auto-extending column to fit widest, to fix display with short note texts
|
||||
- Bugfix: Layout: Reference container: IDs: slightly increased left padding
|
||||
- Bugfix: Translations: fixed spelling error and erroneously changed word in en_GB and en_US
|
||||
- Update: Typesetting: discarded the dot after footnote numbers as not localizable (should be optional)
|
||||
- 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 plugin’s responsibility)
|
||||
|
||||
= 2.0.5 =
|
||||
- Bugfix: Get references container close to content, not below all other features, by priority level 10
|
||||
- Bugfix: Public style sheet: Reference container: unset width of text column to fix site issues
|
||||
- Update: Enable all hooks by default to prevent footnotes from seeming broken in post titles
|
||||
- Bugfix: Restore cursor shape pointer over 'Continue reading' button after hyperlink removal
|
||||
- Update: Tooltip infobox: set display predelay to 0 for responsiveness (was 800 since 2.0.0, 400 before)
|
||||
- Bugfix: Reference container: collapse button fully clickable, not sign only
|
||||
- Bugfix: Reference container: collapse button 'collapse' with minus sign not hyphen-minus
|
||||
- Bugfix: Translations: Spelling error in en_GB and en_US
|
||||
- Bugfix: Settings style sheet unenqueued to fix input boxes on public pages (enqueued for 2.0.4)
|
||||
|
||||
= 2.0.4 =
|
||||
- Update: Restored arrow settings to customize or disable the now prepended arrow symbol
|
||||
|
|
Reference in a new issue