diff --git a/class/dashboard/subpage-main.php b/class/dashboard/subpage-main.php index d0c73ea..a2414bc 100644 --- a/class/dashboard/subpage-main.php +++ b/class/dashboard/subpage-main.php @@ -14,7 +14,7 @@ * 2.2.0 slight UI reordering 2020-12-09T1114+0100 * 2.2.0 option to disable URL line wrapping 2020-12-09T1604+0100 * - * Last modified: 2020-12-09T1604+0100 + * Last modified: 2020-12-09T1716+0100 */ /** @@ -69,8 +69,7 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_LayoutEngine { $l_arr_Tabs = array(); $l_arr_Tabs[] = $this->addSection("settings", __("Settings", MCI_Footnotes_Config::C_STR_PLUGIN_NAME), 0, true); $l_arr_Tabs[] = $this->addSection("expert", __("Priority", MCI_Footnotes_Config::C_STR_PLUGIN_NAME), 2, true); - $l_arr_Tabs[] = $this->addSection("referrers", __("Referrers", MCI_Footnotes_Config::C_STR_PLUGIN_NAME), 1, true); - $l_arr_Tabs[] = $this->addSection("customize", __("Custom CSS", MCI_Footnotes_Config::C_STR_PLUGIN_NAME), 1, true); + $l_arr_Tabs[] = $this->addSection("customize", __("Configure", MCI_Footnotes_Config::C_STR_PLUGIN_NAME), 1, true); $l_arr_Tabs[] = $this->addSection("how-to", __("How to", MCI_Footnotes_Config::C_STR_PLUGIN_NAME), null, false); return $l_arr_Tabs; } @@ -99,8 +98,8 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_LayoutEngine { // The HyperlinkArrow meta box ceased for 2.0.0 // The HyperlinkArrow meta box was restored for 2.0.4 to meet user demand for arrow symbol semantics // The HyperlinkArrow meta box ceased for 2.1.4 as its content is moved to Settings > Reference container > Display a backlink symbol - $this->addMetaBox("referrers", "superscript", __("Referrer typesetting", MCI_Footnotes_Config::C_STR_PLUGIN_NAME), "Superscript"), - $this->addMetaBox("referrers", "mouse-over-box", __("Mouse-over box", MCI_Footnotes_Config::C_STR_PLUGIN_NAME), "MouseOverBox"), + $this->addMetaBox("customize", "superscript", __("Referrer typesetting", MCI_Footnotes_Config::C_STR_PLUGIN_NAME), "Superscript"), + $this->addMetaBox("customize", "mouse-over-box", __("Mouse-over box", MCI_Footnotes_Config::C_STR_PLUGIN_NAME), "MouseOverBox"), $this->addMetaBox("customize", "custom-css", __("Custom CSS", MCI_Footnotes_Config::C_STR_PLUGIN_NAME), "CustomCSS"), diff --git a/css/public.css b/css/public.css index 39ca858..ef0d16d 100755 --- a/css/public.css +++ b/css/public.css @@ -5,9 +5,9 @@ * Created-Time: 16:21 * Since: 1.0 * - * Version: 2.2.0d3 + * Version: 2.2.0d4 * - * Last modified: 2020-12-09T1615+0100 + * Last modified: 2020-12-09T1717+0100 */ diff --git a/css/settings.css b/css/settings.css index 618042d..2a1e9ac 100755 --- a/css/settings.css +++ b/css/settings.css @@ -5,9 +5,9 @@ * Created-Time: 16:21 * Since: 1.0 * - * Version: 2.2.0d3 + * Version: 2.2.0d4 * - * Last modified: 2020-12-09T1615+0100 + * Last modified: 2020-12-09T1717+0100 */ diff --git a/footnotes.php b/footnotes.php index 2c3ec32..9e59294 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.0d3 + Version: 2.2.0d4 Author URI: http://cheret.de/plugins/footnotes-2/ Text Domain: footnotes Domain Path: /languages */ -define( 'FOOTNOTES_VERSION', '2.2.0d3' ); +define( 'FOOTNOTES_VERSION', '2.2.0d4' ); /* Copyright 2020 Mark Cheret (email: mark@cheret.de) diff --git a/readme.txt b/readme.txt index 3b83606..6eb62ba 100755 --- a/readme.txt +++ b/readme.txt @@ -80,7 +80,8 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest** == Changelog == -= 2.2.0d3 = += 2.2.0d4 = +- Bugfix: Dashboard: fix settings bug by canceling new tab for CSS - Bugfix: add option to disable URL line wrapping added for Unicode non conformant browsers - Update: Dashboard: reorder tabs, move CSS to extra tab, update tab labels - Bugfix: Dashboard: fix punctuation-related localization issue by including colon in labels