Re-standardise codebase to WP Coding Standards (this time without the line ending changes)
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2483354 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
05d316ae15
commit
8a859b61f7
30 changed files with 1974 additions and 1979 deletions
24
readme.txt
24
readme.txt
|
@ -1,10 +1,10 @@
|
|||
=== footnotes ===
|
||||
Contributors: mark.cheret, lolzim, dartiss, docteurfitness, felipelavinz, martinneumannat, matkus2, meglio, misfist, rumperuu, spaceling, vonpiernik, pewgeuges
|
||||
Contributors: mark.cheret, lolzim, rumperuu, aricura, misfist, ericakfranz, dartiss, docteurfitness, felipelavinz, martinneumannat, matkus2, meglio, 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.5
|
||||
Stable Tag: 2.5.9d1
|
||||
License: GPLv3 or later
|
||||
License URI: http://www.gnu.org/licenses/gpl-3.0.html
|
||||
|
||||
|
@ -77,10 +77,24 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest**
|
|||
|
||||
== Changelog ==
|
||||
|
||||
= 2.5.9 =
|
||||
- Bugfix: Dashboard: unescape quotation marks in Custom CSS text area and input boxes, thanks to @rumperuu code contribution.
|
||||
- Update: Codebase: compliance to WordPress coding standards, thanks to @rumperuu code contribution.
|
||||
- Adding: Documentation: additional readme in markdown format for use with GitHub, thanks to @rumperuu code contribution.
|
||||
- Adding: Documentation: help and support for individual contributors through Contributing Guidelines, thanks to @rumperuu code contribution.
|
||||
- Adding: Development: pre-commit hook for WordPress projects, modified from @bjornjohansen, thanks to @rumperuu code contribution.
|
||||
|
||||
= 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 / update the plugin’s welcome page on WordPress.org.
|
||||
- Update: Documentation: slightly revise or 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.
|
||||
|
@ -326,7 +340,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: GDPR: Add jQuery UI from WordPress instead of third party.
|
||||
- Update: Libraries: Load jQuery UI from WordPress, thanks to @check2020de issue report.
|
||||
- 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.
|
||||
|
@ -366,7 +380,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: No borders around footnotes in the container
|
||||
- Bugfix: Reference container: no borders around footnotes, thanks to @ragonesi bug report.
|
||||
- Bugfix: Mouse-over box display timing
|
||||
- Update: Translations: revised de_AT, de_DE, en_GB, en_US, es_ES
|
||||
|
||||
|
|
Reference in a new issue