From 60bf21d3769d2d0b4ac11d9ed1d2b3bd36d72641 Mon Sep 17 00:00:00 2001 From: Dimitar Ivanov Date: Sat, 2 Sep 2023 16:42:40 +0300 Subject: [PATCH] v1.19.1 --- README.md | 10 ++++++++-- http-headers.php | 2 +- views/clear-site-data.php | 1 + views/cross-origin-embedder-policy.php | 2 +- 4 files changed, 11 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3644605..be2a0bb 100644 --- a/README.md +++ b/README.md @@ -6,11 +6,11 @@ Donate link: https://www.paypal.me/Dimitar81 Requires at least: 3.2 -Tested up to: 6.2.2 +Tested up to: 6.3.1 Requires PHP: 5.3 -Stable tag: 1.19.0 +Stable tag: 1.19.1 License: GPLv2 or later @@ -81,6 +81,12 @@ These HTTP headers are being used in production services by popular websites as Updates are on they way, so stay tuned at [@DimitarIvanov](https://twitter.com/DimitarIvanov) ## Changelog +#### 1.19.1 +*Release Date - 2nd September, 2023* + +* Added "clientHints" directive to "Clear-Site-Data" header +* Added "credentialless" directive to "Cross-Origin-Embedder-Policy" header + #### 1.19.0 *Release Date - 7th July, 2023* diff --git a/http-headers.php b/http-headers.php index 6372adc..c01fc54 100644 --- a/http-headers.php +++ b/http-headers.php @@ -3,7 +3,7 @@ Plugin Name: HTTP Headers Plugin URI: https://github.com/riverside/http-headers Description: A plugin for HTTP headers management including security, access-control (CORS), caching, compression, and authentication. -Version: 1.19.0 +Version: 1.19.1 Author: Dimitar Ivanov Author URI: https://github.com/riverside License: GPLv2 or later diff --git a/views/clear-site-data.php b/views/clear-site-data.php index 1b4c475..ddf8f75 100644 --- a/views/clear-site-data.php +++ b/views/clear-site-data.php @@ -29,6 +29,7 @@ 'bool', + 'clientHints' => 'bool', 'cookies' => 'bool', 'storage' => 'bool', 'executionContexts' => 'bool', diff --git a/views/cross-origin-embedder-policy.php b/views/cross-origin-embedder-policy.php index f56e232..39ebe47 100644 --- a/views/cross-origin-embedder-policy.php +++ b/views/cross-origin-embedder-policy.php @@ -28,7 +28,7 @@