From 0a83796cdc96ac4ada39dfa02933937cfc0c1441 Mon Sep 17 00:00:00 2001 From: Mark Cheret Date: Mon, 15 Mar 2021 08:11:12 +0100 Subject: [PATCH] Update author URIs (#63) * Update author URIs from `cheret.de` to `cheret.org`. * Update missed version number in `wysiwyg.js` from 2.1.6 to 2.5.10. Co-authored-by: pewgeuges <73141620+pewgeuges@users.noreply.github.com> --- class/dashboard/init.php | 2 +- footnotes.php | 2 +- js/wysiwyg-editor.js | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) 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" }; } });