Backport upcoming bugfix release 2.5.8
Will be released in response to Forum and as agreed. = 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.
This commit is contained in:
parent
8a01584196
commit
ef8050477b
18 changed files with 1582 additions and 1634 deletions
|
@ -4,7 +4,7 @@
|
|||
* Plugin URI: https://wordpress.org/plugins/footnotes/
|
||||
* Description: time to bring footnotes to your website! footnotes are known from offline publishing and everybody takes them for granted when reading a magazine.
|
||||
* Author: Mark Cheret
|
||||
* Version: 2.5.7
|
||||
* Version: 2.5.8
|
||||
* Author URI: http://cheret.de/plugins/footnotes-2/
|
||||
* Text Domain: footnotes
|
||||
* Domain Path: /languages
|
||||
|
@ -19,9 +19,9 @@
|
|||
* @since 2.1.4
|
||||
* @since 2.5.3 (Hungarian)
|
||||
* @var str
|
||||
* @lastmodified 2021-02-23T2304+0100
|
||||
* @lastmodified 2021-02-28T1345+0100
|
||||
*/
|
||||
define( 'C_STR_FOOTNOTES_VERSION', '2.5.6' );
|
||||
define( 'C_STR_FOOTNOTES_VERSION', '2.5.8' );
|
||||
|
||||
/*
|
||||
LICENSE NOTICE
|
||||
|
|
Reference in a new issue