Changeset 3155248
- Timestamp:
- 09/20/2024 02:01:08 PM (6 months ago)
- Location:
- agency-toolkit/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
agency-toolkit/trunk/functions/disable_auto_update_emails.php
r3147681 r3155248 12 12 13 13 // Disable Admin Notification of User Password Change 14 add_filter( 'send_password_change_email', '__return_false' );14 remove_action( 'after_password_reset', 'wp_password_change_notification' ); 15 15 16 16 // Disable update notifications - WP Core -
agency-toolkit/trunk/main.php
r3147681 r3155248 3 3 Plugin Name: Agency Toolkit 4 4 Description: Lightweight and modular client site tools to empower your agency. 5 Version: 1.0.2 05 Version: 1.0.21 6 6 Author: Inspry 7 7 Author URI: https://www.inspry.com/ -
agency-toolkit/trunk/readme.txt
r3147681 r3155248 5 5 Requires at least: 5.5 6 6 Requires PHP: 7.2 7 Stable tag: 1.0.2 07 Stable tag: 1.0.21 8 8 License: GPLv2 or later 9 9 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 71 71 72 72 == Changelog == 73 = 1.0.21 = 74 * Bug Fix: Modified the correction from 1.0.20. 75 73 76 = 1.0.20 = 74 77 * Bug Fix: Corrected admins still receiving password update emails on different PHP/hosting versions.
Note: See TracChangeset
for help on using the changeset viewer.