This very urgent bugfix release contains just one added line of code, fixing the footnotes duplication bug.
= 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. This release cannot be delayed as it responds to a user request with [bug report on the Forum](https://wordpress.org/support/topic/footnote-duplicated-in-the-widget/). Fast-tracking emergency releases as per instructions received and previous agreement. git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2482506 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
c6ca03a4c7
commit
92365f1176
3 changed files with 41 additions and 18 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.6
|
||||
Version: 2.5.7
|
||||
Author URI: http://cheret.de/plugins/footnotes-2/
|
||||
Text Domain: footnotes
|
||||
Domain Path: /languages
|
||||
|
@ -18,10 +18,9 @@
|
|||
* @since 2.1.4
|
||||
* @since 2.5.3 (Hungarian)
|
||||
* @var str
|
||||
* @lastmodified 2021-02-20T1911+0100
|
||||
* @committer @pewgeuges
|
||||
* @lastmodified 2021-02-27T0227+0100
|
||||
*/
|
||||
define( 'C_STR_FOOTNOTES_VERSION', '2.5.6' );
|
||||
define( 'C_STR_FOOTNOTES_VERSION', '2.5.7' );
|
||||
|
||||
/*
|
||||
LICENSE NOTICE
|
||||
|
|
Reference in a new issue