Skip to content

Commit

Permalink
release 2.2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Aaron Heckmann committed Oct 18, 2013
1 parent 825b613 commit fe7fb83
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build/recurly.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Recurly.js - v2.2.4
// Recurly.js - v2.2.7
//
// Communicates with Recurly <https://recurly.com> via a JSONP API,
// generates UI, handles user error, and passes control to the client
Expand Down Expand Up @@ -50,7 +50,7 @@ R.settings = {
, oneErrorPerField: true
};

R.version = '2.2.4';
R.version = '2.2.7';

R.dom = {};

Expand Down
2 changes: 1 addition & 1 deletion build/recurly.min.js

Large diffs are not rendered by default.

13 changes: 9 additions & 4 deletions changelog.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
#Recurly.js CHANGELOG

##Version 2.2.7 (Oct 18, 2013)

- Sort states by display name #88 [drewish](https://github.com/drewish)
- BillingInfo expects a reference to the account #87 [drewish](https://github.com/drewish)
- Remove trailing whitespace #86 [drewish](https://github.com/drewish)

##Version 2.2.6 (Aug 28, 2013)
- Issue fixed where coupon descriptions could show "null"
- Issue fixed where coupon descriptions could show "null"

##Version 2.2.5 (Aug 28, 2013)
- Added default subscription: quantity option to buildSubscriptionForm

##Version 2.2.4 (Aug 23, 2013)
- Workaround a bug in jQuery 1.9 that throws style undefined exceptions.
- Workaround a bug in jQuery 1.9 that throws style undefined exceptions.

##Version 2.2.3 (Aug 13, 2013)
- Fix an issue where first/last name show up for PayPal when distinguishContactFromBillingInfo is true
Expand All @@ -21,7 +26,7 @@

##Version 2.2.0 (May 29, 2013)

- Add support for PayPal
- Add support for PayPal
- Use subdomains in JSONP URLs for DNS loadbalancing

##Version 2.1.3 (May 22, 2012)
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.2.4
2.2.7

0 comments on commit fe7fb83

Please sign in to comment.