Skip to content

Commit

Permalink
Releasing with a temp fix for GPFILTERPANE-79
Browse files Browse the repository at this point in the history
  • Loading branch information
Steve Krenek committed Jun 19, 2011
2 parents 358d8ff + eb88861 commit e1c67eb
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion FilterpaneGrailsPlugin.groovy
@@ -1,5 +1,5 @@
class FilterpaneGrailsPlugin {
def version = "2.0.1"
def version = "2.0.1.1"
def grailsVersion = "1.3.3 > *"
def dependsOn = [:]
def pluginExcludes = [
Expand Down
8 changes: 4 additions & 4 deletions application.properties
@@ -1,6 +1,6 @@
#Grails Metadata file
#Sun Jan 02 20:56:53 CST 2011
app.grails.version=1.3.6
#Sun Jun 19 14:37:24 CDT 2011
app.grails.version=1.3.7
app.name=FilterPanePlugin
plugins.hibernate=1.3.6
plugins.tomcat=1.3.6
plugins.hibernate=1.3.7
plugins.tomcat=1.3.7
4 changes: 2 additions & 2 deletions grails-app/views/filterpane/_dateControl.gsp
@@ -1,8 +1,8 @@
<span id="${ctrlAttrs.id}-container" style="${ctrlAttrs.style}">
${g.datePicker(ctrlAttrs)}
<%= g.datePicker(ctrlAttrs) %>
<g:if test="${ctrlAttrs.name?.endsWith('To')}">
<input type="hidden"
name="filter.${ctrlAttrs.domain}.${ctrlAttrs.propertyName}_isDayPrecision"
value="${ctrlAttrs.isDayPrecision}" />
</g:if>
</span>
</span>
Binary file added grails-filterpane-2.0.1.1.zip
Binary file not shown.
Binary file removed grails-filterpane-2.0.1.zip
Binary file not shown.
Binary file removed grails-filterpane-2.0.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion plugin.xml
@@ -1,4 +1,4 @@
<plugin name='filterpane' version='2.0.1' grailsVersion='1.3.3 &gt; *'>
<plugin name='filterpane' version='2.0.1.1' grailsVersion='1.3.3 &gt; *'>
<author>Steve Krenek</author>
<authorEmail>zeddmaxim@gmail.com</authorEmail>
<title>Dynamically filter / search domain objects.</title>
Expand Down

0 comments on commit e1c67eb

Please sign in to comment.