diff --git a/class/init.php b/class/init.php index 1fb7c75..cd8242c 100644 --- a/class/init.php +++ b/class/init.php @@ -12,7 +12,7 @@ * Edited for v2.0.3: Added style sheet versioning 2020-10-29T1413+0100 * Edited for v2.0.4: Added jQuery UI from WordPress 2020-11-01T1902+0100 * - * Last modified: 2020-11-05T0239+0100 + * Last modified: 2020-11-05T0638+0100 */ @@ -126,6 +126,6 @@ class MCI_Footnotes { wp_enqueue_script('mci-footnotes-js-jquery-tools', plugins_url('../js/jquery.tools.min.js', __FILE__)); // IMPORTANT: up-to-date plugin version number for cache busting. - wp_enqueue_style('mci-footnotes-css-public', plugins_url('../css/public.css', __FILE__), '', '2.0.5rc0'); + wp_enqueue_style('mci-footnotes-css-public', plugins_url('../css/public.css', __FILE__), '', '2.0.5rc1'); } } diff --git a/readme.txt b/readme.txt index 7db09fc..2a07fa2 100755 --- a/readme.txt +++ b/readme.txt @@ -10,6 +10,8 @@ License URI: http://www.gnu.org/licenses/gpl-3.0.html == Description == +**footnotes** is now continually improved. Please feel free to check our current release candidate v2.0.5rc1, available at the bottom of the [Advanced view](https://wordpress.org/plugins/footnotes/advanced/). + Featured on wpmudev: http://premium.wpmudev.org/blog/12-surprisingly-useful-wordpress-plugins-you-dont-know-about/ Cheers for the review, folks! @@ -80,7 +82,7 @@ Visit this swift write-up from a **footnotes** user by the name of **Southwest** == Changelog == -= 2.0.5rc0 = += 2.0.5rc1 = - Update: Autoload / infinite scroll support added thanks to @docteurfitness - Bugfix: Settings style sheet unenqueued to fix input boxes on public pages (enqueued for 2.0.4) - Bugfix: Public style sheet: Footnote referrers: deleted vertical align tweaks for cross-theme and user agent compatibility diff --git a/templates/public/reference-container.html b/templates/public/reference-container.html index d0910fd..e2f6f3a 100644 --- a/templates/public/reference-container.html +++ b/templates/public/reference-container.html @@ -43,9 +43,9 @@ var l_obj_Target = jQuery('#' + p_str_TargetID); if (l_obj_Target.length) { jQuery('html, body').animate({ - scrollTop: l_obj_Target.offset().top - window.innerHeight * 0.50 + scrollTop: l_obj_Target.offset().top - window.innerHeight * 0.20 }, - 870);/*speed*/ + 380);/*speed*/ } }