Unreleased urgent bugfix v2.6.2 with Stable Tag 2.6.0.
Needed for https://wordpress.org/support/topic/problem-with-footnotes-in-excerpts-of-the-blog-page/ = 2.6.2 = - Bugfix: Excerpts: debug the 'No' option by generating excerpts from scratch without footnotes, thanks to @nikelaos @markcheret @martinneumannat bug reports. - Bugfix: Tooltips: Continue reading: debug link for AMP compatibility mode. git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2504730 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
258e3c6070
commit
a6a1a67b00
4 changed files with 232 additions and 157 deletions
|
@ -4,8 +4,8 @@
|
|||
* 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
|
||||
* Package V.: 2.6.1
|
||||
* Version: 2.6.1
|
||||
* Package V.: 2.6.2
|
||||
* Version: 2.6.2
|
||||
* CAUTION: THIS V. FIELD IS PARSED FOR UPDATE CONFIGURATION.
|
||||
* Author URI: https://cheret.org/footnotes/
|
||||
* Text Domain: footnotes
|
||||
|
@ -21,9 +21,9 @@
|
|||
* @since 2.1.4
|
||||
* @since 2.5.3 (Hungarian)
|
||||
* @var str
|
||||
* @lastmodified 2021-03-27T0647+0100
|
||||
* @lastmodified 2021-03-28T1430+0200
|
||||
*/
|
||||
define( 'C_STR_PACKAGE_VERSION', '2.6.1' );
|
||||
define( 'C_STR_PACKAGE_VERSION', '2.6.2' );
|
||||
/**
|
||||
* Enables toggling the stylesheet enqueuing mode from production (true) to development (false).
|
||||
* @see Full docblock below next.
|
||||
|
|
Reference in a new issue