Skip to content

Tags: krishnakumarv7/nexmo-php

Tags

1.3.1

Toggle 1.3.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Allow searching for toll-free numbers

1.3.0

Toggle 1.3.0's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix numbers()->purchase() when providing a string

To purchase a number you must provide a number and the associated
country. We previously tried to automate this using `searchAvailable`
but this only searches *owned* numbers.

To purchase without using a number object, you can now call
`numbers()->purchase($number, $country);`

Resolves Vonage#100

1.3.0-beta5

Toggle 1.3.0-beta5's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Fix Conversation::Create() response (id, not uuid)

1.3.0-beta4

Toggle 1.3.0-beta4's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Allow JWT generation when using the Container credential type

1.3.0-beta3

Toggle 1.3.0-beta3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Expose JWT generation to the public

1.3.0-beta2

Toggle 1.3.0-beta2's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Add support for fetching a list of conversations for a specific user

1.3.0-beta

Toggle 1.3.0-beta's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Use keypair auth for Stitch endpoints if a container is provided

1.2.1

Toggle 1.2.1's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
add `getCost()` to `Number`

1.2.0

Toggle 1.2.0's commit message

Verified

This commit was signed with the committer’s verified signature.
mheap Michael Heap
Bump version

1.1.3

Toggle 1.1.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
Feature/user agent (Vonage#89)

* change 'user-agent' to 'User-Agent'
* update version number from '1.0.0' to '1.1.3'