heimdallrj / wordpress-cli

[DEPRECATED] A command-line toolkit for WordPress Development
https://www.npmjs.com/package/wordpress-cli
MIT License
1 stars 3 forks source link

Get latest stable release when adding a plugin without specifiying a version number #34

Closed heimdallrj closed 7 years ago

heimdallrj commented 7 years ago

Need a fix here; When didn't specify the version number, we download the version 1.0.0 now. The requirement is download the latest stable release when that;

Need to find a way to fix it.

Ref-

heimdallrj commented 7 years ago

Seems like we can use; just like https://downloads.wordpress.org/plugin/<pluginName>.zip for this. But need to do some research on this.