Blog RSS Feed

Cordova Plugman 3.0.0 Released!
By: Bryan Ellis
22 Mar 2019

We are happy to announce that we have just released plugman 3.0.0! Plugman is a command line tool which we provide to install and uninstall plugins in a platform-centered workflow.

To upgrade:

npm uninstall -g plugman
npm install -g plugman@3.0.0

Release Highlights

In addition to various improvements and fixes, this release has removed the browserify and fetch options.

As NodeJS 4.x support has been dropped by the NodeJS team on April 30th, 2018, we have raised the minimum required NodeJS version for this release to 6.x.

Please report any issues you find at issues.cordova.io!

Changes include:

  • GH-108 Cordova Plugman Release Preparation (Cordova 9)
    • Bumped Dependencies
      • cordova-lib@^9.0.0
      • nopt@^4.0.1
    • Bumped Dev Dependencies
      • jasmine@^3.3.1
      • eslint-plugin-standard@^4.0.0
      • eslint-plugin-promise@^4.0.1
      • eslint-plugin-node@^8.0.1
      • eslint-plugin-import@^2.16.0
      • eslint-config-standard@^12.0.0
      • eslint-config-semistandard@^13.0.0
      • eslint@^5.15.3
    • Update to support nopt@^4.0.1
  • GH-96 Remove fetch option
  • GH-95 Remove browserify option
  • GH-94 CB-14164 Use native Promises instead of Q
  • GH-93 Code Refactor and Cleanup
  • GH-91 Drop support for Node.js < 6