I'd recommend using 1.3 for new projects. Although 1.2 code should be compatible with 1.3, its of course better to write 1.3 code (although the differences aren't that big)
You can use the latest from github.com http://github.com/mootools/mootools-core you need git and php to build: $ git clone http://github.com/mootools/mootools-core.git $ git submodule update --init (this will get Packager) You can build it with packager $ php build -1.2compat Fx.Tween DomReady > mootools-core.js as you can see you can choose the components that you'd like to use. Packager doesn't include an minifier/compressor, but you can use an online version of YUI Compressor / Closure Compiler of JSmin or download one. On 27 jul, 14:03, stratboy <[email protected]> wrote: > Hi! I'm planning the rewrite of an open source plugin I'm > distributing. Is the final version of 1.3 imminent? I'd like not to > rewrite it with an obsolete mootools version. How much do you think it > will take to v1.3? :) > > Thank you
