Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .github/workflows/security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

- name: Run Security Check
id: test
uses: anchore/scan-action@v4
uses: anchore/scan-action@v6
with:
path: .
output-format: table
Expand Down
7 changes: 6 additions & 1 deletion changelog.txt
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
== Changelog ==
= 4.2.0 =
* ENHANCEMENT - Updated Client library for Google APIs from 2.18.2 to 2.18.3.
* ENHANCEMENT - updated `firebase/php-jwt` library from 6.10.2 to 6.11.1.
* ENHANCEMENT - updated `wpmetabox/meta-box` library from 5.10.1 to 5.10.11.
* DEPRECATED - Setup Assistant removed.

= 4.1.3 =
* COMPATIBILITY - PolyLang Compatibility replaced with [WP-Stateless – Polylang Pro Addon](https://wordpress.org/plugins/wp-stateless-polylang-pro-addon/).
* ENHANCEMENT - updated `wpmetabox/meta-box` library from from 5.10.1 to 5.10.7.
* ENHANCEMENT - updated `Meta Box Tabs` library from 1.1.18 to 1.2.0.
* ENHANCEMENT - updated `firebase/php-jwt` library from from 6.10.1 to 6.10.2.
* ENHANCEMENT - updated `wpmetabox/meta-box` library from from 5.10.1 to 5.10.2.
* ENHANCEMENT - Updated Client library for Google APIs from 2.17.0 to 2.18.2.
* FIX - apply `Cache Control` setting to all files (previously applied only to images).

Expand Down
7 changes: 6 additions & 1 deletion changes.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
#### 4.2.0
* ENHANCEMENT - Updated Client library for Google APIs from 2.18.2 to 2.18.3.
* ENHANCEMENT - updated `firebase/php-jwt` library from 6.10.2 to 6.11.1.
* ENHANCEMENT - updated `wpmetabox/meta-box` library from 5.10.1 to 5.10.11.
* DEPRECATED - Setup Assistant removed.

#### 4.1.3
* COMPATIBILITY - PolyLang Compatibility replaced with [WP-Stateless – Polylang Pro Addon](https://wordpress.org/plugins/wp-stateless-polylang-pro-addon/).
* ENHANCEMENT - updated `wpmetabox/meta-box` library from from 5.10.1 to 5.10.7.
* ENHANCEMENT - updated `Meta Box Tabs` library from 1.1.18 to 1.2.0.
* ENHANCEMENT - updated `firebase/php-jwt` library from from 6.10.1 to 6.10.2.
* ENHANCEMENT - updated `wpmetabox/meta-box` library from from 5.10.1 to 5.10.2.
* ENHANCEMENT - Updated Client library for Google APIs from 2.17.0 to 2.18.2.
* FIX - apply `Cache Control` setting to all files (previously applied only to images).

Expand Down
59 changes: 30 additions & 29 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion lib/Google/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ composer installed.
Once composer is installed, execute the following command in your project root to install this library:

```sh
composer require google/apiclient:^2.15.0
composer require google/apiclient
```

If you're facing a timeout error then either increase the timeout for composer by adding the env flag as `COMPOSER_PROCESS_TIMEOUT=600 composer install` or you can put this in the `config` section of the composer schema:
Expand Down
4 changes: 2 additions & 2 deletions lib/Google/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,15 @@
"phpseclib/phpseclib": "^3.0.36",
"guzzlehttp/guzzle": "^7.4.5",
"guzzlehttp/psr7": "^2.6",
"google/cloud-storage": "^1.45",
"google/cloud-storage": "^1.48",
"google/cloud-core": "^1.60"
},
"require-dev": {
"squizlabs/php_codesniffer": "^3.8",
"symfony/dom-crawler": "~2.1",
"symfony/css-selector": "~2.1",
"phpcompatibility/php-compatibility": "^9.2",
"composer/composer": "^2.0.0",
"composer/composer": "^1.10.23",
"phpspec/prophecy-phpunit": "^2.1",
"phpunit/phpunit": "^9.6"
},
Expand Down
Loading
Loading