Title: Production release &#8211; 2023/07/19
Author: WordPress VIP Documentation
Published: July 19, 2023
Last modified: August 5, 2025

---

 1. [Changelog](https://docs.wpvip.com/changelog/)
 2. [VIP MU plugins [Production]](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)
 3. Production release – 2023/07/19

# Production release – 2023/07/19

---

 19 July 2023

11:22:21 GMT+0000

 [ VIP MU plugins [Production] ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/)

 [ Permalink  ](https://docs.wpvip.com/changelog/vip-mu-plugins-production/production-release-2023-07-19/)

### Plugin Updated: Security

Previous refactor of security plugin unintentionally renamed action triggered on
exceeded limit from `login_limit_exceeded` to `login_exceeded`. This change corrects
back the rename of the action.

    ```
    add_action( 'login_limit_exceeded', function() {
        // This action will be triggered again          
        ...
    });
    ```

[https://github.com/Automattic/vip-go-mu-plugins/pull/4703](https://github.com/Automattic/vip-go-mu-plugins/pull/4703)

---

Please see the [full release on GitHub](https://github.com/Automattic/vip-go-mu-plugins/releases/tag/v20230719.0).