Blocking/approving plugin updates in themes

I occasionally get a 3rd party plugin update that breaks all my customers websites.

Time to put a stop to that!

I now host a json file that has a list of my theme versions and any plugins I want to restrict updates to:

{
  "elementor": {
    // theme version:  compatible plugin version
       "1.0.1":        "0.9.8",
       "1.0.2":        "0.10.1",
       "1.0.3":        "0.10.2"
  }
}

Who wants this?

2 Likes

I want it. Thanks! :slight_smile: