From 29dff8cfade85dd5c8fbb0d78c39573cc02cb791 Mon Sep 17 00:00:00 2001 From: Mark Cheret Date: Thu, 15 Apr 2021 23:51:29 +0200 Subject: [PATCH 1/4] closes #99 closes #81 --- css/dev-common.css | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/css/dev-common.css b/css/dev-common.css index 881d2cf..015f6f2 100644 --- a/css/dev-common.css +++ b/css/dev-common.css @@ -276,14 +276,11 @@ Classes: box-sizing: border-box; } -.collapsed { +.footnotes_reference_container .collapsed, +.footnote_reference_container_collapse_button.collapsed { display: none; } -.unfolded { - display: inline; -} - /** * Reference container label. * From 641d7d89630810179bf4b3a757843b5cb5c1da91 Mon Sep 17 00:00:00 2001 From: Mark Cheret Date: Fri, 16 Apr 2021 00:52:30 +0200 Subject: [PATCH 2/4] Update footnotes.php --- footnotes.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/footnotes.php b/footnotes.php index c27d24d..a30e18d 100755 --- a/footnotes.php +++ b/footnotes.php @@ -4,7 +4,7 @@ * 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.7.0 + * Version: 2.7.1 * Author URI: https://cheret.org/footnotes/ * Text Domain: footnotes * Domain Path: /languages @@ -24,7 +24,7 @@ * @var str * @lastmodified 2021-04-14T2351+0200 */ -define( 'C_STR_FOOTNOTES_VERSION', '2.7.0' ); +define( 'C_STR_FOOTNOTES_VERSION', '2.7.1' ); /** * Defines the current environment ('development' or 'production'). From f412774656b23a7229c291bcd971ee8dddd472a8 Mon Sep 17 00:00:00 2001 From: Mark Cheret Date: Fri, 16 Apr 2021 00:54:28 +0200 Subject: [PATCH 3/4] Update readme.txt --- readme.txt | 3 +++ 1 file changed, 3 insertions(+) diff --git a/readme.txt b/readme.txt index ca6873d..8583083 100644 --- a/readme.txt +++ b/readme.txt @@ -77,6 +77,9 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest** == Changelog == += 2.7.1 = + - Bugfix: Stylesheets: higher specificity, thanks to @cybermrmotte bug report. Fixing Hueman Theme compatibility + = 2.7.0 = - Adding: Reference container: optionally per section by shortcode, thanks to @grflukas issue report. - Bugfix: Excerpts: make excerpt handling backward compatible, thanks to @mfessler bug report. From fcd350fe72ed4c4600ab8794597fd53f4811ba51 Mon Sep 17 00:00:00 2001 From: Rumperuu Date: Fri, 16 Apr 2021 01:01:55 +0100 Subject: [PATCH 4/4] fix: minor tweaks --- footnotes.php | 1 - readme.txt | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/footnotes.php b/footnotes.php index a30e18d..dbb5976 100755 --- a/footnotes.php +++ b/footnotes.php @@ -22,7 +22,6 @@ * @since 2.1.4 * @since 2.5.3 (Hungarian) * @var str - * @lastmodified 2021-04-14T2351+0200 */ define( 'C_STR_FOOTNOTES_VERSION', '2.7.1' ); diff --git a/readme.txt b/readme.txt index 8583083..9ee130e 100644 --- a/readme.txt +++ b/readme.txt @@ -78,7 +78,7 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest** == Changelog == = 2.7.1 = - - Bugfix: Stylesheets: higher specificity, thanks to @cybermrmotte bug report. Fixing Hueman Theme compatibility +- Bugfix: Stylesheets: higher specificity, thanks to @cybermrmotte bug report. = 2.7.0 = - Adding: Reference container: optionally per section by shortcode, thanks to @grflukas issue report.