Skip to content

Commit a60b64f

Browse files
Add unit testing + bump package version
1 parent f84d1c9 commit a60b64f

File tree

8 files changed

+482
-186
lines changed

8 files changed

+482
-186
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,14 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
99

1010
None
1111

12+
<a name="4.5.0"></a>
13+
14+
## [4.5.0] - 2024-09-11
15+
16+
### Added
17+
18+
- Pagination functionality for PHP SDK
19+
1220
<a name="4.4.2"></a>
1321

1422
## [4.4.2] - 2024-07-23

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -383,5 +383,5 @@ [email protected]
383383
This PHP package is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:
384384

385385
- API version: `1.0.0`
386-
- Package version: `4.4.2`
386+
- Package version: `4.5.0`
387387
- Build package: `org.openapitools.codegen.languages.PhpClientCodegen`

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "freeclimbapi/php-sdk",
3-
"version": "4.4.2",
3+
"version": "4.5.0",
44
"description": "FreeClimb is a cloud-based application programming interface (API) that puts the power of the Vail platform in your hands. FreeClimb simplifies the process of creating applications that can use a full range of telephony features without requiring specialized or on-site telephony equipment. Using the FreeClimb REST API to write applications is easy! You have the option to use the language of your choice or hit the API directly. Your application can execute a command by issuing a RESTful request to the FreeClimb API. The base URL to send HTTP requests to the FreeClimb REST API is: /apiserver. FreeClimb authenticates and processes your request.",
55
"keywords": [
66
"openapitools",

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)