Skip to content

Commit

Permalink
release 0.0.2-beta source code for php
Browse files Browse the repository at this point in the history
  • Loading branch information
unionsdk committed Jan 6, 2023
1 parent 017e9cc commit a6f3658
Show file tree
Hide file tree
Showing 252 changed files with 102,844 additions and 14 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
# 0.0.2-beta 2023-01-06

### G42Cloud SDK IMS

- _Features_
- New Support IMS
- _Bug Fix_
- None
- _Change_
- None

### G42Cloud SDK SMN

- _Features_
- New Support SMN
- _Bug Fix_
- None
- _Change_
- None

# 0.0.1-beta 2022-11-29

### G42Cloud SDK CDN
Expand Down
2 changes: 1 addition & 1 deletion Core/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"core"
],
"version": "0.0.1-beta",
"version": "0.0.2-beta",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand Down
2 changes: 1 addition & 1 deletion Core/src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ private function parsePathParams($collectionFormats,
if (isset($pathParams)) {
foreach ($pathParams as $k => $v) {
$resourcePath = str_replace(sprintf('{%s}', $k),
urlencode(strval($v)), $resourcePath);
strval($v), $resourcePath);
}
}

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<p align="center">
<a href="https://www.g42cloud.com/"><img width="450px" height="102px" src="https://auth.g42cloud.com//authui/20220614193554/public/custom/images/logo.svg"></a>
<a href="https://www.g42cloud.com/"><img src="https://upload.wikimedia.org/wikipedia/en/4/43/Group_42_Logo.jpg"></a>
</p>

<h1 align="center">G42 Cloud Php Software Development Kit (Php SDK)</h1>
Expand Down
4 changes: 2 additions & 2 deletions Services/Cdn/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"cdn"
],
"version": "0.0.1-beta",
"version": "0.0.2-beta",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"g42cloud/cloud-sdk-core": "0.0.1-beta"
"g42cloud/cloud-sdk-core": "0.0.2-beta"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions Services/Cse/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"cse"
],
"version": "0.0.1-beta",
"version": "0.0.2-beta",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"g42cloud/cloud-sdk-core": "0.0.1-beta"
"g42cloud/cloud-sdk-core": "0.0.2-beta"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions Services/Ecs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"ecs"
],
"version": "0.0.1-beta",
"version": "0.0.2-beta",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"g42cloud/cloud-sdk-core": "0.0.1-beta"
"g42cloud/cloud-sdk-core": "0.0.2-beta"
},
"autoload": {
"psr-4": {
Expand Down
4 changes: 2 additions & 2 deletions Services/Evs/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"api",
"evs"
],
"version": "0.0.1-beta",
"version": "0.0.2-beta",
"type": "library",
"license": "Apache-2.0",
"authors": [
Expand All @@ -20,7 +20,7 @@
],
"minimum-stability": "dev",
"require": {
"g42cloud/cloud-sdk-core": "0.0.1-beta"
"g42cloud/cloud-sdk-core": "0.0.2-beta"
},
"autoload": {
"psr-4": {
Expand Down
Loading

0 comments on commit a6f3658

Please sign in to comment.