urgent bugfix release 2.2.6 in response to bug report on forum

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2444735 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
pewgeuges 2020-12-23 03:34:51 +00:00
parent c8f0c0e350
commit f3b2f0e864
8 changed files with 113 additions and 45 deletions

View file

@ -5,14 +5,22 @@
* Created-Time: 16:21
* Since: 1.0
*
* Version: 2.2.5
* Version: 2.2.6
*
* Classes added to public.css may be added to the
* list documenting CSS classes for Custom CSS if
* recommended for general use.
* List in templates/dashboard/customize-css-new.html
*
* Last modified: 2020-12-18T1701+0100
* Edited for 2.0.0
* @since 2.0.1 enforced borderless table cells with !important property, thanks to @ragonesi
* @see <https://wordpress.org/support/topic/box-around-c-references-container/>
* @since 2.1.1 line height 0 for (superscript) referrers, thanks to @cwbayer
* @see <https://wordpress.org/support/topic/footnote-number-in-text-superscript-disrupts-leading/>
* @since 2.1.6 set z-index to maximum 2147483647 to address display issues with overlay content, thanks to @russianicons
* @see <https://wordpress.org/support/topic/counter-styles-not-working/>
*
* Last modified: 2020-12-23T0426+0100
*/
@ -102,6 +110,12 @@ Classes:
font-weight: inherit;
}
/*
tooltips
@since 2.1.6 set z-index to maximum 2147483647 to address display issues with overlay content, thanks to @russianicons
@see <https://wordpress.org/support/topic/counter-styles-not-working/>
*/
.footnote_tooltip {
display: none;
z-index: 2147483647 !important;
@ -264,6 +278,10 @@ table
/*
footnotes
enforced borderless table cells with !important property, thanks to @ragonesi
@since 2.0.1
@see <https://wordpress.org/support/topic/box-around-c-references-container/>
*/
.footnote_plugin_index,
.footnote_plugin_index_combi,

View file

@ -5,9 +5,9 @@
* Created-Time: 16:21
* Since: 1.0
*
* Version: 2.2.5
* Version: 2.2.6
*
* Last modified: 2020-12-18T1629+0100
* Last modified: 2020-12-23T0426+0100
*/