pods-framework/pods-visualize

List minimum version of Pods required in readme

Shelob9 opened this issue · 4 comments

We might want to try and make a standard system for showing/ checking this in Pods plugins.

This should be in pods-framework/pods if it's to be standardized.

I opened an issue in main repo about nag for Pods plugin requires a higher version of Pods. We will need to figure out a standard system for listing/ checking that.

In the meantime, we should just list the required version in the readme. @pglewis Am I right to assume you want 2.3.19 or later for this?

Related: pods-framework/pods-alternative-cache#3

I think I'm testing against 2.3.18. Currently I think the only dependencies on Pods are load_pods() and load_pod().

OK. I will add requires 2.3.18 or later. You can always change that if needed. I just want us to get in the habit of us listing this info in new Pods plugins, even without a formal system. Will save on support requests, especially when plugins like alternative cache require a unreleased version.