Skip to content
This repository has been archived by the owner on Jan 18, 2023. It is now read-only.

Commit

Permalink
Version bumped to 0.4.13
Browse files Browse the repository at this point in the history
  • Loading branch information
jvdrean committed Dec 6, 2013
1 parent bee2fac commit 11f9112
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
4 changes: 2 additions & 2 deletions FacebookSdkGrailsPlugin.groovy
Expand Up @@ -2,7 +2,7 @@ import grails.plugin.facebooksdk.*

class FacebookSdkGrailsPlugin {

def version = "0.4.12"
def version = "0.4.13"
def grailsVersion = "2.0 > *"

def author = "Benoit Hediard"
Expand Down Expand Up @@ -31,4 +31,4 @@ It is a port of the official Facebook PHP SDK V3.1.1 to Grails 2.0.
}
}

}
}
5 changes: 3 additions & 2 deletions README.md
Expand Up @@ -36,7 +36,7 @@ grails.project.dependency.resolution = {
}
plugins {
//here go your plugin dependencies
runtime ':facebook-sdk:0.4.12'
runtime ':facebook-sdk:0.4.13'
}
}
```
Expand Down Expand Up @@ -77,6 +77,7 @@ Project documentation is located here :
WARNING: Since V0.4.0, _FacebookApp_, _FacebookSdkFilters_ and _FacebookAppService_ from V0.3.* are DEPRECATED and have been replaced by _FacebookContext_.
Please check [FacebookContext](http://agorapulse.github.io/grails-facebook-sdk/guide/facebookContext.html) doc for more info.

* 2013-12-06 **V0.4.13** : bug fix in picture tag (secure mode)
* 2013-06-05 **V0.4.12** : bug fix in sendLink tag (callback attribute)
* 2013-05-28 **V0.4.11** : _tokenRetrievalRetryCount_ config parameter added + doc update
* 2013-04-03 **V0.4.10** : RestFB dependency updated to 1.6.12 + bug fix token exchange
Expand Down Expand Up @@ -114,4 +115,4 @@ The **Grails Facebook SDK** is not an official Facebook SDK such as [Javascript]

It is developed by [AgoraPulse](http://www.agorapulse.com).

The **Grails Facebook SDK** is licensed under the [Apache Licence, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
The **Grails Facebook SDK** is licensed under the [Apache Licence, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html).
3 changes: 2 additions & 1 deletion src/docs/guide/introduction.gdoc
Expand Up @@ -21,6 +21,7 @@ WARNING: Since V0.4.0, @FacebookApp@, @FacebookSdkFilters@ and @FacebookAppServi
Please check [@FacebookContext@|guide:facebookContext] doc for more info.
{warning}

* 2013-12-06 *V0.4.13* : bug fix in picture tag (secure mode)
* 2013-06-05 *V0.4.12* : bug fix in sendLink tag (callback attribute)
* 2013-05-28 *V0.4.11* : @tokenRetrievalRetryCount@ config parameter added + doc update
* 2013-04-03 *V0.4.10* : RestFB dependency updated to 1.6.12 + bug fix token exchange
Expand Down Expand Up @@ -67,4 +68,4 @@ h3. About

The *Grails Facebook SDK Plugin* is not an official Facebook SDK such as "Javascript":http://developers.facebook.com/docs/reference/javascript/ , "PHP":http://github.com/facebook/facebook-php-sdk , "iOS":http://github.com/facebook/facebook-ios-sdk/ and "Android SDKs":http://github.com/facebook/facebook-android-sdk .

It is developed by "AgoraPulse":http://www.agorapulse.com and licensed under the "Apache Licence, Version 2.0":http://www.apache.org/licenses/LICENSE-2.0.html .
It is developed by "AgoraPulse":http://www.agorapulse.com and licensed under the "Apache Licence, Version 2.0":http://www.apache.org/licenses/LICENSE-2.0.html .

0 comments on commit 11f9112

Please sign in to comment.