Grails jQuery-Plugin 1.3.2.4 released

June 15, 2009

Since there was a small bug with the config-file in 1.3.2.3 I released 1.3.2.4 which comes with it own JQueryConfig.groovy in jquery-1.3.2.4/grails-app/conf/.

The two options sources and version moved to jquery.sources and jquery.version.

You can access them in your code (if needed) like this:

GroovyClassLoader classLoader = new GroovyClassLoader(getClass().getClassLoader())

ConfigObject config = new ConfigSlurper().parse(classLoader.loadClass(‘JQueryConfig’))

def jQueryVersion = config.jquery.version

Cheers

Categories: General Stuff.

Grails jQuery-Plugin 1.3.2.3 released

June 11, 2009

A quick release arrived two days ago which fixes bug mentioned in GRAILSPLUGINS-1238.

Cheers

Categories: General Stuff.

Grails jQuery-Plugin 1.3.2.2 released

June 9, 2009

Great news everyone,

I’ve recently released the Grails jQuery-Plugin in version 1.3.2.2.
The versioning moved to this layout: <jQuery version>.<plugin increment version>, so the first three numbers are the jQuery-version and the last one a release count.

Since this release is mainly a bugfix here are the fixed JIRAs:
GRAILSPLUGINS-1161
GRAILSPLUGINS-1003
GRAILSPLUGINS-930

In the background the work on a jQuery-UI-plugin is going on and maybe I’m going start work on a google calendar-plugin.

For bugreports and feature requests please rise a JIRA at http://jira.codehaus.org/browse/GRAILSPLUGINS

Categories: General Stuff.