nawawi / docket-cache

A persistent object cache stored as a plain PHP code, accelerates caching with OPcache backend.
Other
48 stars 15 forks source link

Opt-out of Automatic Plugin Updates #7

Closed JLHC closed 3 years ago

JLHC commented 3 years ago

Hi,

I can't seem to opt-out of Automatic Plugin Updates for Docket Cache.

I like to test all my plugin updates in my staging environment before deploying them to live.

Appreciate if this can be made easier.

Thank you.

nawawi commented 3 years ago

Hi there,

goto Configuration -> "Docket Cache Auto-Updates" and select "Disable"

DCAU

Thanks.

JLHC commented 3 years ago

Thanks for pointing that out!

Hope you'll make it easier by respecting the option to deactivate auto plugin updates directly within the Plugins page.

nawawi commented 3 years ago

Hi,

We're using WordPress filter hook "auto_update_plugin", currently this is the way how it works. I will try to change in the next release.

I'm closing this issue.

Thanks.