diff --git a/class/task.php b/class/task.php index 132d45c..9b31ee3 100644 --- a/class/task.php +++ b/class/task.php @@ -28,8 +28,9 @@ * 2.1.6 option to disable URL line wrapping 2020-12-09T1606+0100 * 2.1.6 add catch-all exclusion to fix URL line wrapping 2020-12-09T1921+0100 * 2.2.0 support for custom position shortcode for reference container 2020-12-13T2058+0100 + * 2.2.3 custom CSS from new setting in header after legacy 2020-12-15T1128+0100 * - * Last modified: 2020-12-13T2058+0100 + * Last modified: 2020-12-15T1128+0100 */ // If called directly, abort: @@ -260,6 +261,7 @@ class MCI_Footnotes_Task { // set custom CSS to override settings, not conversely: echo MCI_Footnotes_Settings::instance()->get(MCI_Footnotes_Settings::C_STR_CUSTOM_CSS); + echo MCI_Footnotes_Settings::instance()->get(MCI_Footnotes_Settings::C_STR_CUSTOM_CSS_NEW); ?> diff --git a/footnotes.php b/footnotes.php index 66aef7e..12ba89c 100755 --- a/footnotes.php +++ b/footnotes.php @@ -4,12 +4,12 @@ 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.2.2 + Version: 2.2.3 Author URI: http://cheret.de/plugins/footnotes-2/ Text Domain: footnotes Domain Path: /languages */ -define( 'FOOTNOTES_VERSION', '2.2.2' ); +define( 'FOOTNOTES_VERSION', '2.2.3' ); /* Copyright 2020 Mark Cheret (email: mark@cheret.de) diff --git a/readme.txt b/readme.txt index 6872277..c77f81e 100755 --- a/readme.txt +++ b/readme.txt @@ -4,7 +4,7 @@ Tags: footnote, footnotes, bibliography, formatting, notes, Post, posts, referen Requires at least: 3.9 Tested up to: 5.6 Requires PHP: 5.6 -Stable Tag: 2.2.2 +Stable Tag: 2.2.3 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -80,6 +80,9 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest** == Changelog == += 2.2.3 = +- Bugfix: Custom CSS: insert new in header after existing + = 2.2.2 = - Bugfix: Dashboard: Link element setting only under General settings > Reference container - Add: Dashboard: migrate Custom CSS to dedicated new tab, keep legacy until checking a box