Skip to content

Commit

Permalink
Release 2.7.3 (#902)
Browse files Browse the repository at this point in the history
* Update translations POT file
* Update Composer dependencies
* Update NPM dependencies
* Bump version to 2.7.3
* Update Image Service API limits for notices
* Add upgrade notice
* Updated the Image Service chill-out interval: 5 => 30 minutes
  • Loading branch information
cssjoe authored Jun 19, 2024
1 parent a12def2 commit 82d8804
Show file tree
Hide file tree
Showing 10 changed files with 561 additions and 457 deletions.
2 changes: 1 addition & 1 deletion Extension_ImageService_Api.php
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ public function convert( $filepath, array $options = array() ) {
'</a>'
)
);
set_transient( 'w3tc_imageservice_limited', $result, 5 * MINUTE_IN_SECONDS );
set_transient( 'w3tc_imageservice_limited', $result, 30 * MINUTE_IN_SECONDS );
} elseif ( isset( $response_body['error']['id'] ) && 'exceeded-monthly' === $response_body['error']['id'] ) {
$result['message'] = sprintf(
// translators: 1: Monthly request limit, 2: HTML anchor open tag, 3: HTML anchor close tag.
Expand Down
12 changes: 6 additions & 6 deletions composer.lock

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

Loading

0 comments on commit 82d8804

Please sign in to comment.