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');
|
||||
}
|
||||
}
|
||||
|
|
Reference in a new issue