corrections for urgent bugfix, this: 2.5.1d2
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2458560 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
f83fb80ab0
commit
22d6367a65
4 changed files with 7 additions and 7 deletions
|
@ -8,7 +8,7 @@
|
||||||
|
|
||||||
/* Version: 2.5.1
|
/* Version: 2.5.1
|
||||||
|
|
||||||
Last modified: 2021-01-18T2124+0100
|
Last modified: 2021-01-18T2228+0100
|
||||||
|
|
||||||
|
|
||||||
Classes recommended for Custom CSS are listed in
|
Classes recommended for Custom CSS are listed in
|
||||||
|
@ -411,10 +411,9 @@ footnotes
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.pointer,
|
||||||
.footnote_index,
|
.footnote_index,
|
||||||
.footnote_backlink,
|
.footnote_backlink {
|
||||||
.footnote_plugin_index.pointer,
|
|
||||||
.footnote_plugin_index_combi.pointer {
|
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -4,12 +4,12 @@
|
||||||
Plugin URI: https://wordpress.org/plugins/footnotes/
|
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.
|
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
|
Author: Mark Cheret
|
||||||
Version: 2.5.1d1
|
Version: 2.5.1d2
|
||||||
Author URI: http://cheret.de/plugins/footnotes-2/
|
Author URI: http://cheret.de/plugins/footnotes-2/
|
||||||
Text Domain: footnotes
|
Text Domain: footnotes
|
||||||
Domain Path: /languages
|
Domain Path: /languages
|
||||||
*/
|
*/
|
||||||
define( 'FOOTNOTES_VERSION', '2.5.1d1' );
|
define( 'FOOTNOTES_VERSION', '2.5.1d2' );
|
||||||
/*
|
/*
|
||||||
Copyright 2020 Mark Cheret (email: mark@cheret.de)
|
Copyright 2020 Mark Cheret (email: mark@cheret.de)
|
||||||
|
|
||||||
|
|
|
@ -82,6 +82,7 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest**
|
||||||
= 2.5.1 =
|
= 2.5.1 =
|
||||||
- Bugfix: Hooks: support for footnotes in Popup Maker popups, thanks to @squatcher bug report
|
- Bugfix: Hooks: support for footnotes in Popup Maker popups, thanks to @squatcher bug report
|
||||||
- Bugfix: Reference container: click on label expands but also collapses, thanks to @ahmadword bug report
|
- Bugfix: Reference container: click on label expands but also collapses, thanks to @ahmadword bug report
|
||||||
|
- Bugfix: Reference container: Label: cursor takes pointer shape, thanks to @ahmadword bug report
|
||||||
- Bugfix: Dashboard: Custom CSS: mention validity of legacy while visible, thanks to @rkupadhya bug report
|
- Bugfix: Dashboard: Custom CSS: mention validity of legacy while visible, thanks to @rkupadhya bug report
|
||||||
- Bugfix: Dashboard: Custom CSS: make class list column formatting effective again
|
- Bugfix: Dashboard: Custom CSS: make class list column formatting effective again
|
||||||
- Update: Readme/documentation: add new contributors in the file header’s Contributors field
|
- Update: Readme/documentation: add new contributors in the file header’s Contributors field
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
class="footnote_container_prepare"
|
class="footnote_container_prepare"
|
||||||
><[[element]]
|
><[[element]]
|
||||||
><span
|
><span
|
||||||
class="footnote_reference_container_label"
|
class="footnote_reference_container_label pointer"
|
||||||
onclick="footnote_expand_collapse_reference_container_[[post_id]]_[[container_id]]();"
|
onclick="footnote_expand_collapse_reference_container_[[post_id]]_[[container_id]]();"
|
||||||
>[[name]]</span
|
>[[name]]</span
|
||||||
><span
|
><span
|
||||||
|
|
Reference in a new issue