From 5ee0949ed9502b8f2f1f5068a645b52e50481c2b Mon Sep 17 00:00:00 2001 From: netzgestaltung Date: Tue, 29 Nov 2022 10:45:22 +0100 Subject: [PATCH] correct version numbers(still learning) --- .../sandbox-restrict-user-enumeration.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/sandbox-restrict-user-enumeration/sandbox-restrict-user-enumeration.php b/sandbox-restrict-user-enumeration/sandbox-restrict-user-enumeration.php index 7ac09c1..4c2aeb1 100644 --- a/sandbox-restrict-user-enumeration/sandbox-restrict-user-enumeration.php +++ b/sandbox-restrict-user-enumeration/sandbox-restrict-user-enumeration.php @@ -28,9 +28,9 @@ * @see https://premium.wpmudev.org/blog/why-you-shouldnt-use-functions-php/ * * Changelog - * @added 1.0.2 2022-11-24 sandbox_filter_xml_sitemap_users - * @added 1.0.1 2022-11-21 revised documentation - * @added 1.0.0 2022-11-19 sandbox_filter_rest_endpoint_users, sandbox_author_redirect + * @added 1.0.3 2022-11-24 sandbox_filter_xml_sitemap_users + * @added 1.0.2 2022-11-21 revised documentation + * @added 1.0.1 2022-11-19 sandbox_filter_rest_endpoint_users, sandbox_author_redirect */ /** @@ -55,7 +55,7 @@ function sandbox_restrict_user_enumeration(){ * - if not logged in * - not allowed to edit posts in current site/blog * - * @added 1.0.0 2022-11-11 Thomas Fellinger + * @added 1.0.1 2022-11-11 Thomas Fellinger * @see * - https://maheshwaghmare.com/wordpress/blog/default-rest-api-endpoints/ * - https://developer.wordpress.org/reference/hooks/rest_endpoints/ @@ -79,7 +79,7 @@ function sandbox_filter_rest_endpoint_users($endpoints){ /** * Removes the author listing from the XML Sitemap * - * @added 1.0.2 2022-11-24 Thomas Fellinger + * @added 1.0.3 2022-11-24 Thomas Fellinger * @see * - https://make.wordpress.org/core/2020/07/22/new-xml-sitemaps-functionality-in-wordpress-5-5/#highlighter_299563 */ @@ -96,7 +96,7 @@ function sandbox_filter_xml_sitemap_users($provider, $name){ * Redirect Author Page to 404 * - does not show something to see here * - * @added 1.0.0 2022-11-19 Thomas Fellinger + * @added 1.0.1 2022-11-19 Thomas Fellinger * @see * - https://www.vpsbasics.com/cms/how-to-disable-the-author-page-in-wordpress/ */