Skip to content

Commit aa888dc

Browse files
authored
Merge pull request #38 from Bandwidth/DX-597
Dx 597
2 parents f57e3e7 + 08c7011 commit aa888dc

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ PHP Client library for Bandwidth's Phone Number Dashboard (AKA: Dashboard, Iris)
77
| Version | Notes |
88
|:---|:---|
99
| 2.0.0 | Fixed incompatibilities with Bandwidth's Dashboard API Create Site function that required breaking changes. Versions less than 2.0.0 are not guaranteed to work with Bandwidth's Dashboard API. |
10+
| 2.0.1 | Added `ActualFocDate` to Portins model |
1011

1112
## Supported PHP Versions
1213

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Bandwidth's Iris SDK for PHP",
55
"keywords": ["iris","sdk","php"],
66
"homepage": "http://dev.bandwidth.com",
7-
"reference": "v2.0.0",
7+
"reference": "v2.0.1",
88
"license": "MIT",
99
"authors": [
1010
],

src/PortinsModel.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ class Portin extends RestEntry {
7878
"LNPLosingCarrierId" => [ "type" => "string"],
7979
"LNPLosingCarrierName" => [ "type" => "string"],
8080
"RequestedFOCDate" => [ "type" => "string"],
81+
"ActualFocDate" => [ "type" => "string"],
8182
"VendorId" => [ "type" => "string"],
8283
"VendorName" => [ "type" => "string"],
8384
"PON" => [ "type" => "string"],

0 commit comments

Comments
 (0)