pods-framework / pods-visualize

Pods Visualize lets you visualize the relationship connections between your pods configs
GNU General Public License v2.0
23 stars 4 forks source link

List minimum version of Pods required in readme #10

Closed Shelob9 closed 10 years ago

Shelob9 commented 10 years ago

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

sc0ttkclark commented 10 years ago

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

Shelob9 commented 10 years ago

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: https://github.com/pods-framework/pods-alternative-cache/issues/3

pglewis commented 10 years ago

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

Shelob9 commented 10 years ago

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.