diff --git a/README.md b/README.md index 185341e..b1add5f 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Tags: csp, content security policy, security, security headers, xss Requires at least: 4.6 Requires PHP: 7.2 Tested up to: 5.7 -Stable tag: 1.0.0 +Stable tag: 1.1.0 License: GPLv3 or later License URI: @@ -37,6 +37,14 @@ Reporting can be enabled both in report only mode and in enforce mode. You can u This plugin's development happens in [its GitHub repo](https://github.com/16patsle/wordpress-csp-manager). Feel free to send bug reports there. +### 1.1.0 + +This is a relatively small update, that only contains a few more CSP directives. The next update will contain even more, along with an updated user interface. + +- Add some commonly used CSP headers that were missing (thanks Master Dan). +- Add some other user requested directives. +- Fix some translator comments. + ### 1.0.0 First version. diff --git a/csp-manager.php b/csp-manager.php index 33f1b6d..8a57d6a 100644 --- a/csp-manager.php +++ b/csp-manager.php @@ -8,7 +8,7 @@ * * Plugin Name: CSP Manager * Description: Manage Content Security Policies separately for wp-admin, logged in users and regular users. - * Version: 1.0.0 + * Version: 1.1.0 * Requires at least: 4.6 * Requires PHP: 7.2 * Author: Patrick Sletvold