File tree Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Expand file tree Collapse file tree 5 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 2.1.0] ( https://github.com/gopad/gopad-php/compare/v2.0.0...v2.1.0 ) (2025-02-24)
4
+
5
+
6
+ ### Features
7
+
8
+ * automated openapi client update ([ bd5afac] ( https://github.com/gopad/gopad-php/commit/bd5afac66eee6bf725bca26f4a0a338b0e0b6162 ) )
9
+ * automated openapi client update ([ 9800f46] ( https://github.com/gopad/gopad-php/commit/9800f46c6679fc3d2f623fee7c640aa0cf8563c8 ) )
10
+ * entirely regenerate client locally ([ d88b0ba] ( https://github.com/gopad/gopad-php/commit/d88b0ba9d4780fcb2b8b5071dcf5fa32c9db6ef9 ) )
11
+
3
12
## [ 2.0.0] ( https://github.com/gopad/gopad-php/compare/v1.3.0...v2.0.0 ) (2025-02-10)
4
13
5
14
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ This repository provides a client SDK for PHP. This SDK is automatically
6
6
generated by the [ OpenAPI Generator] [ generator ] project:
7
7
8
8
- API version: 1.0.0-alpha1
9
- - Package version: 2.0 .0
9
+ - Package version: 2.1 .0
10
10
- Build package: org.openapitools.codegen.languages.PhpClientCodegen
11
11
12
12
For more information, please visit [ https://gopad.eu ] ( https://gopad.eu )
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " gopad/gopad-php" ,
3
- "version" : " 2.0 .0" ,
3
+ "version" : " 2.1 .0" ,
4
4
"type" : " library" ,
5
5
"description" : " OpenAPI client for Gopad" ,
6
6
"keywords" : [
Original file line number Diff line number Diff line change @@ -434,7 +434,7 @@ public static function toDebugReport()
434
434
$ report .= ' OS: ' . php_uname () . PHP_EOL ;
435
435
$ report .= ' PHP Version: ' . PHP_VERSION . PHP_EOL ;
436
436
$ report .= ' The version of the OpenAPI document: 1.0.0-alpha1 ' . PHP_EOL ;
437
- $ report .= ' SDK Package Version: 2.0 .0 ' . PHP_EOL ;
437
+ $ report .= ' SDK Package Version: 2.1 .0 ' . PHP_EOL ;
438
438
$ report .= ' Temp Folder Path: ' . self ::getDefaultConfiguration ()->getTempFolderPath () . PHP_EOL ;
439
439
440
440
return $ report ;
Original file line number Diff line number Diff line change 2
2
invokerPackage : Gopad
3
3
packageName : gopad
4
4
variableNamingConvention : camelCase
5
- artifactVersion : 2.0 .0
5
+ artifactVersion : 2.1 .0
6
6
7
7
...
You can’t perform that action at this time.
0 commit comments