Skip to content

Commit

Permalink
release version 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seancoyne committed Jul 29, 2015
1 parent 6f586b5 commit 0de0588
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 2 deletions.
28 changes: 27 additions & 1 deletion install/manifest.cfc
Expand Up @@ -3,7 +3,7 @@
<cfset this.name = "FarCry Solr Pro" />
<cfset this.description = "An advanced Solr search implementation" />
<cfset this.lRequiredPlugins = "" />
<cfset this.version = "1.3.1" />
<cfset this.version = "1.3.2" />
<cfset this.buildState = "" />
<cfset this.license = {
name = "Apache License 2.0",
Expand All @@ -15,6 +15,32 @@
<cfset addSupportedCore(majorVersion="6", minorVersion="3", patchVersion="0") />
<cfset addSupportedCore(majorVersion="7", minorVersion="0", patchVersion="0") />
<cfset this.aVersions = [
{
"version"="1.3.2",
"releasedate"="2015-07-29",
"description"="",
"changelog"="<ul><li>Bug fixes</li></ul>",
"downloads"=[
{
"url"="https://github.com/jeffcoughlin/farcrysolrpro/zipball/1.3.2",
"shortdesc"="w/ Solr 3.5",
"size"="38MB"
},
{
"url"="http://www.n42designs.com/farcrysolrpro/farcrysolrpro-nosolr-1.3.2.zip",
"shortdesc"="<em>(plugin only)</em>",
"size"="24MB"
}
],
"requirements"={
"cfml"=["ColdFusion 9","Railo 3.3"],
"farcry"=["7.0", "6.3", "6.2","6.1.4","6.0.19"],
"solr"=["3.5"]
},
"repository"={
"url"="https://github.com/jeffcoughlin/farcrysolrpro/tree/1.3.2"
}
},
{
"version"="1.3.1",
"releasedate"="2015-07-28",
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "farcrysolrpro",
"version": "1.3.1",
"version": "1.3.2",
"description": "An advanced Solr search implementation for FarCry",
"main": "www/index.cfm",
"directories": {
Expand Down

0 comments on commit 0de0588

Please sign in to comment.