-
Introduces a new config option :enabled, which is set to false by default. This was added to prevent test and development enviroments from establishing actual connections to the MessageBird servers. Connections may be enabled by setting:
MessageBird.configure do enabled true end
- Sender_ID is now validated. Valid formats are:
- 11 alphanumeric characters
- telephone number string consisting of "+" + 11 numbers, e.g. "+31612345678"
- Ensure 1.8.7 compatibility
- Various small fixes
- First release