marvinlabs / wpca-products-build-environment

Our developer environment to help building add-ons and contributing to the plugin -- MOVED TO https://gitlab.com/wp-customerarea/tools/wpca-products-build-environment
https://gitlab.com/wp-customerarea/tools/wpca-products-build-environment
3 stars 1 forks source link

Releases : generate a json for addons dependencies #6

Closed tlartaud closed 7 years ago

tlartaud commented 8 years ago

we'll need a json to keep a trace of addons dependencies for each wpca version, like so :

{
    "7.0.2" => {
      "enhanced-files" => "6.0.0",
      etc ....
    },
    "7.0.1" => {
      "enhanced-files" => "5.0.8"
    }
}
tlartaud commented 7 years ago

done