Release urgent bugfix v2.6.5 (Stable Tag 2.6.5).
Also add a temporary tag for another bugfix. = 2.6.5 = - Bugfix: Editor buttons: debug button by reverting name change in PHP file while JS file and HTML template remained unsynced, thanks to @gova bug report. - Bugfix: Hooks: default-disable the_excerpt hook with respect to theme-specific excerpt handling, thanks to @mmallett bug reports. = 2.5.13.1 = - Bugfix: Backlinks: remove the 'event.stopPropagation()' call in scroll-down function. Note: This bug is fixed in mainstream and is here only available temporarily while one known installation keeps using v2.5.13. git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2507205 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
3aa88229e0
commit
e49bb9e257
6 changed files with 57 additions and 20 deletions
|
@ -248,6 +248,14 @@ class MCI_Footnotes_Settings {
|
|||
*
|
||||
* @since 2.1.3
|
||||
* @since 2.6.3 Enable by default after debugging the 'Footnotes in excerpts' setting.
|
||||
*
|
||||
* - Bugfix: Hooks: default-disable the_excerpt hook with respect to theme-specific excerpt handling, thanks to @mmallett bug reports.
|
||||
*
|
||||
* @reporter @mmallett
|
||||
* @link https://wordpress.org/support/topic/broken-662/
|
||||
* @link https://wordpress.org/support/topic/update-crashed-my-website-3/#post-14260969
|
||||
*
|
||||
* @since 2.6.5
|
||||
* @see C_STR_FOOTNOTES_IN_EXCERPT
|
||||
* @var str
|
||||
*/
|
||||
|
@ -1416,7 +1424,7 @@ class MCI_Footnotes_Settings {
|
|||
self::C_STR_EXPERT_LOOKUP_THE_CONTENT => 'checked',
|
||||
self::C_INT_EXPERT_LOOKUP_THE_CONTENT_PRIORITY_LEVEL => 98,
|
||||
|
||||
self::C_STR_EXPERT_LOOKUP_THE_EXCERPT => 'checked',
|
||||
self::C_STR_EXPERT_LOOKUP_THE_EXCERPT => '',
|
||||
self::C_INT_EXPERT_LOOKUP_THE_EXCERPT_PRIORITY_LEVEL => PHP_INT_MAX,
|
||||
|
||||
self::C_STR_EXPERT_LOOKUP_WIDGET_TITLE => '',
|
||||
|
|
Reference in a new issue