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

Commit

Permalink
Docs links update (github.com replaced by github.io)
Browse files Browse the repository at this point in the history
  • Loading branch information
benorama committed Apr 8, 2013
1 parent 8d86ef6 commit 599fd19
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion FacebookSdkGrailsPlugin.groovy
Expand Up @@ -12,7 +12,7 @@ class FacebookSdkGrailsPlugin {
It is a port of the official Facebook PHP SDK V3.1.1 to Grails 2.0.
'''

def documentation = "http://benorama.github.com/grails-facebook-sdk/guide/"
def documentation = "http://benorama.github.io/grails-facebook-sdk/guide/"
def license = "APACHE"
def organization = [ name: "AgoraPulse", url: "http://www.agorapulse.com/" ]
def issueManagement = [ system: "github", url: "https://github.com/benorama/grails-facebook-sdk/issues" ]
Expand Down
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -68,14 +68,14 @@ To see an example of integration with Shiro Grails Plugin, you can download [Fac

Project documentation is located here :

* [Reference Documentation (Page per chapter)](http://benorama.github.com/grails-facebook-sdk/guide)
* [Reference Documentation (Single page)](http://benorama.github.com/grails-facebook-sdk/guide/single.html)
* [Groovy API docs](http://benorama.github.com/grails-facebook-sdk/gapi/)
* [Reference Documentation (Page per chapter)](http://benorama.github.io/grails-facebook-sdk/guide)
* [Reference Documentation (Single page)](http://benorama.github.io/grails-facebook-sdk/guide/single.html)
* [Groovy API docs](http://benorama.github.io/grails-facebook-sdk/gapi/)

# Latest releases

WARNING: Since V0.4.0, _FacebookApp_, _FacebookSdkFilters_ and _FacebookAppService_ from V0.3.* are DEPRECATED and have been replaced by _FacebookContext_.
Please check [FacebookContext](http://benorama.github.com/grails-facebook-sdk/guide/facebookContext.html) doc for more info.
Please check [FacebookContext](http://benorama.github.io/grails-facebook-sdk/guide/facebookContext.html) doc for more info.

* 2013-04-03 **V0.4.10** : RestFB dependency updated to 1.6.12 + bug fix token exchange
* 2013-03-19 **V0.4.9** : bug fix token exchange from code with concurrent requests (thanks to [elegorod](https://github.com/elegorod))
Expand All @@ -87,7 +87,7 @@ Please check [FacebookContext](http://benorama.github.com/grails-facebook-sdk/gu
* 2012-10-29 **V0.4.3** : tag lib improvements: channel integration (_initJS_ tag and _FacebookSdkController_ created), resources plugin integration (_FacebookSdkResources_ created)
* 2012-10-10 **V0.4.2** : bug fix in batch responses error handling
* 2012-09-25 **V0.4.1** : bug fix in server side OAuth redirect
* 2012-09-25 **V0.4.0** : complete refactoring to improve SDK architecture ([FacebookContext](http://benorama.github.com/grails-facebook-sdk/guide/facebookContext.html) implemented) and [multiple apps support](http://benorama.github.com/grails-facebook-sdk/guide/configuration.html) added
* 2012-09-25 **V0.4.0** : complete refactoring to improve SDK architecture ([FacebookContext](http://benorama.github.io/grails-facebook-sdk/guide/facebookContext.html) implemented) and [multiple apps support](http://benorama.github.io/grails-facebook-sdk/guide/configuration.html) added
* 2012-09-03 **V0.3.6** : RestFB dependency updated to 1.6.10, _proxyHost_ and _proxyPort_ added to config and _signedRequest_ added to filter _facebook_ map
* 2012-08-24 **V0.3.5** : _proxyHost_ and _proxyPort_ parameters added to Graph/Rest client (thanks to Eduard Martini)
* 2012-07-23 **V0.3.4** : bug fix in facebookAppService
Expand Down

0 comments on commit 599fd19

Please sign in to comment.