groovydev / twitter-bootstrap-grails-plugin

Grails plugin for Twitter Bootstrap CSS framework resources
173 stars 92 forks source link

Plugin does not work with Grails < 2.4 #137

Open stefanrother opened 9 years ago

stefanrother commented 9 years ago

Since commit b305622b6b33283b131d9988a7f8f6f4fe1fb481 (Plugin version 3.2.0) the paginate tag is no longer compatible to Grails versions lesser than 2.4 (see https://github.com/groovydev/twitter-bootstrap-grails-plugin/commit/b305622b6b33283b131d9988a7f8f6f4fe1fb481#commitcomment-8628816).

Either change the grailsVersion in TwitterBootstrapGrailsPlugin.groovy or fix this incompatibility.

bdbogjoe commented 9 years ago

maybe time to use latest grails 2.5.2

stefanrother commented 9 years ago

Could you please explain the connection between the need to update and the exposure of wrong compatibility information?