The official docs for our jQuery plugin / SDK are on the transloadit website.
Feel free to fork this project. We will happily merge bug fixes or other small improvements. For bigger changes you should probably get in touch with us before you start to avoid not seeing them merged.
This project implements the Semantic Versioning guidelines.
Releases will be numbered with the following format:
<major>.<minor>.<patch>
And constructed with the following guidelines:
- Breaking backward compatibility bumps the major (and resets the minor and patch)
- New additions without breaking backward compatibility bumps the minor (and resets the patch)
- Bug fixes and misc changes bumps the patch
For more information on SemVer, please visit http://semver.org/.
latest
points to the latest stable of a major version.
Note that the 2
in jquery.transloadit2-latest.js
refers to the Transloadit
API version, not the client SDK version.
This is always the latest version of any major release, and for now points to v2.1.0. If you use this, it may break backwards compatibility for you when we release 3.0.
https://assets.transloadit.com/js/jquery.transloadit2-latest.js
This is always the latest major 2 version, and for now points to v2.1.0. This is the recommended version to use:
https://assets.transloadit.com/js/jquery.transloadit2-v2-latest.js
This is the current version, with a new progress bar design and new features. Supports jQuery 1.9+ but not IE6:
https://assets.transloadit.com/js/jquery.transloadit2-v2.1.0.js
Has the old progressbar design and doesn't have the new features. Supports jQuery 1.9+ but not IE6:
https://assets.transloadit.com/js/jquery.transloadit2-v2.0.0.js
Has the old progressbar design. Supports IE6, but not jQuery 1.9+:
https://assets.transloadit.com/js/jquery.transloadit2-v1.0.0.js
Building your own compressed version requires a *nix operation system and curl. We are using the Google Closure REST API for minification.
make
The minified output file can be found in: build/jquery.transloadit2.js
.
This plugin includes the following dependencies:
- jquery.easing.js by George McGinley Smith (BSD License)
- jquery.jsonp.js by Julian Aubourg (MIT License)
- toolbox.expose.js by Tero Piirainen (Public domain)
- json2.js by Douglas Crockford (Public domain)
A big thanks goes to the authors of these fantastic projects!
The Transloadit jQuery SDK is licensed under the MIT license. The dependencies have their own licenses (MIT, BSD, PUBLIC DOMAIN).