Skip to content

Commit

Permalink
correct version numbers(still learning)
Browse files Browse the repository at this point in the history
  • Loading branch information
netzgestaltung authored Nov 29, 2022
1 parent 8ef09c5 commit 5ee0949
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
*/

/**
Expand All @@ -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/
Expand All @@ -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
*/
Expand All @@ -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/
*/
Expand Down

0 comments on commit 5ee0949

Please sign in to comment.