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 2.2.5 + README update
Browse files Browse the repository at this point in the history
  • Loading branch information
floernoult committed Apr 3, 2015
1 parent 2602eae commit 7ba59a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ grails.project.dependency.resolution = {
}
plugins {
//here go your plugin dependencies
runtime ':recurly:2.2.4'
runtime ':recurly:2.2.5'
}
}
```
Expand Down Expand Up @@ -269,6 +269,7 @@ class RecurlyWebHookService implements RecurlyWebHookListener {

# Latest releases

* 2015-04-03 **V2.2.5** : Fix in Subscription processor to handle add-ons correctly
* 2015-02-26 **V2.2.4** : Fix in BillingInfo processor to handle update for subscriptions made through Paypal
* 2015-02-16 **V2.2.3** : Recurly invoice methods fixed (invoice number prefix handled)
* 2015-01-21 **V2.2.2** : minor fix
Expand Down
2 changes: 1 addition & 1 deletion RecurlyGrailsPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import grails.plugin.recurly.RecurlyWebHookController

class RecurlyGrailsPlugin {

def version = "2.2.4"
def version = "2.2.5"
def grailsVersion = "2.0 > *"
def dependsOn = ["rest": "0.6.1 > *"]

Expand Down

0 comments on commit 7ba59a2

Please sign in to comment.