Skip to content

Commit a6f3658

Browse files
committed
release 0.0.2-beta source code for php
1 parent 017e9cc commit a6f3658

File tree

252 files changed

+102844
-14
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

252 files changed

+102844
-14
lines changed

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1+
# 0.0.2-beta 2023-01-06
2+
3+
### G42Cloud SDK IMS
4+
5+
- _Features_
6+
- New Support IMS
7+
- _Bug Fix_
8+
- None
9+
- _Change_
10+
- None
11+
12+
### G42Cloud SDK SMN
13+
14+
- _Features_
15+
- New Support SMN
16+
- _Bug Fix_
17+
- None
18+
- _Change_
19+
- None
20+
121
# 0.0.1-beta 2022-11-29
222

323
### G42Cloud SDK CDN

Core/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"api",
99
"core"
1010
],
11-
"version": "0.0.1-beta",
11+
"version": "0.0.2-beta",
1212
"type": "library",
1313
"license": "Apache-2.0",
1414
"authors": [

Core/src/Client.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ private function parsePathParams($collectionFormats,
241241
if (isset($pathParams)) {
242242
foreach ($pathParams as $k => $v) {
243243
$resourcePath = str_replace(sprintf('{%s}', $k),
244-
urlencode(strval($v)), $resourcePath);
244+
strval($v), $resourcePath);
245245
}
246246
}
247247

README.md

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

55
<h1 align="center">G42 Cloud Php Software Development Kit (Php SDK)</h1>

Services/Cdn/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"api",
99
"cdn"
1010
],
11-
"version": "0.0.1-beta",
11+
"version": "0.0.2-beta",
1212
"type": "library",
1313
"license": "Apache-2.0",
1414
"authors": [
@@ -20,7 +20,7 @@
2020
],
2121
"minimum-stability": "dev",
2222
"require": {
23-
"g42cloud/cloud-sdk-core": "0.0.1-beta"
23+
"g42cloud/cloud-sdk-core": "0.0.2-beta"
2424
},
2525
"autoload": {
2626
"psr-4": {

Services/Cse/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"api",
99
"cse"
1010
],
11-
"version": "0.0.1-beta",
11+
"version": "0.0.2-beta",
1212
"type": "library",
1313
"license": "Apache-2.0",
1414
"authors": [
@@ -20,7 +20,7 @@
2020
],
2121
"minimum-stability": "dev",
2222
"require": {
23-
"g42cloud/cloud-sdk-core": "0.0.1-beta"
23+
"g42cloud/cloud-sdk-core": "0.0.2-beta"
2424
},
2525
"autoload": {
2626
"psr-4": {

Services/Ecs/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"api",
99
"ecs"
1010
],
11-
"version": "0.0.1-beta",
11+
"version": "0.0.2-beta",
1212
"type": "library",
1313
"license": "Apache-2.0",
1414
"authors": [
@@ -20,7 +20,7 @@
2020
],
2121
"minimum-stability": "dev",
2222
"require": {
23-
"g42cloud/cloud-sdk-core": "0.0.1-beta"
23+
"g42cloud/cloud-sdk-core": "0.0.2-beta"
2424
},
2525
"autoload": {
2626
"psr-4": {

Services/Evs/composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"api",
99
"evs"
1010
],
11-
"version": "0.0.1-beta",
11+
"version": "0.0.2-beta",
1212
"type": "library",
1313
"license": "Apache-2.0",
1414
"authors": [
@@ -20,7 +20,7 @@
2020
],
2121
"minimum-stability": "dev",
2222
"require": {
23-
"g42cloud/cloud-sdk-core": "0.0.1-beta"
23+
"g42cloud/cloud-sdk-core": "0.0.2-beta"
2424
},
2525
"autoload": {
2626
"psr-4": {

0 commit comments

Comments
 (0)