moxiecode / plupload

Plupload is JavaScript API for building file uploaders. It supports multiple file selection, file filtering, chunked upload, client side image downsizing and when necessary can fallback to alternative runtimes, like Flash and Silverlight.
http://www.plupload.com
GNU Affero General Public License v3.0
5.63k stars 1.42k forks source link

Inconsistent version number between website download and comment in JS source code header #1656

Open JohnBarnettUCL opened 1 year ago

JohnBarnettUCL commented 1 year ago

Hi I downloaded Plupload 2.3.9 AGPLv3 from https://www.plupload.com/download earlier today, and looking at the files plupload.dev.js and plupload.min.js contained in the zip, comments in header shows version 2.3.6.

Can the version number on the website and the version number presented in the source code be fixed so they are consistent?

Regards

John