1
0
Fork 0
mirror of synced 2024-07-03 13:41:01 +12:00

Updateds SDK versions

This commit is contained in:
eldadfux 2019-10-20 12:05:32 +03:00
parent c06dc02ebc
commit 90ed2ca0c8

View file

@ -17,7 +17,7 @@ use Appwrite\SDK\Language\Go;
$cli = new CLI(); $cli = new CLI();
$version = '0.2.0'; // Server version $version = '0.3.0'; // Server version
$warning = '**This SDK is compatible with Appwrite server version ' . $version . '. For older versions, please check previous releases.**'; $warning = '**This SDK is compatible with Appwrite server version ' . $version . '. For older versions, please check previous releases.**';
$cli $cli
@ -39,7 +39,7 @@ $cli
$clients = [ $clients = [
'php' => [ 'php' => [
'version' => '1.0.12', 'version' => '1.0.13',
'result' => __DIR__.'/../sdks/php/', 'result' => __DIR__.'/../sdks/php/',
'gitURL' => 'https://github.com/appwrite/sdk-for-php.git', 'gitURL' => 'https://github.com/appwrite/sdk-for-php.git',
'gitRepo' => 'git@github.com:appwrite/sdk-for-php.git', 'gitRepo' => 'git@github.com:appwrite/sdk-for-php.git',
@ -50,7 +50,7 @@ $cli
'platform' => 'server', 'platform' => 'server',
], ],
'js' => [ 'js' => [
'version' => '1.0.24', 'version' => '1.0.25',
'result' => __DIR__.'/../sdks/js/', 'result' => __DIR__.'/../sdks/js/',
'gitURL' => 'https://github.com/appwrite/sdk-for-js.git', 'gitURL' => 'https://github.com/appwrite/sdk-for-js.git',
'gitRepo' => 'git@github.com:appwrite/sdk-for-js.git', 'gitRepo' => 'git@github.com:appwrite/sdk-for-js.git',
@ -61,7 +61,7 @@ $cli
'platform' => 'client', 'platform' => 'client',
], ],
'node' => [ 'node' => [
'version' => '1.0.27', 'version' => '1.0.28',
'result' => __DIR__.'/../sdks/node/', 'result' => __DIR__.'/../sdks/node/',
'gitURL' => 'https://github.com/appwrite/sdk-for-node.git', 'gitURL' => 'https://github.com/appwrite/sdk-for-node.git',
'gitRepo' => 'git@github.com:appwrite/sdk-for-node.git', 'gitRepo' => 'git@github.com:appwrite/sdk-for-node.git',
@ -72,7 +72,7 @@ $cli
'platform' => 'server', 'platform' => 'server',
], ],
'python' => [ 'python' => [
'version' => '1.0.0', 'version' => '1.0.1',
'result' => __DIR__.'/../sdks/python/', 'result' => __DIR__.'/../sdks/python/',
'gitURL' => 'https://github.com/appwrite/sdk-for-python.git', 'gitURL' => 'https://github.com/appwrite/sdk-for-python.git',
'gitRepo' => 'git@github.com:appwrite/sdk-for-python.git', 'gitRepo' => 'git@github.com:appwrite/sdk-for-python.git',
@ -83,7 +83,7 @@ $cli
'platform' => 'server', 'platform' => 'server',
], ],
'ruby' => [ 'ruby' => [
'version' => '1.0.4', 'version' => '1.0.5',
'result' => __DIR__.'/../sdks/ruby/', 'result' => __DIR__.'/../sdks/ruby/',
'gitURL' => 'https://github.com/appwrite/sdk-for-ruby.git', 'gitURL' => 'https://github.com/appwrite/sdk-for-ruby.git',
'gitRepo' => 'git@github.com:appwrite/sdk-for-ruby.git', 'gitRepo' => 'git@github.com:appwrite/sdk-for-ruby.git',
@ -94,7 +94,7 @@ $cli
'platform' => 'server', 'platform' => 'server',
], ],
'dart' => [ 'dart' => [
'version' => '0.0.2', 'version' => '0.0.3',
'result' => __DIR__.'/../sdks/dart/', 'result' => __DIR__.'/../sdks/dart/',
'gitURL' => 'https://github.com/appwrite/sdk-for-dart', 'gitURL' => 'https://github.com/appwrite/sdk-for-dart',
'gitRepo' => 'git@github.com:appwrite/sdk-for-dart.git', 'gitRepo' => 'git@github.com:appwrite/sdk-for-dart.git',
@ -105,7 +105,7 @@ $cli
'platform' => 'client', 'platform' => 'client',
], ],
'go' => [ 'go' => [
'version' => '0.0.1', 'version' => '0.0.2',
'result' => __DIR__.'/../sdks/go/', 'result' => __DIR__.'/../sdks/go/',
'gitURL' => 'https://github.com/appwrite/sdk-for-go', 'gitURL' => 'https://github.com/appwrite/sdk-for-go',
'gitRepo' => 'git@github.com:appwrite/sdk-for-go.git', 'gitRepo' => 'git@github.com:appwrite/sdk-for-go.git',