- Increment gem version to force fresh installs after
.gitignore
changes
- Fix
CustomField
andRefund
not inheriting fromBase
- All endpoint classes respond without instantiation:
Bloomerang::Constituent.fetch()
instead ofBloomerang::Constituent.new.fetch()
rails g bloomerang:initializer
- Copies configuration file in to "rails_root/config/initializers"
- move bloomerang_config file to new location
-
Release by @chiperific from https://github.com/chiperific/bloomerang_api
-
Breaking changes from v0.1.0:
- Rename
#all
methods to#fetch
- Rename
#show
methods to#get
- Rename
-
Addition of the following classes:
- address
- appeal
- campaign
- custom_field
- email_interest
- household
- interaction
- note
- phone
- pledge
- refund
- relationship
- soft-credit
- tribute
- task
-
Updates to the following classes:
- constituent
- fund
- transaction
- Initial release by @allynfolksjr from https://github.com/mcsweeneys/bloomerang with base classes:
- constituent
- fund
- transaction