From c6ca03a4c77a45506921e396ac7b6667fad50aa8 Mon Sep 17 00:00:00 2001 From: pewgeuges <73141620+pewgeuges@users.noreply.github.com> Date: Sat, 20 Feb 2021 18:18:30 +0000 Subject: [PATCH] =?UTF-8?q?Release=20v2.5.6=20as=20there=20seems=20to=20be?= =?UTF-8?q?=20no=20reason=20to=20delay=20this=20urgent=20bugfix.=20=3D=202?= =?UTF-8?q?.5.6=20=3D=20-=20Bugfix:=20Reference=20container:=20optional=20?= =?UTF-8?q?alternative=20expanding=20and=20collapsing=20without=20jQuery?= =?UTF-8?q?=20for=20use=20with=20hard=20links,=20thanks=20to=20@hopper87it?= =?UTF-8?q?=20@pkverma99=20issue=20reports.=20-=20Bugfix:=20Alternative=20?= =?UTF-8?q?tooltips:=20shrink=20width=20to=20short=20content.=20-=20Update?= =?UTF-8?q?:=20Documentation:=20slightly=20revise=20or=20update=20the=20pl?= =?UTF-8?q?ugin=E2=80=99s=20welcome=20page=20on=20WordPress.org.?= 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@2478170 b8457f37-d9ea-0310-8a92-e5e31aec5664 --- footnotes.php | 6 +++--- readme.txt | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/footnotes.php b/footnotes.php index ef4848f..8350721 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.6d4 + Version: 2.5.6 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-20T0438+0100 + * @lastmodified 2021-02-20T1911+0100 * @committer @pewgeuges */ -define( 'C_STR_FOOTNOTES_VERSION', '2.5.6d4' ); +define( 'C_STR_FOOTNOTES_VERSION', '2.5.6' ); /* LICENSE NOTICE diff --git a/readme.txt b/readme.txt index d5ff8ee..13f4a82 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.1 Requires PHP: 5.6 -Stable Tag: 2.5.5 +Stable Tag: 2.5.6 License: GPLv3 or later License URI: http://www.gnu.org/licenses/gpl-3.0.html @@ -80,7 +80,7 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest** = 2.5.6 = - Bugfix: Reference container: optional alternative expanding and collapsing without jQuery for use with hard links, thanks to @hopper87it @pkverma99 issue reports. - Bugfix: Alternative tooltips: shrink width to short content. -- Update: Documentation: slightly revise / update the plugin’s welcome page on WordPress.org. +- Update: Documentation: slightly revise or update the plugin’s welcome page on WordPress.org. = 2.5.5 = - Update: Stylesheets: increase speed and energy efficiency by tailoring stylesheets to the needs of the instance, thanks to @docteurfitness design contribution.