Skip to content

Commit

Permalink
git issue-24 commit
Browse files Browse the repository at this point in the history
  • Loading branch information
akash-evrig committed Oct 17, 2022
1 parent 411258c commit 3ad2fe1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
4 changes: 2 additions & 2 deletions image-cdn.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@
* Requires PHP: 5.6
* Text Domain: image-cdn
* License: GPLv2 or later
* Version: 1.1.7
* Version: 1.1.8
*/

// Update this then you update "Requires at least" above!
define( 'IMAGE_CDN_MIN_WP', '4.6' );

// Update this when you update the "Version" above!
define( 'IMAGE_CDN_VERSION', '1.1.7' );
define( 'IMAGE_CDN_VERSION', '1.1.8' );

// Load plugin files.
require_once __DIR__ . '/imageengine/class-settings.php';
Expand Down
8 changes: 8 additions & 0 deletions imageengine/class-imagecdn.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,14 @@ public static function instance() {
'sec-ch-dpr',
'sec-ch-width',
'sec-ch-viewport-width',
'sec-ch-ect',
'sec-ch-ua-full-version',
'sec-ch-ua-full-version-list',
'sec-ch-ua-platform-version',
'sec-ch-ua-arch',
'sec-ch-ua-wow64',
'sec-ch-ua-bitness',
'sec-ch-ua-model'
/**
* Disabled for CORS compatibility:
* 'ECT',
Expand Down
5 changes: 5 additions & 0 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,11 @@ Upgrades can be performed in the normal WordPress way, nothing else will need to

== Changelog ==

= 1.1.8 =
* Fixed: Add new client hints [#24](https://github.com/imgeng/image-cdn-wordpress/issues/24)
* Header : Permissions-Policy code updated
* version update

= 1.1.7 =
* Fixed: Update name of client hints [#19](https://github.com/imgeng/image-cdn-wordpress/issues/19)
* Header : Permissions-Policy code updated
Expand Down

0 comments on commit 3ad2fe1

Please sign in to comment.