From d0fa3c5f9776079ba615a7b3d71f7e09eb9a64ff Mon Sep 17 00:00:00 2001 From: pewgeuges <73141620+pewgeuges@users.noreply.github.com> Date: Fri, 19 Feb 2021 20:04:11 +0000 Subject: [PATCH] =?UTF-8?q?development=20update=202.5.6d3=20to=20prepare?= =?UTF-8?q?=20the=20newly=20promised=20bugfix=20release=20adding=20a=20ref?= =?UTF-8?q?erence=20container=20template=20not=20using=20jQuery,=20plain?= =?UTF-8?q?=20JS=20instead.=20The=20following=20is=20the=20changelog=20as?= =?UTF-8?q?=20drafted=20for=20this=20release:=20=3D=202.5.6=20=3D=20-=20Bu?= =?UTF-8?q?gfix:=20Reference=20container:=20optional=20alternative=20expan?= =?UTF-8?q?ding=20and=20collapsing=20without=20jQuery=20for=20use=20with?= =?UTF-8?q?=20hard=20links,=20thanks=20to=20@hopper87it=20issue=20report.?= =?UTF-8?q?=20-=20Update:=20Documentation:=20slightly=20revise=20/=20updat?= =?UTF-8?q?e=20the=20plugin=E2=80=99s=20welcome=20page=20on=20WordPress.or?= =?UTF-8?q?g.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2477926 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- class/dashboard/subpage-main.php | 10 +++++----- footnotes.php | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/class/dashboard/subpage-main.php b/class/dashboard/subpage-main.php index fe6fe1f..f4098ad 100644 --- a/class/dashboard/subpage-main.php +++ b/class/dashboard/subpage-main.php @@ -7,7 +7,7 @@ * @since 1.5.0 14.09.14 14:47 * * - * @lastmodified 2021-02-19T2011+0100 + * @lastmodified 2021-02-19T2053+0100 * * @since 2.0.4 restore arrow settings 2020-11-01T0509+0100 * @since 2.1.0 read-on button label 2020-11-08T2148+0100 @@ -239,10 +239,10 @@ class MCI_Footnotes_Layout_Settings extends MCI_Footnotes_LayoutEngine { "js" => __("plain JavaScript", MCI_Footnotes_Config::C_STR_PLUGIN_NAME) ); // options for Yes/No select box: - $l_arr_Enabled = array( - "yes" => __("Yes", MCI_Footnotes_Config::C_STR_PLUGIN_NAME), - "no" => __("No", MCI_Footnotes_Config::C_STR_PLUGIN_NAME) - ); + $l_arr_Enabled = array( + "yes" => __("Yes", MCI_Footnotes_Config::C_STR_PLUGIN_NAME), + "no" => __("No", MCI_Footnotes_Config::C_STR_PLUGIN_NAME) + ); // load template file $l_obj_Template = new MCI_Footnotes_Template(MCI_Footnotes_Template::C_STR_DASHBOARD, "settings-reference-container"); diff --git a/footnotes.php b/footnotes.php index 5ca5292..bfa5ac8 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.5.6d2 + Version: 2.5.6d3 Author URI: http://cheret.de/plugins/footnotes-2/ Text Domain: footnotes Domain Path: /languages @@ -18,10 +18,10 @@ * @since 2.1.4 * @since 2.5.3 (Hungarian) * @var str - * @lastmodified 2021-02-19T2032+0100 + * @lastmodified 2021-02-19T2055+0100 * @committer @pewgeuges */ -define( 'C_STR_FOOTNOTES_VERSION', '2.5.6d2' ); +define( 'C_STR_FOOTNOTES_VERSION', '2.5.6d3' ); /* LICENSE NOTICE