Skip to content
This repository was archived by the owner on Feb 10, 2021. It is now read-only.

Commit f0f1db5

Browse files
author
Dan Tolbert
committed
bump version
1 parent 6695d47 commit f0f1db5

2 files changed

Lines changed: 18 additions & 18 deletions

File tree

CHANGELOG

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
Old CHANGELOG was erased. If you have a version, please report it to me
2-
at: matrix.nad@gmail.com
2+
at: dtolb@bandwidth.com
33

44
Continuing from 0.5.0
55

@@ -9,7 +9,7 @@ Continuing from 0.5.0
99
Catapult\Log. Static class used with
1010
all exception handling. Provides information of
1111
the error line, time and application id. Logs
12-
are generated in ./logs of the working directory.
12+
are generated in ./logs of the working directory.
1313
Individual files are prefixed (changable) with 'catapult_'
1414

1515
- Fixes to match PHP standards, omit warnings.
@@ -55,7 +55,7 @@ Continuing from 0.5.0
5555
----------------------------------------------------
5656

5757
- Project refactoring, directory structure, models.
58-
- Transcription support.
58+
- Transcription support.
5959
Use Catapult\Transcription
6060
* prequisites:
6161
needs recording id
@@ -73,14 +73,14 @@ Continuing from 0.5.0
7373
* Patches for events
7474
* Tuple based initialization:
7575
Gather('call-id', 'gather-id')
76-
this will automatically get the resource and its parent.
76+
this will automatically get the resource and its parent.
7777
* only applies to secondary models
7878
* CollectionSequences, Collections method find/1 will now
7979
update the object directly. So:
8080
PhoneNumbers->find(array("from" => "__NUMBER__"))
8181
PhoneNumbers = PhoneNumbers->find(array("from" => "__NUMBER__"))
8282

83-
are the same.
83+
are the same.
8484
You should now use PHP's native clone function to keep
8585
reference to older states
8686
* Collections can now be called directly, as a result:
@@ -91,10 +91,10 @@ Continuing from 0.5.0
9191
PhoneNumber = new PhoneNumbers
9292
PhoneNumbers = PhoneNumber->listAll
9393

94-
is the same.
94+
is the same.
9595

9696
* Important:
97-
for credentials.json if you plan on using another directory
97+
for credentials.json if you plan on using another directory
9898
please call (statically):
9999
Catapult\Credentials::setPath("./some_external_path/");
100100
When not using this credentials.json will default to the source directory
@@ -114,15 +114,15 @@ Continuing from 0.5.0
114114

115115
Event format:
116116

117-
answerCallEvent = new AnswerCallEvent;
117+
answerCallEvent = new AnswerCallEvent;
118118
incomingCallEvent = new IncomingCallEvent;
119119

120120
Catapult will now look at these two objects and provide data
121-
to the activated one. So you can use: isActive/0 to acheive this.
121+
to the activated one. So you can use: isActive/0 to acheive this.
122122
answerCallEvent->isActive() will be switch on when eventType is "answer"
123123

124-
* Adds domains & endpoints
125-
124+
* Adds domains & endpoints
125+
126126
* New Models:
127127
Domains: Support for Catapult domains
128128
Endpoints: Support for Catapult endpoints
@@ -132,27 +132,27 @@ Continuing from 0.5.0
132132
SIP: SIP address validation (RFC3261)
133133
SIPRealm: four dot validation of a SIP realm,
134134
EndpointsCredentials: An endpoints credentials object
135-
* needs:
135+
* needs:
136136
username, password and realm
137137
* returns a serializable object for Endpoints
138138

139-
* Event:
139+
* Event:
140140
HangupCallEvent is now supported. Previously only available with eventType
141141

142142
* Tests:
143-
Domains
143+
Domains
144144
Endpoints
145145
expand on Transcription tests
146146

147147
* Minor bug fixes / additions:
148148
* adds toArray/1 which works on CollectionObject and GenericResources
149149
will provide an array version of object
150-
* Collections objects will now return list on listAll/1
150+
* Collections objects will now return list on listAll/1
151151
* Public TODO list of internal things that can be updated,
152-
* php-bandwidth-examples requires toArray/0 added to collections
152+
* php-bandwidth-examples requires toArray/0 added to collections
153153

154154
0.8.0 RC1
155-
-----------------------------------------------------
155+
-----------------------------------------------------
156156

157157
- add listBased iterator example and tests in source
158158
- minor fixes to 0.7.5

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"description": "Bandwidth's Catapult SDK for PHP",
55
"keywords": ["bandwidth","catapult","sdk","php"],
66
"homepage": "http://github.com/bandwidthcom/php-bandwidth",
7-
"reference": "v0.8.2",
7+
"reference": "v0.9.2",
88
"license": "MIT",
99
"require": {
1010
"php": ">=5.3.0"

0 commit comments

Comments
 (0)