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>
This commit is contained in:
Mark Cheret 2021-03-15 08:11:12 +01:00 committed by GitHub
parent e8d6dbe13d
commit 0a83796cdc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 4 deletions

View file

@ -135,7 +135,7 @@ class MCI_Footnotes_Layout_Init {
echo $l_obj_template->get_content(); echo $l_obj_template->get_content();
// phpcs:enable WordPress.Security.EscapeOutput.OutputNotEscaped // phpcs:enable WordPress.Security.EscapeOutput.OutputNotEscaped
printf( '<em>visit <a href="https://cheret.de/plugins/footnotes-2/" target="_blank">Mark Cheret</a></em>' ); printf( '<em>visit <a href="https://cheret.org/footnotes/" target="_blank">Mark Cheret</a></em>' );
printf( '<br/><br/>' ); printf( '<br/><br/>' );
printf( '</div>' ); printf( '</div>' );

View file

@ -7,7 +7,7 @@
* Package V.: 2.5.11d2 * Package V.: 2.5.11d2
* Version: 2.5.10 * Version: 2.5.10
* CAUTION: THIS V. FIELD IS PARSED FOR UPDATE CONFIGURATION. * 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 * Text Domain: footnotes
* Domain Path: /languages * Domain Path: /languages
* *

View file

@ -67,9 +67,9 @@
return { return {
longname : 'Inserts the Footnotes short code.', longname : 'Inserts the Footnotes short code.',
author : 'Mark Cheret', author : 'Mark Cheret',
authorurl : 'https://cheret.de', authorurl : 'https://cheret.org/footnotes/',
infourl : 'https://wordpress.org/plugins/footnotes/', infourl : 'https://wordpress.org/plugins/footnotes/',
version : "2.1.6" version : "2.5.10"
}; };
} }
}); });