From 1f28b5d1025952bdf71eec9be35f532fd7946b6f Mon Sep 17 00:00:00 2001 From: Mark Cheret Date: Thu, 29 Apr 2021 07:36:18 +0200 Subject: [PATCH] docs: update author URL (#150) --- src/footnotes.php | 2 +- src/js/wysiwyg-editor.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/footnotes.php b/src/footnotes.php index 26b7367..f83c70f 100755 --- a/src/footnotes.php +++ b/src/footnotes.php @@ -4,7 +4,7 @@ * Plugin URI: https://wordpress.org/plugins/footnotes/ * Description: footnotes lets you easily add highly-customisable footnotes on your WordPress Pages and Posts. * Author: Mark Cheret - * Author URI: https://cheret.org/footnotes + * Author URI: https://cheret.tech/footnotes * Version: 2.7.3 * Text Domain: footnotes * Domain Path: /languages diff --git a/src/js/wysiwyg-editor.js b/src/js/wysiwyg-editor.js index 1e7a462..dc5e6d3 100644 --- a/src/js/wysiwyg-editor.js +++ b/src/js/wysiwyg-editor.js @@ -60,7 +60,7 @@ return { longname: 'footnotes', author: 'Mark Cheret', - authorurl: 'https://cheret.org/footnotes/', + authorurl: 'https://cheret.tech/footnotes/', infourl: 'https://wordpress.org/plugins/footnotes/', version: '2.7.4d', };