Skip to content

Commit 48d9b55

Browse files
authored
Merge pull request #819 from udx/develop-alexey
Release 4.3.0
2 parents e03cf10 + c8c3ddd commit 48d9b55

File tree

228 files changed

+4334
-2117
lines changed

Some content is hidden

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

228 files changed

+4334
-2117
lines changed

changelog.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
== Changelog ==
2+
= 4.3.0 =
3+
* ENHANCEMENT - update dependencies for Google APIs Client Library.
4+
* COMPATIBILITY - Simple Local Avatars Compatibility replaced with [WP-Stateless - Simple Local Avatars Addon](https://wordpress.org/plugins/wp-stateless-simple-local-avatars-addon/).
5+
26
= 4.2.1 =
37
* ENHANCEMENT - updated `wpmetabox/meta-box` library from 5.10.11 to 5.10.15.
48
* FIX - correctly loads text domain to prevent PHP notices.

changes.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
#### 4.3.0
2+
* ENHANCEMENT - update dependencies for Google APIs Client Library.
3+
* COMPATIBILITY - Simple Local Avatars Compatibility replaced with [WP-Stateless - Simple Local Avatars Addon](https://wordpress.org/plugins/wp-stateless-simple-local-avatars-addon/).
4+
15
#### 4.2.1
26
* ENHANCEMENT - updated `wpmetabox/meta-box` library from 5.10.11 to 5.10.15.
37
* FIX - correctly loads text domain to prevent PHP notices.

lib/Google/composer.lock

Lines changed: 752 additions & 328 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

lib/Google/vendor/composer/autoload_psr4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
'Rize\\' => array($vendorDir . '/rize/uri-template/src/Rize'),
1212
'Ramsey\\Uuid\\' => array($vendorDir . '/ramsey/uuid/src'),
1313
'Ramsey\\Collection\\' => array($vendorDir . '/ramsey/collection/src'),
14-
'Psr\\Log\\' => array($vendorDir . '/psr/log/Psr/Log'),
14+
'Psr\\Log\\' => array($vendorDir . '/psr/log/src'),
1515
'Psr\\Http\\Message\\' => array($vendorDir . '/psr/http-factory/src', $vendorDir . '/psr/http-message/src'),
1616
'Psr\\Http\\Client\\' => array($vendorDir . '/psr/http-client/src'),
1717
'Psr\\Cache\\' => array($vendorDir . '/psr/cache/src'),

lib/Google/vendor/composer/autoload_static.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ class ComposerStaticInitbd131085cfdbf47b26d7ae00fe412ae4
108108
),
109109
'Psr\\Log\\' =>
110110
array (
111-
0 => __DIR__ . '/..' . '/psr/log/Psr/Log',
111+
0 => __DIR__ . '/..' . '/psr/log/src',
112112
),
113113
'Psr\\Http\\Message\\' =>
114114
array (

lib/Google/vendor/composer/installed.json

Lines changed: 122 additions & 115 deletions
Large diffs are not rendered by default.

lib/Google/vendor/composer/installed.php

Lines changed: 44 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
'name' => 'google/apiclient',
44
'pretty_version' => 'dev-latest',
55
'version' => 'dev-latest',
6-
'reference' => 'e9bccc39abc840b90f13f5054b669f3d2d2fe0df',
6+
'reference' => '5531500eab1459100600be9f30c5795acddde4c6',
77
'type' => 'library',
88
'install_path' => __DIR__ . '/../../',
99
'aliases' => array(),
@@ -31,34 +31,34 @@
3131
'google/apiclient' => array(
3232
'pretty_version' => 'dev-latest',
3333
'version' => 'dev-latest',
34-
'reference' => 'e9bccc39abc840b90f13f5054b669f3d2d2fe0df',
34+
'reference' => '5531500eab1459100600be9f30c5795acddde4c6',
3535
'type' => 'library',
3636
'install_path' => __DIR__ . '/../../',
3737
'aliases' => array(),
3838
'dev_requirement' => false,
3939
),
4040
'google/apiclient-services' => array(
41-
'pretty_version' => 'v0.396.0',
42-
'version' => '0.396.0.0',
43-
'reference' => 'ceb2e432e4326c6775d24f62d554395a1a9ad3dd',
41+
'pretty_version' => 'v0.411.0',
42+
'version' => '0.411.0.0',
43+
'reference' => '3d616fcefdb8e6c598b2d007d4155fe516b91abd',
4444
'type' => 'library',
4545
'install_path' => __DIR__ . '/../google/apiclient-services',
4646
'aliases' => array(),
4747
'dev_requirement' => false,
4848
),
4949
'google/auth' => array(
50-
'pretty_version' => 'v1.42.0',
51-
'version' => '1.42.0.0',
52-
'reference' => '0c25599a91530b5847f129b271c536f75a7563f5',
50+
'pretty_version' => 'v1.47.1',
51+
'version' => '1.47.1.0',
52+
'reference' => 'd7a0a215ec42ca0c8cb40e9ae0c5960aa9a024b7',
5353
'type' => 'library',
5454
'install_path' => __DIR__ . '/../google/auth',
5555
'aliases' => array(),
5656
'dev_requirement' => false,
5757
),
5858
'google/cloud-core' => array(
59-
'pretty_version' => 'v1.60.0',
60-
'version' => '1.60.0.0',
61-
'reference' => '7d63ba4295b799dc63227b6c9daf9dc207650eb4',
59+
'pretty_version' => 'v1.64.0',
60+
'version' => '1.64.0.0',
61+
'reference' => 'f0cc1e5d7626b1b3d9407b2af2368acc7ccf0d85',
6262
'type' => 'library',
6363
'install_path' => __DIR__ . '/../google/cloud-core',
6464
'aliases' => array(),
@@ -83,9 +83,9 @@
8383
'dev_requirement' => false,
8484
),
8585
'google/gax' => array(
86-
'pretty_version' => 'v1.35.1',
87-
'version' => '1.35.1.0',
88-
'reference' => '336005867c0ca3e2ad95183cf9dd74fa67915dd9',
86+
'pretty_version' => 'v1.36.1',
87+
'version' => '1.36.1.0',
88+
'reference' => 'afdac3bc38a3b17d70668115d7b1a97289ac4d72',
8989
'type' => 'library',
9090
'install_path' => __DIR__ . '/../google/gax',
9191
'aliases' => array(),
@@ -101,9 +101,9 @@
101101
'dev_requirement' => false,
102102
),
103103
'google/longrunning' => array(
104-
'pretty_version' => '0.4.7',
105-
'version' => '0.4.7.0',
106-
'reference' => '624cabb874c10e5ddc9034c999f724894b70a3d3',
104+
'pretty_version' => '0.6.0',
105+
'version' => '0.6.0.0',
106+
'reference' => '226d3b5166eaa13754cc5e452b37872478e23375',
107107
'type' => 'library',
108108
'install_path' => __DIR__ . '/../google/longrunning',
109109
'aliases' => array(),
@@ -119,36 +119,36 @@
119119
'dev_requirement' => false,
120120
),
121121
'grpc/grpc' => array(
122-
'pretty_version' => '1.57.0',
123-
'version' => '1.57.0.0',
124-
'reference' => 'b610c42022ed3a22f831439cb93802f2a4502fdf',
122+
'pretty_version' => '1.74.0',
123+
'version' => '1.74.0.0',
124+
'reference' => '32bf4dba256d60d395582fb6e4e8d3936bcdb713',
125125
'type' => 'library',
126126
'install_path' => __DIR__ . '/../grpc/grpc',
127127
'aliases' => array(),
128128
'dev_requirement' => false,
129129
),
130130
'guzzlehttp/guzzle' => array(
131-
'pretty_version' => '7.9.3',
132-
'version' => '7.9.3.0',
133-
'reference' => '7b2f29fe81dc4da0ca0ea7d42107a0845946ea77',
131+
'pretty_version' => '7.10.0',
132+
'version' => '7.10.0.0',
133+
'reference' => 'b51ac707cfa420b7bfd4e4d5e510ba8008e822b4',
134134
'type' => 'library',
135135
'install_path' => __DIR__ . '/../guzzlehttp/guzzle',
136136
'aliases' => array(),
137137
'dev_requirement' => false,
138138
),
139139
'guzzlehttp/promises' => array(
140-
'pretty_version' => '2.2.0',
141-
'version' => '2.2.0.0',
142-
'reference' => '7c69f28996b0a6920945dd20b3857e499d9ca96c',
140+
'pretty_version' => '2.3.0',
141+
'version' => '2.3.0.0',
142+
'reference' => '481557b130ef3790cf82b713667b43030dc9c957',
143143
'type' => 'library',
144144
'install_path' => __DIR__ . '/../guzzlehttp/promises',
145145
'aliases' => array(),
146146
'dev_requirement' => false,
147147
),
148148
'guzzlehttp/psr7' => array(
149-
'pretty_version' => '2.7.1',
150-
'version' => '2.7.1.0',
151-
'reference' => 'c2270caaabe631b3b44c85f99e5a04bbb8060d16',
149+
'pretty_version' => '2.8.0',
150+
'version' => '2.8.0.0',
151+
'reference' => '21dc724a0583619cd1652f673303492272778051',
152152
'type' => 'library',
153153
'install_path' => __DIR__ . '/../guzzlehttp/psr7',
154154
'aliases' => array(),
@@ -164,9 +164,9 @@
164164
'dev_requirement' => false,
165165
),
166166
'paragonie/constant_time_encoding' => array(
167-
'pretty_version' => 'v3.0.0',
168-
'version' => '3.0.0.0',
169-
'reference' => 'df1e7fde177501eee2037dd159cf04f5f301a512',
167+
'pretty_version' => 'v3.1.3',
168+
'version' => '3.1.3.0',
169+
'reference' => 'd5b01a39b3415c2cd581d3bd3a3575c1ebbd8e77',
170170
'type' => 'library',
171171
'install_path' => __DIR__ . '/../paragonie/constant_time_encoding',
172172
'aliases' => array(),
@@ -182,9 +182,9 @@
182182
'dev_requirement' => false,
183183
),
184184
'phpseclib/phpseclib' => array(
185-
'pretty_version' => '3.0.43',
186-
'version' => '3.0.43.0',
187-
'reference' => '709ec107af3cb2f385b9617be72af8cf62441d02',
185+
'pretty_version' => '3.0.47',
186+
'version' => '3.0.47.0',
187+
'reference' => '9d6ca36a6c2dd434765b1071b2644a1c683b385d',
188188
'type' => 'library',
189189
'install_path' => __DIR__ . '/../phpseclib/phpseclib',
190190
'aliases' => array(),
@@ -245,9 +245,9 @@
245245
),
246246
),
247247
'psr/log' => array(
248-
'pretty_version' => '1.1.4',
249-
'version' => '1.1.4.0',
250-
'reference' => 'd49695b909c3b7628b6289db5479a1c204601f11',
248+
'pretty_version' => '3.0.2',
249+
'version' => '3.0.2.0',
250+
'reference' => 'f16e1d5863e37f8d8c2a01719f5b34baa2b714d3',
251251
'type' => 'library',
252252
'install_path' => __DIR__ . '/../psr/log',
253253
'aliases' => array(),
@@ -278,9 +278,9 @@
278278
'dev_requirement' => false,
279279
),
280280
'ramsey/uuid' => array(
281-
'pretty_version' => '4.9.0',
282-
'version' => '4.9.0.0',
283-
'reference' => '4e0e23cc785f0724a0e838279a9eb03f28b092a0',
281+
'pretty_version' => '4.9.1',
282+
'version' => '4.9.1.0',
283+
'reference' => '81f941f6f729b1e3ceea61d9d014f8b6c6800440',
284284
'type' => 'library',
285285
'install_path' => __DIR__ . '/../ramsey/uuid',
286286
'aliases' => array(),
@@ -289,7 +289,7 @@
289289
'rhumsaa/uuid' => array(
290290
'dev_requirement' => false,
291291
'replaced' => array(
292-
0 => '4.9.0',
292+
0 => '4.9.1',
293293
),
294294
),
295295
'rize/uri-template' => array(
@@ -311,8 +311,8 @@
311311
'dev_requirement' => false,
312312
),
313313
'symfony/polyfill-php81' => array(
314-
'pretty_version' => 'v1.32.0',
315-
'version' => '1.32.0.0',
314+
'pretty_version' => 'v1.33.0',
315+
'version' => '1.33.0.0',
316316
'reference' => '4a4cfc2d253c21a5ad0e53071df248ed48c6ce5c',
317317
'type' => 'library',
318318
'install_path' => __DIR__ . '/../symfony/polyfill-php81',

lib/Google/vendor/google/apiclient-services/src/Storage.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1700,6 +1700,10 @@ public function __construct($clientOrConfig = [], $rootUrl = null)
17001700
'location' => 'query',
17011701
'type' => 'string',
17021702
],
1703+
'projection' => [
1704+
'location' => 'query',
1705+
'type' => 'string',
1706+
],
17031707
'userProject' => [
17041708
'location' => 'query',
17051709
'type' => 'string',

lib/Google/vendor/google/apiclient-services/src/Storage/BucketIpFilter.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@
2020
class BucketIpFilter extends \Google\Collection
2121
{
2222
protected $collection_key = 'vpcNetworkSources';
23+
/**
24+
* @var bool
25+
*/
26+
public $allowCrossOrgVpcs;
2327
/**
2428
* @var string
2529
*/
@@ -29,6 +33,20 @@ class BucketIpFilter extends \Google\Collection
2933
protected $vpcNetworkSourcesType = BucketIpFilterVpcNetworkSources::class;
3034
protected $vpcNetworkSourcesDataType = 'array';
3135

36+
/**
37+
* @param bool
38+
*/
39+
public function setAllowCrossOrgVpcs($allowCrossOrgVpcs)
40+
{
41+
$this->allowCrossOrgVpcs = $allowCrossOrgVpcs;
42+
}
43+
/**
44+
* @return bool
45+
*/
46+
public function getAllowCrossOrgVpcs()
47+
{
48+
return $this->allowCrossOrgVpcs;
49+
}
3250
/**
3351
* @param string
3452
*/

lib/Google/vendor/google/apiclient-services/src/Storage/Resource/Folders.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ public function get($bucket, $folder, $optParams = [])
8282
* @param Folder $postBody
8383
* @param array $optParams Optional parameters.
8484
*
85-
* @opt_param bool recursive If true, any parent folder which doesnt exist will
85+
* @opt_param bool recursive If true, any parent folder which doesn't exist will
8686
* be created automatically.
8787
* @return Folder
8888
* @throws \Google\Service\Exception

0 commit comments

Comments
 (0)