developer version 2.0.9d0 (delta 0) in response to user request
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2414450 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
89e6d9e9d7
commit
b57b80f123
8 changed files with 58 additions and 32 deletions
|
@ -2,17 +2,20 @@
|
|||
/**
|
||||
* Includes the main Class of the Plugin.
|
||||
*
|
||||
* IMPORTANT: In registerPublic(), keep plugin version # up to date for cache busting.
|
||||
* ***********************************************************************************************
|
||||
* IMPORTANT: In registerPublic() line 134: keep plugin version # up to date for cache busting. *
|
||||
* ***********************************************************************************************
|
||||
*
|
||||
* @filesource
|
||||
* @author Stefan Herndler
|
||||
* @since 1.5.0 12.09.14 10:56
|
||||
*
|
||||
* Edited for v1.6.5: Replaced deprecated function create_function()
|
||||
* Edited for v2.0.0: Added jQueryUI from CDN 2020-10-26T1907+0100
|
||||
* 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-06T1511+0100
|
||||
* Continual update of version number.
|
||||
*/
|
||||
|
||||
|
||||
|
@ -130,7 +133,7 @@ class MCI_Footnotes {
|
|||
'mci-footnotes-css-public',
|
||||
plugins_url('../css/public.css', __FILE__),
|
||||
'',
|
||||
'2.0.8'
|
||||
'2.0.9d0'
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue