Fix a fatal “Allowed memory size exhausted” error on activation under WordPress 7.0. Supplementing the default moxiejs/plupload scripts during the wp_default_scripts hook re-dispatched that hook (via wp_script_is() initializing WP_Scripts), re-entering the handler and recursing until memory was exhausted. The re-entrancy guard is now set before any script API call so nested dispatches return immediately.
1.0.6 2024-05-02
Enhancements
Use standard Action Scheduler interval.
Update WP-Plugins-Core.
1.0.5 2023-09-12
Enhancements
Improved client-side filtering of “number” input fields (only digits are allowed now).
1.0.4 2023-09-09
Enhancements
Improved composer structure.
Capitalize menu name.
1.0.2 2023-07-18
Enhancements
Set min PHP version to 7.4.
1.0.0 2023-05-16
Enhancements
Decrease plugin size by removing unnecessary files.
0.11 2023-05-16
Enhancements
Add a setting to enable / disable on front end / admin separately.