Skip to content

Commit

Permalink
Merge pull request #24 from RusticiSoftware/v2.1.0-release
Browse files Browse the repository at this point in the history
Updated library to work with course download and LTI 1.3 endpoints
  • Loading branch information
DillGromble authored Sep 27, 2022
2 parents edcd9c9 + 1cd5bba commit 70b4c0e
Show file tree
Hide file tree
Showing 155 changed files with 6,074 additions and 313 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ REST API used for SCORM Cloud integrations.
This PHP package is automatically generated by the [Swagger Codegen](https://github.com/swagger-api/swagger-codegen) project:

- API version: 2.0
- Package version: 2.0.0
- Package version: 2.1.0
- Build package: io.swagger.codegen.languages.PhpClientCodegen

## Requirements
Expand All @@ -27,7 +27,8 @@ $response = $dispatch_api->updateDispatchesWithHttpInfo(new \RusticiSoftware\Clo
print($response[2]['X-Total-Count'][0])
```

## Release 2.0.X:
## Changelog
### Release 2.0.X:
- Boolean parameters no longer need to be passed as strings to parse correctly.
- The service class' constructor no longer requires passing of a configuration object. If no config object is passed,
the default will automatically be used instead.
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rustici-software/scormcloud-api-v2-client-php",
"version": "2.0.0",
"version": "2.1.0",
"description": "",
"keywords": [
"scorm",
Expand Down
2 changes: 1 addition & 1 deletion src/Api/AboutApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* OpenAPI spec version: 2.0
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.12
* Swagger Codegen version: 2.4.27
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Api/ApplicationManagementApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* OpenAPI spec version: 2.0
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.12
* Swagger Codegen version: 2.4.27
*/

/**
Expand Down
2 changes: 1 addition & 1 deletion src/Api/AuthenticationApi.php
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
* OpenAPI spec version: 2.0
*
* Generated by: https://github.com/swagger-api/swagger-codegen.git
* Swagger Codegen version: 2.4.12
* Swagger Codegen version: 2.4.27
*/

/**
Expand Down
Loading

0 comments on commit 70b4c0e

Please sign in to comment.