development 2.2.0d8 with update readme “Tested up to: 5.6”. Please test UI redesign prior to adding the missing settings
git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@2438063 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
0911777bc1
commit
391cce446a
27 changed files with 858 additions and 636 deletions
|
@ -1,5 +1,8 @@
|
|||
/**
|
||||
* Created by Stefan on 24.05.14.
|
||||
*
|
||||
*
|
||||
* Edit: be careful to maintain version number near EOF 2020-12-11T1225+0100
|
||||
*/
|
||||
|
||||
(function() {
|
||||
|
@ -57,18 +60,20 @@
|
|||
* The current keys are longname, author, authorurl, infourl and version.
|
||||
*
|
||||
* @return {Object} Name/value array containing information about the plugin.
|
||||
*
|
||||
* Edit: needs update the version number manually 2020-12-11T1224+0100
|
||||
*/
|
||||
getInfo : function() {
|
||||
return {
|
||||
longname : 'Inserts the Footnotes short code.',
|
||||
author : 'Mark Cheret',
|
||||
authorurl : 'https://cheret.de',
|
||||
infourl : 'http://wordpress.org/plugins/footnotes/',
|
||||
version : "2.0.0"
|
||||
infourl : 'https://wordpress.org/plugins/footnotes/',
|
||||
version : "2.1.6"
|
||||
};
|
||||
}
|
||||
});
|
||||
|
||||
// Register plugin
|
||||
tinymce.PluginManager.add('footnotes', tinymce.plugins.Footnotes);
|
||||
})();
|
||||
})();
|
||||
|
|
Reference in a new issue