Revert standardise codebase to WP Coding Standards
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2483350 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
6a5fcedac3
commit
05d316ae15
35 changed files with 4120 additions and 4108 deletions
17
readme.txt
17
readme.txt
|
@ -1,10 +1,10 @@
|
|||
=== footnotes ===
|
||||
Contributors: mark.cheret, lolzim, rumperuu, aricura, misfist, ericakfranz, dartiss, docteurfitness, felipelavinz, martinneumannat, matkus2, meglio, spaceling, vonpiernik, pewgeuges
|
||||
Contributors: mark.cheret, lolzim, dartiss, docteurfitness, felipelavinz, martinneumannat, matkus2, meglio, misfist, rumperuu, spaceling, vonpiernik, pewgeuges
|
||||
Tags: footnote, footnotes, bibliography, formatting, notes, Post, posts, reference, referencing
|
||||
Requires at least: 3.9
|
||||
Tested up to: 5.6.1
|
||||
Requires PHP: 5.6
|
||||
Stable Tag: 2.5.9d1
|
||||
Stable Tag: 2.5.5
|
||||
License: GPLv3 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
|
@ -77,17 +77,10 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest**
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 2.5.8 =
|
||||
- Bugfix: Layout: support right-to-left writing direction by replacing remaining CSS values 'left' with 'start', thanks to @arahmanshaalan bug report.
|
||||
- Bugfix: Layout: support right-to-left writing direction by enabling mirrored paddings on HTML dir="rtl" pages, thanks to @arahmanshaalan bug report.
|
||||
|
||||
= 2.5.7 =
|
||||
- Bugfix: Process: fix footnote duplication by emptying the footnotes list every time the search algorithm is run on the content, thanks to @inoruhana bug report.
|
||||
|
||||
= 2.5.6 =
|
||||
- Bugfix: Reference container: optional alternative expanding and collapsing without jQuery for use with hard links, thanks to @hopper87it @pkverma99 issue reports.
|
||||
- Bugfix: Alternative tooltips: shrink width to short content.
|
||||
- Update: Documentation: slightly revise or update the plugin’s welcome page on WordPress.org.
|
||||
- Update: Documentation: slightly revise / update the plugin’s welcome page on WordPress.org.
|
||||
|
||||
= 2.5.5 =
|
||||
- Update: Stylesheets: increase speed and energy efficiency by tailoring stylesheets to the needs of the instance, thanks to @docteurfitness design contribution.
|
||||
|
@ -333,7 +326,7 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest**
|
|||
|
||||
= 2.0.4 =
|
||||
- Update: Restore arrow settings to customize or disable the now prepended arrow symbol.
|
||||
- Update: Libraries: Load jQuery UI from WordPress, thanks to @check2020de issue report.
|
||||
- Update: GDPR: Add jQuery UI from WordPress instead of third party.
|
||||
- Bugfix: Referrers and backlinks: remove hard links to streamline browsing history, thanks to @theroninjedi47 bug report.
|
||||
- Bugfix: Reference container: remove inconvenient left/right cellpadding.
|
||||
- Bugfix: Tooltips: improve layout with inherited font size by lower line height.
|
||||
|
@ -373,7 +366,7 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest**
|
|||
- Bugfix: Debug printed posts and pages
|
||||
- Bugfix: Display of combined identical notes
|
||||
- Update: Adjusted scrolling time and offset
|
||||
- Bugfix: Reference container: no borders around footnotes, thanks to @ragonesi bug report.
|
||||
- Bugfix: No borders around footnotes in the container
|
||||
- Bugfix: Mouse-over box display timing
|
||||
- Update: Translations: revised de_AT, de_DE, en_GB, en_US, es_ES
|
||||
|
||||
|
|
Reference in a new issue