diff --git a/FacebookSdkGrailsPlugin.groovy b/FacebookSdkGrailsPlugin.groovy index 0d1afd8..462ccb2 100644 --- a/FacebookSdkGrailsPlugin.groovy +++ b/FacebookSdkGrailsPlugin.groovy @@ -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" @@ -31,4 +31,4 @@ It is a port of the official Facebook PHP SDK V3.1.1 to Grails 2.0. } } -} \ No newline at end of file +} diff --git a/README.md b/README.md index bf62897..3b87498 100644 --- a/README.md +++ b/README.md @@ -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' } } ``` @@ -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 @@ -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). \ No newline at end of file +The **Grails Facebook SDK** is licensed under the [Apache Licence, Version 2.0](http://www.apache.org/licenses/LICENSE-2.0.html). diff --git a/src/docs/guide/introduction.gdoc b/src/docs/guide/introduction.gdoc index 3895f93..1da015a 100644 --- a/src/docs/guide/introduction.gdoc +++ b/src/docs/guide/introduction.gdoc @@ -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 @@ -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 . \ No newline at end of file +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 .