for bugfix release 2.0.2

git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2408438 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
pewgeuges 2020-10-28 15:58:58 +00:00
parent 4f19dfa202
commit 82cc73440e
4 changed files with 52 additions and 26 deletions

View file

@ -8,13 +8,13 @@
*/
/*
* Revised on the basis of version 1.6.5 (v1.6.6 unchanged).
* Last modified: 2020-10-28T0301+0100
* Last modified: 2020-10-28T1452+0100
*/
/* Footnotes */
/* footnotes */
.footnote_tag_styling, .footnote_tag_styling:hover {
.footnote_tag_styling,
.footnote_tag_styling:hover {
text-decoration: none;
font-weight: normal;
}
@ -34,6 +34,12 @@
cursor: pointer;
z-index: 1;
}
.footnote_plugin_tooltip_text a {
text-decoration: none;
}
.footnote_plugin_tooltip_text a:hover {
text-decoration: underline;
}
/* tooltip infobox content */
@ -45,15 +51,10 @@ span.footnote_tooltip {
.continue {
font-style: italic;
color: green;
text-decoration: underline;
}
.continue:hover {
color: blue;
}
@media print {
.footnote_tooltip {
display: none;
}
text-decoration: underline;
}
/* reference container label */
@ -107,18 +108,40 @@ span.footnote_tooltip {
vertical-align: top;
}
/* text */
.footnote_plugin_text {
width: 90%;
}
.footnote_plugin_text a {
color: inherit;
}
/* index */
.footnote_plugin_index {
padding-right: 5px;
min-width: 50px;
cursor: pointer;
color: inherit;
}
.footnote_plugin_index a {
text-decoration: none;
}
.footnote_plugin_index a:hover {
text-decoration: underline;
}
/* text */
.footnote_plugin_text {
width: 90%;
}
.footnote_plugin_text a {
text-decoration: none;
}
.footnote_plugin_text a:hover {
text-decoration: underline;
}
/* printing style */
@media print {
.footnote_tooltip {
display: none;
}
.footnote_plugin_tooltip_text a {
color: inherit;
}
.footnote_plugin_index a {
color: inherit;
}
}

View file

@ -1,16 +1,16 @@
<?php
/*
Plugin Name: footnotes
Plugin URI: http://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.
Author: Mark Cheret
Version: 2.0.1
Version: 2.0.2
Author URI: http://cheret.de/plugins/footnotes-2/
Text Domain: footnotes
Domain Path: /languages
*/
/*
Copyright 2020 Mark Cheret (email : mark@cheret.de)
Copyright 2020 Mark Cheret (email: mark@cheret.de)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 3, as
@ -25,8 +25,7 @@
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/
// Forked on GitHub by @pewgeuges
// Last modified: 2020-10-26T1913+0100
// Last modified: 2020-10-28T1643+0100
/**
* @filesource
* @author Stefan Herndler

View file

@ -4,7 +4,7 @@ Tags: footnote, footnotes, bibliography, formatting, notes, Post, posts, referen
Requires at least: 3.9
Tested up to: 5.5
Requires PHP: 5.6
Stable Tag: 2.0.1
Stable Tag: 2.0.2
License: GPLv3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
@ -80,6 +80,10 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest**
== Changelog ==
= 2.0.2 =
Bugfix: Dashboard: Available CSS selectors, last item display
Bugfix: Footnote anchor and ID color to default on screen, to inherit in print
= 2.0.1 =
- Bugfix: Restored expand/collapse button of reference container
- Bugfix: Fixed public.css

View file

@ -21,7 +21,7 @@
</tr>
<tr>
<td>&nbsp;</td>
<td><strong>[[label-class-5]]</strong><br/><em>[[class-5]]</em></td>
<td><strong>[[label-class-4]]</strong><br/><em>[[class-4]]</em></td>
</tr>
</tbody>
</table>