From 66e0e7fe681e10d29171686630684df2a25714d7 Mon Sep 17 00:00:00 2001 From: Marco Hitschler Date: Fri, 26 Apr 2024 23:03:34 +0200 Subject: [PATCH] Mastodon Verification --- readme.md | 7 +++++++ readme.txt | 4 ++-- unmus.php | 3 ++- unmus_me.php | 30 ++++++++++++++++++++++++++++++ 4 files changed, 41 insertions(+), 3 deletions(-) create mode 100644 unmus_me.php diff --git a/readme.md b/readme.md index 7e071ca..8341efb 100644 --- a/readme.md +++ b/readme.md @@ -149,6 +149,7 @@ The plugin provides the following additional features. * Custom WordPress Settings * Custom WordPress Tools * Maintenance Mode +* Mastodon Verification ## Related Theme @@ -192,6 +193,12 @@ This project is licensed under the GPL3 License. ## Changelog +### 0.8 + +Release pending. + +* Added: Mastodon Verification + ### 0.7 Released: 01.05.2023 diff --git a/readme.txt b/readme.txt index 304773a..3d77c53 100644 --- a/readme.txt +++ b/readme.txt @@ -2,8 +2,8 @@ Contributors: unmus Tags: blog, custom Requires at least: 6.2 -Tested up to: 6.2 -Stable tag: 0.7 +Tested up to: 6.5 +Stable tag: 0.8 License: GNU General Public License v3 or later License URI: https://www.gnu.org/licenses/gpl-3.0.html diff --git a/unmus.php b/unmus.php index 49cf754..ab58aaf 100644 --- a/unmus.php +++ b/unmus.php @@ -4,7 +4,7 @@ Plugin Name: unmus Plugin URI: https://www.unmus.de/ Description: Additional WordPress Features @ unmus -Version: 0.7 +Version: 0.8 Author: Marco Hitschler Author URI: https://www.unmus.de/ License: GPL3 @@ -43,6 +43,7 @@ require_once('unmus_loop.php'); require_once('unmus_archives.php'); require_once('unmus_menu.php'); +require_once('unmus_me.php'); // Ensure that all required functions are available during setup require_once( ABSPATH . 'wp-admin/includes/upgrade.php'); diff --git a/unmus_me.php b/unmus_me.php new file mode 100644 index 0000000..3ff5de9 --- /dev/null +++ b/unmus_me.php @@ -0,0 +1,30 @@ + + + + + \ No newline at end of file