Plugin Directory

Changeset 3155248


Ignore:
Timestamp:
09/20/2024 02:01:08 PM (6 months ago)
Author:
inspry
Message:

Version 1.0.21

Location:
agency-toolkit/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • agency-toolkit/trunk/functions/disable_auto_update_emails.php

    r3147681 r3155248  
    1212
    1313// Disable Admin Notification of User Password Change
    14 add_filter( 'send_password_change_email', '__return_false' );
     14remove_action( 'after_password_reset', 'wp_password_change_notification' );
    1515
    1616// Disable update notifications - WP Core
  • agency-toolkit/trunk/main.php

    r3147681 r3155248  
    33Plugin Name: Agency Toolkit
    44Description: Lightweight and modular client site tools to empower your agency.
    5 Version: 1.0.20
     5Version: 1.0.21
    66Author: Inspry
    77Author URI: https://www.inspry.com/
  • agency-toolkit/trunk/readme.txt

    r3147681 r3155248  
    55Requires at least: 5.5
    66Requires PHP: 7.2
    7 Stable tag: 1.0.20
     7Stable tag: 1.0.21
    88License: GPLv2 or later
    99License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    7171
    7272== Changelog ==
     73= 1.0.21 =
     74* Bug Fix: Modified the correction from 1.0.20.
     75
    7376= 1.0.20 =
    7477* Bug Fix: Corrected admins still receiving password update emails on different PHP/hosting versions.
Note: See TracChangeset for help on using the changeset viewer.