Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 788 Bytes

CHANGES.md

File metadata and controls

13 lines (7 loc) · 788 Bytes

0.8.0

  • "development_mode" flag has been deprecated. It is recommended to use a multiple projects (with different API credentials). Please contact [email protected] for assistance in upgrading your account.

0.7.0

  • girl_friday has been replaced by sucker_punch. The most significant effect of this change is that Ruby 1.8.7 will no longer be supported.

0.6.0

  • All APIs using the trackable interface will now pass up an :id (if it has been made available). In the past the gem would assume that the user's id would always be equal to their email address, but now the gem properly implements the Vero API.

  • update_user! method no longer takes an optional new email address as a parameter. It is recommended that the email be made a trackable field.