Plugins

The plugins site is currently in development.

We've been looking to provide a higher-quality, spam-free experience at the plugins site for some time, and a major error on our part forced us to shut down the current site before we could put the new one in place. We are developing a new site, and you can follow along with its development on GitHub. For more information about this transition, including steps you can take as a plugin author to prepare, please read our post about what's going on.

Releases for Clipboard


Clipboard 2.0.1

Version 2.0.1 — February 15, 2009
* Added flashMaxVersion. Default is [9,999,999], which disables Clipboard on Flash 10 due to new security restrictions [http://www.adobe.com/devnet/flashplayer/articles/fplayer10_security_changes_02.html#head31]. Workaround pending. Thanks to Eric Caron for the suggestion.
* Added minified version—best for deployment, use Gzip compression on your server if possible.
* Packed version removed in favor of minified version. Beware DIYers: Dean Edwards' site has been hijacked! [http://www.reddit.com/r/programming/comments/7vl0t/what_can_i_do_to_get_a_stolen_domain_back/]
* Tested and verified compatibility with jQuery 1.3.x.

Clipboard 2.0.0

Version 2.0 — November 24, 2007
* Completely rewritten to use new $.clipboardReady() function (like domReady). Clipboard is now 100% progressive enhancement
* Options are now only passed once, to $.clipboardReady() instead of each $.clipboard() call
* More intelligent Flash helper: We now communicate directly through Flash 8's External Interface rather than flashvars. Clipboard now returns true or false and logs actual success or failure on copy attempts
* Fixed an issue with debugging enabled in IE
* Better debugging messages
* Various other fixes and tweaks
* NOT a drop-in replacement for 1.x versions. See the usage examples!