layout: post author:
name: Bryan Ellis
title: "Cordova Plugman 3.0.0 Released!" categories: announcements
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
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!
cordova-lib@^9.0.0
nopt@^4.0.1
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
fetch
optionbrowserify
optionQ