wp-media / wp-rocket-helpers

🚀 Helper plugins for specific use cases with WP Rocket. ☝️ TEST BEFORE USE! ☝️
https://wp-rocket.me/support/
GNU General Public License v2.0
202 stars 68 forks source link

Fix/85 update filters rucss jobs clearing interval #86

Closed joejoe04 closed 5 months ago

joejoe04 commented 5 months ago

Description

Fixes #85

Needed to update the filters used in this helper to reflect changes made starting in version 3.16: https://github.com/wp-media/wp-rocket-helpers/tree/32ad8323d4c52aff9745613ce13aaacf115380a6/rucss/wp-rocket-reduce-failed-rucss-jobs-clearing-interval

rocket_delay_remove_saas_failed_jobs rocket_remove_saas_failed_jobs_cron_interval

Users' logs are filled with deprecated warnings when the old filters are used: rocket_delay_remove_rucss_failed_jobs rocket_remove_rucss_failed_jobs_cron_interval

Checklists

Feature validation

Documentation

Code style

Observability

Risks