TGMPA / TGM-Plugin-Activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins). It allows your users to install, update and even automatically activate plugins in singular or bulk fashion using native WordPress classes, functions and interfaces. You can reference bundled plugins, plugins from the WordPress Plugin Repository or even plugins hosted elsewhere on the internet.
http://tgmpluginactivation.com/
GNU General Public License v2.0
1.76k stars 430 forks source link

Updated javascript dependencies. #582

Closed jrfnl closed 8 years ago

jrfnl commented 8 years ago

~~* Updated "our" js for the extensive changes in the jszip library Ref: http://stuk.github.io/jszip/documentation/upgrade_guide.html~~ Upgraded the JSZip library from v 2.5.0 to 2.6.0, but not to 3.0.0 as for some reason everything breaks with v3, even when the upgrade guide has been followed to the letter. See: https://github.com/Stuk/jszip/issues/297

Tested against the current 2.5.2 zip and compared the output against the old version: all ok ;-) Edit: Retesting now, tests were invalid because of a redirect to the live website. Edit: Reverted the upgrade to JSZip 3.0 and instead upgraded to JSZip 2.6.0, retested and all tests on TGMPA 2.5.2 are ok.