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:
parent
e8d6dbe13d
commit
0a83796cdc
3 changed files with 4 additions and 4 deletions
|
@ -135,7 +135,7 @@ class MCI_Footnotes_Layout_Init {
|
|||
echo $l_obj_template->get_content();
|
||||
// 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( '</div>' );
|
||||
|
|
|
@ -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
|
||||
*
|
||||
|
|
|
@ -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"
|
||||
};
|
||||
}
|
||||
});
|
||||
|
|
Reference in a new issue