diff --git a/class/dashboard/init.php b/class/dashboard/init.php index 31e5b24..c3f505e 100644 --- a/class/dashboard/init.php +++ b/class/dashboard/init.php @@ -135,7 +135,7 @@ class MCI_Footnotes_Layout_Init { echo $l_obj_template->get_content(); // phpcs:enable WordPress.Security.EscapeOutput.OutputNotEscaped - printf( 'visit Mark Cheret' ); + printf( 'visit Mark Cheret' ); printf( '

' ); printf( '' ); diff --git a/footnotes.php b/footnotes.php index 2e9634b..78a49e6 100755 --- a/footnotes.php +++ b/footnotes.php @@ -7,7 +7,7 @@ * Package V.: 2.5.11d2 * Version: 2.5.10 * CAUTION: THIS V. FIELD IS PARSED FOR UPDATE CONFIGURATION. - * Author URI: http://cheret.de/plugins/footnotes-2/ + * Author URI: https://cheret.org/footnotes/ * Text Domain: footnotes * Domain Path: /languages * diff --git a/js/wysiwyg-editor.js b/js/wysiwyg-editor.js index 0e24e36..8eff23f 100644 --- a/js/wysiwyg-editor.js +++ b/js/wysiwyg-editor.js @@ -67,9 +67,9 @@ return { longname : 'Inserts the Footnotes short code.', author : 'Mark Cheret', - authorurl : 'https://cheret.de', + authorurl : 'https://cheret.org/footnotes/', infourl : 'https://wordpress.org/plugins/footnotes/', - version : "2.1.6" + version : "2.5.10" }; } });