From 6db089687113684f36c17a19fa6f09cbc4739172 Mon Sep 17 00:00:00 2001 From: Giuseppe Foti Date: Sat, 28 Sep 2024 15:16:18 +0200 Subject: [PATCH] Prepare v. 1.2.2 Signed-off-by: Giuseppe Foti --- no-unsafe-inline.php | 8 ++++---- readme.txt | 9 ++++++++- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/no-unsafe-inline.php b/no-unsafe-inline.php index c2b4f20..043e683 100755 --- a/no-unsafe-inline.php +++ b/no-unsafe-inline.php @@ -15,14 +15,14 @@ * Plugin Name: No unsafe-inline * Plugin URI: https://github.com/MocioF/No-unsafe-inline * Description: This plugin helps you to build a CSP to avoid using 'unsafe-inline' in your .htaccess - * Version: 1.2.1 + * Version: 1.2.2 * Author: Giuseppe Foti * Author URI: https://profiles.wordpress.org/mociofiletto/ * License: GPL-2.0-or-later * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Text Domain: no-unsafe-inline * Domain Path: /languages - * Requires at least: 5.2 + * Requires at least: 5.9 * Requires PHP: 7.4 */ @@ -36,9 +36,9 @@ * Start at version 1.0.0 and use SemVer - https://semver.org * Rename this for your plugin and update it as you release new versions. */ -define( 'NO_UNSAFE_INLINE_VERSION', '1.2.1' ); +define( 'NO_UNSAFE_INLINE_VERSION', '1.2.2' ); define( 'NO_UNSAFE_INLINE_DB_VERSION', '1.0' ); -define( 'NO_UNSAFE_INLINE_MINIMUM_WP_VERSION', '5.2' ); +define( 'NO_UNSAFE_INLINE_MINIMUM_WP_VERSION', '5.9' ); define( 'NO_UNSAFE_INLINE_MINIMUM_PHP_VERSION', '7.4' ); define( 'NO_UNSAFE_INLINE_PLUGIN', __FILE__ ); define( 'NO_UNSAFE_INLINE_PLUGIN_BASENAME', plugin_basename( NO_UNSAFE_INLINE_PLUGIN ) ); diff --git a/readme.txt b/readme.txt index 764da29..cc583ed 100755 --- a/readme.txt +++ b/readme.txt @@ -3,7 +3,7 @@ Contributors: mociofiletto Donate link: https://paypal.me/GiuseppeF77 Tags: Content Security Policy, unsafe-inline, security, multisite, CSP Requires at least: 5.2 -Tested up to: 6.5 +Tested up to: 6.6 Requires PHP: 7.4 Stable tag: 1.2.1 License: GPLv2 or later @@ -157,6 +157,13 @@ No. 5. A database summary table at the bottom of tools tab. == Changelog == += 1.2.2 = +* Update mu-plugin to run callbacks attached to lower buffer levels and to the shutdown hook +* Extend overriding of native js functions +* Adding jqueryui v. 1.13.3 theme +* Remove legacy dependencies from distribution package +* Bug fixes + = 1.2.1 = Bug fixes