- Update naming of footnotes in wysiwyg editor
- Update readme.txt git-svn-id: https://plugins.svn.wordpress.org/footnotes/trunk@920416 b8457f37-d9ea-0310-8a92-e5e31aec5664
This commit is contained in:
parent
9645037f0c
commit
0f6e468165
2 changed files with 8 additions and 8 deletions
|
@ -6,7 +6,7 @@
|
||||||
tinymce.create('tinymce.plugins.Footnotes', {
|
tinymce.create('tinymce.plugins.Footnotes', {
|
||||||
/**
|
/**
|
||||||
* Initializes the plugin, this will be executed after the plugin has been created.
|
* Initializes the plugin, this will be executed after the plugin has been created.
|
||||||
* This call is done before the editor instance has finished it's initialization so use the onInit event
|
* This call is done before the editor instance has finished its initialization so use the onInit event
|
||||||
* of the editor instance to intercept that event.
|
* of the editor instance to intercept that event.
|
||||||
*
|
*
|
||||||
* @param {tinymce.Editor} ed Editor instance that the plugin is initialized in.
|
* @param {tinymce.Editor} ed Editor instance that the plugin is initialized in.
|
||||||
|
@ -14,7 +14,7 @@
|
||||||
*/
|
*/
|
||||||
init : function(ed, url) {
|
init : function(ed, url) {
|
||||||
ed.addButton('footnotes', {
|
ed.addButton('footnotes', {
|
||||||
title : 'Footnotes',
|
title : 'footnotes',
|
||||||
cmd : 'footnotes',
|
cmd : 'footnotes',
|
||||||
image : url + '/../img/fn-wysiwyg.png'
|
image : url + '/../img/fn-wysiwyg.png'
|
||||||
});
|
});
|
||||||
|
@ -62,7 +62,7 @@
|
||||||
*/
|
*/
|
||||||
getInfo : function() {
|
getInfo : function() {
|
||||||
return {
|
return {
|
||||||
longname : 'Insert Footnotes tag',
|
longname : 'insert footnotes tag',
|
||||||
author : 'media competence institute',
|
author : 'media competence institute',
|
||||||
authorurl : 'http://cheret.co.uk/mci',
|
authorurl : 'http://cheret.co.uk/mci',
|
||||||
infourl : 'http://wordpress.org/plugins/footnotes/',
|
infourl : 'http://wordpress.org/plugins/footnotes/',
|
||||||
|
|
10
readme.txt
10
readme.txt
|
@ -40,14 +40,14 @@ No, this Plugin has been written from scratch. Of course some inspirations on ho
|
||||||
|
|
||||||
== Changelog ==
|
== Changelog ==
|
||||||
|
|
||||||
= 1.1.2 =
|
= 1.2.0 =
|
||||||
|
- Feature: New button in the WYSIWYG editor and in the plain text editor to easily implement the footnotes tag
|
||||||
|
- Feature: Icon for the WYSIWYG-editor button
|
||||||
|
- Feature: Pre defined footnote short codes and **experimental setting** for a user defined short code
|
||||||
|
- Feature: Plugin Widget to define where the reference container shall appear when set to "widget area"
|
||||||
- Update: Moved footnotes 'love' settings to a separate container
|
- Update: Moved footnotes 'love' settings to a separate container
|
||||||
- Bugfix: Setting for the position of the "reference container" works for the options "footer", "end of post" and "widget area"
|
- Bugfix: Setting for the position of the "reference container" works for the options "footer", "end of post" and "widget area"
|
||||||
- Add: Pre defined footnote short codes and possibility for a user defined short code
|
|
||||||
- Add: Plugin Widget to define where the reference container shall appear when set to "widget area"
|
|
||||||
- Update: Translation for new settings and for the Widget description
|
- Update: Translation for new settings and for the Widget description
|
||||||
- Add: New button in the WYSIWYG editor and in the plain text editor to easily implement the footnotes tag
|
|
||||||
- Add: Icon for the WYSIWYG-editor button
|
|
||||||
|
|
||||||
= 1.1.1 =
|
= 1.1.1 =
|
||||||
- Feature: Short code to not display the 'love me' slug on specific pages ( short code = [[no footnotes: love]] )
|
- Feature: Short code to not display the 'love me' slug on specific pages ( short code = [[no footnotes: love]] )
|
||||||
|
|
Reference in a new issue