diff --git a/class/dashboard/init.php b/class/dashboard/init.php
index 7b6016a..90a4c3b 100644
--- a/class/dashboard/init.php
+++ b/class/dashboard/init.php
@@ -146,7 +146,7 @@ class MCI_Footnotes_Layout_Init {
$l_obj_Template = new MCI_Footnotes_Template(MCI_Footnotes_Template::C_STR_DASHBOARD, "manfisher");
echo $l_obj_Template->getContent();
- printf('visit ManFisher Medien ManuFaktur or herndler.org');
+ printf('visit Mark Cheret or herndler.org');
printf("
");
printf("
%s
", __('Take a look on other Plugins we have developed.', MCI_Footnotes_Config::C_STR_PLUGIN_NAME));
diff --git a/footnotes.php b/footnotes.php
index 330d6e1..341d6e6 100755
--- a/footnotes.php
+++ b/footnotes.php
@@ -3,14 +3,14 @@
Plugin Name: footnotes
Plugin URI: http://wordpress.org/plugins/footnotes/
Description: time to bring footnotes to your website! footnotes are known from offline publishing and everybody takes them for granted when reading a magazine.
- Author: ManFisher Medien ManuFaktur
+ Author: Mark Cheret
Version: 1.6.5
- Author URI: http://manfisher.net/plugins/footnotes/
+ Author URI: http://cheret.de/plugins/footnotes-2/
Text Domain: footnotes
Domain Path: /languages
*/
/*
- Copyright 2014 Mark Cheret, Stefan Herndler, Erica Franz (email : info@manfisher.eu | support@herndler.org | erica@fatpony.me)
+ Copyright 2019 Mark Cheret (email : mark@cheret.de)
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License, version 3, as
diff --git a/js/wysiwyg-editor.js b/js/wysiwyg-editor.js
index ebd0c6f..7a16247 100644
--- a/js/wysiwyg-editor.js
+++ b/js/wysiwyg-editor.js
@@ -61,8 +61,8 @@
getInfo : function() {
return {
longname : 'Inserts the Footnotes short code.',
- author : 'ManFisher Medien ManuFaktur',
- authorurl : 'http://http://manfisher.net/',
+ author : 'Mark Cheret',
+ authorurl : 'http://cheret.de',
infourl : 'http://wordpress.org/plugins/footnotes/',
version : "1.5.0"
};