stable tag remains 2.0.4, update 2.0.5rc1 for end-user support
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2412945 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
eb0d056e85
commit
362d9e60c6
3 changed files with 7 additions and 5 deletions
|
@ -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');
|
||||
}
|
||||
}
|
||||
|
|
|
@ -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 <https://wordpress.org/support/topic/auto-load-post-compatibility-update/>
|
||||
- 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
|
||||
|
|
|
@ -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*/
|
||||
}
|
||||
}
|
||||
</script>
|
||||
|
|
Reference in a new issue