From 0f6e46816543477878019873653e7c6482dcaeb3 Mon Sep 17 00:00:00 2001 From: Mark Cheret Date: Sat, 24 May 2014 17:39:33 +0000 Subject: [PATCH] - 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 --- js/wysiwyg-editor.js | 6 +++--- readme.txt | 10 +++++----- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/js/wysiwyg-editor.js b/js/wysiwyg-editor.js index 7f50b23..040cddd 100644 --- a/js/wysiwyg-editor.js +++ b/js/wysiwyg-editor.js @@ -6,7 +6,7 @@ tinymce.create('tinymce.plugins.Footnotes', { /** * 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. * * @param {tinymce.Editor} ed Editor instance that the plugin is initialized in. @@ -14,7 +14,7 @@ */ init : function(ed, url) { ed.addButton('footnotes', { - title : 'Footnotes', + title : 'footnotes', cmd : 'footnotes', image : url + '/../img/fn-wysiwyg.png' }); @@ -62,7 +62,7 @@ */ getInfo : function() { return { - longname : 'Insert Footnotes tag', + longname : 'insert footnotes tag', author : 'media competence institute', authorurl : 'http://cheret.co.uk/mci', infourl : 'http://wordpress.org/plugins/footnotes/', diff --git a/readme.txt b/readme.txt index 2b645e6..7d9eae1 100755 --- a/readme.txt +++ b/readme.txt @@ -40,14 +40,14 @@ No, this Plugin has been written from scratch. Of course some inspirations on ho == 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 - 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 -- 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 = - Feature: Short code to not display the 'love me' slug on specific pages ( short code = [[no footnotes: love]] )