cordova - Phonegap Plugin Shutdown -


can please explain me phonegap means it's deleting plugin repository , "please sure update these apps use plugins npmjs.com or git repositories before november 15th, 2016, after time apps not built." mean plugins manually installed github won't work past november 15? here link i'm talking about: http://phonegap.com/blog/2016/10/13/pgb-repository-shutting-down/

at beginning, phonegap build allowed use plugins knew compatible platform, , hosted them on own repository. on time, have improved product making compatible more plugins , allowing use sources such github or npm, there no point of keeping repository plugins there, outdated or have same code of official plugins.

so, if using github plugins go, if using npm plugins too.

make sure don't have gap:plugin tag in config.xml , double check plugins use . on id, core plugins moved - syntax (example, org.apache.cordova.device , cordova-plugin-device)


Comments

Popular posts from this blog

php - Autoloader issue not returning Class -

jsf - "PropertyNotWritableException: Illegal Syntax for Set Operation" error when setting value in bean -

C++ Program To Find Smallest and Largest Number In Array -