From 4cb1a2a2e27bd88378efbac0d7db97d82e5b5e72 Mon Sep 17 00:00:00 2001 From: Mykyta Synelnikov Date: Mon, 14 Apr 2025 16:19:06 +0300 Subject: [PATCH] Add new user role setting and tweak admin email notifications Introduced a setting to bypass "User Role > Registration Options" for auto-approving users created via wp-admin. Also adjusted admin email notifications to prevent alerts for user registrations made through wp-admin. --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.txt b/readme.txt index fdeb56ec..717c7564 100644 --- a/readme.txt +++ b/readme.txt @@ -171,6 +171,8 @@ IMPORTANT: PLEASE UPDATE THE PLUGIN TO AT LEAST VERSION 2.6.7 IMMEDIATELY. VERSI **Enhancements** +* Added: The `Ignore the "User Role > Registration Options"` setting. It provides an ability to auto-approve users if they were created via wp-admin > Users screen. +* Tweak: Avoid email notifications to Administrator about user registration via wp-admin > Users screen. * Tweak: Updated the Action Scheduler implementation to improve flexibility and clarity. Refactor Action Scheduler for not only email handling. **Bugfixes**